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