correctiong errors for picom

master
Kerem Yollu 2 years ago
parent 2779227327
commit 176b5549db

@ -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"

@ -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 &

@ -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

Loading…
Cancel
Save