install fancy login manager
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user