Add Logout to system menu and style the SDDM login screen

This commit is contained in:
David Heinemeier Hansson
2026-02-21 14:09:14 +01:00
parent c24c184d8f
commit 2a38dc7d2e
8 changed files with 123 additions and 3 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
sudo mkdir -p /etc/sddm.conf.d
# Install omarchy SDDM theme
sudo cp -r $OMARCHY_PATH/default/sddm/omarchy /usr/share/sddm/themes/omarchy
if [[ ! -f /etc/sddm.conf.d/autologin.conf ]]; then
cat <<EOF | sudo tee /etc/sddm.conf.d/autologin.conf
[Autologin]
@@ -7,7 +10,7 @@ User=$USER
Session=hyprland-uwsm
[Theme]
Current=breeze
Current=omarchy
EOF
fi