diff --git a/setup/dotfiles/picom/picom.conf b/setup/dotfiles/picom/picom_arch.conf similarity index 100% rename from setup/dotfiles/picom/picom.conf rename to setup/dotfiles/picom/picom_arch.conf diff --git a/setup/programs/obsidian/obsidian.sh b/setup/programs/obsidian/obsidian.sh index 031f229..a993114 100755 --- a/setup/programs/obsidian/obsidian.sh +++ b/setup/programs/obsidian/obsidian.sh @@ -4,6 +4,7 @@ OBSIDIAN_SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null obsidianSource="https://github.com/obsidianmd/obsidian-releases/releases/download/v1.1.9/Obsidian-1.1.9.AppImage" obsidianInstallDir="/home/$USER/obsidian" obsidianRep="https://git.keydev.me/kerem/infoVault" + intro() { graphics_install_prompt "Obsidian Will be installed" diff --git a/setup/programs/picom/picom.sh b/setup/programs/picom/picom.sh index 831a301..cdcfd70 100755 --- a/setup/programs/picom/picom.sh +++ b/setup/programs/picom/picom.sh @@ -27,7 +27,6 @@ install_picom() graphics_install_prompt "For Debian The verison which supports rounded edges" graphics_install_prompt "Source : $picomDebianSource" - cd $PICOM_SCRIPT_DIR install_from_list "${picom_req_list_debian[@]}" git clone $picomDebianSource ls @@ -51,7 +50,9 @@ install_picom() ;; esac - cp -r $DOTFILE_DIR/picom/picom_$OS.conf $USER_DOTFILE_DIR/picom/picom.conf + mkdir -p $USER_DOTFILE_DIR/picom + + cp $DOTFILE_DIR/picom/picom_$OS.conf $USER_DOTFILE_DIR/picom/picom.conf picom --config $USER_DOTFILE_DIR/picom/picom.conf & diff --git a/setup/test.sh b/setup/test.sh index 2025b96..f34a256 100755 --- a/setup/test.sh +++ b/setup/test.sh @@ -3,10 +3,10 @@ INSTALL_SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) source $INSTALL_SCRIPT_DIR/config.sh -source $INSTALL_SCRIPT_DIR/programs/fonts/fonts.sh +source $INSTALL_SCRIPT_DIR/programs/picom/picom.sh source $INSTALL_SCRIPT_DIR/../scripts/graphics.sh source $INSTALL_SCRIPT_DIR/../scripts/check_installed.sh OS="arch" CPU_CORE_COUNT=17 -install_fonts +install_picom