install fancy login manager

This commit is contained in:
2026-04-15 21:14:10 +02:00
parent 0724096134
commit d5f7bea078
+23 -1
View File
@@ -15,5 +15,27 @@ sudo pacman -S --needed \
pipewire-session-manager \ pipewire-session-manager \
qpwgraph \ qpwgraph \
cifs-utils \ cifs-utils \
rbw rbw \
sddm
yay -S \
catppuccin-sddm-theme-mocha
echo "
[General]
Numlock=on
[Theme]
ThemeDir=/usr/share/sddm/themes # Standardverzeichnis für Designvorlagen
Current=catppuccin-mocha-blue # Standardthema
CursorTheme=breeze_cursors # Mausthema
FacesDir=/usr/share/sddm/faces # Verzeichnis für Avatarbilder
[Users]
MaximumUID=1100
HideUsers=mathieu
" | sudo tee /etc/sddm.conf
sudo systemctl disable gdm
sudo systemctl enable sddm