Updates
This commit is contained in:
parent
446766de7b
commit
6d49228417
@ -34,6 +34,10 @@ if [[ $profile == *"Qtile"* ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if gum confirm "Do you want to enable/update to sddm?" ;then
|
if gum confirm "Do you want to enable/update to sddm?" ;then
|
||||||
|
|
||||||
|
# Try to force the installation of sddm-git
|
||||||
|
yay -S sddm-git --ask 4
|
||||||
|
|
||||||
if [ -f /etc/systemd/system/display-manager.service ]; then
|
if [ -f /etc/systemd/system/display-manager.service ]; then
|
||||||
sudo rm /etc/systemd/system/display-manager.service
|
sudo rm /etc/systemd/system/display-manager.service
|
||||||
fi
|
fi
|
||||||
|
@ -56,6 +56,5 @@ packagesYay=(
|
|||||||
"wlogout"
|
"wlogout"
|
||||||
"wlr-randr"
|
"wlr-randr"
|
||||||
"pacseek"
|
"pacseek"
|
||||||
"sddm-git"
|
|
||||||
"sddm-sugar-candy-git"
|
"sddm-sugar-candy-git"
|
||||||
);
|
);
|
||||||
|
@ -38,10 +38,6 @@ packagesPacman=(
|
|||||||
"picom"
|
"picom"
|
||||||
"scrot"
|
"scrot"
|
||||||
"slock"
|
"slock"
|
||||||
"grim"
|
|
||||||
"slurp"
|
|
||||||
"swappy"
|
|
||||||
"cliphist"
|
|
||||||
"qalculate-gtk"
|
"qalculate-gtk"
|
||||||
"brightnessctl"
|
"brightnessctl"
|
||||||
"gum"
|
"gum"
|
||||||
@ -55,10 +51,7 @@ packagesYay=(
|
|||||||
"pfetch"
|
"pfetch"
|
||||||
"bibata-cursor-theme"
|
"bibata-cursor-theme"
|
||||||
"trizen"
|
"trizen"
|
||||||
"swww"
|
|
||||||
"qtile-extras"
|
"qtile-extras"
|
||||||
"wlr-randr"
|
|
||||||
"pacseek"
|
"pacseek"
|
||||||
"sddm-git"
|
|
||||||
"sddm-sugar-candy-git"
|
"sddm-sugar-candy-git"
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user