This commit is contained in:
Stephan Raabe 2023-12-21 17:22:43 +01:00
parent 446766de7b
commit 6d49228417
3 changed files with 4 additions and 8 deletions

View File

@ -34,6 +34,10 @@ if [[ $profile == *"Qtile"* ]]; then
fi
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
sudo rm /etc/systemd/system/display-manager.service
fi

View File

@ -56,6 +56,5 @@ packagesYay=(
"wlogout"
"wlr-randr"
"pacseek"
"sddm-git"
"sddm-sugar-candy-git"
);

View File

@ -38,10 +38,6 @@ packagesPacman=(
"picom"
"scrot"
"slock"
"grim"
"slurp"
"swappy"
"cliphist"
"qalculate-gtk"
"brightnessctl"
"gum"
@ -55,10 +51,7 @@ packagesYay=(
"pfetch"
"bibata-cursor-theme"
"trizen"
"swww"
"qtile-extras"
"wlr-randr"
"pacseek"
"sddm-git"
"sddm-sugar-candy-git"
);