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
+7
View File
@@ -0,0 +1,7 @@
echo "Add Logout option to system menu"
sudo cp -r $OMARCHY_PATH/default/sddm/omarchy /usr/share/sddm/themes/omarchy
if [[ -f /etc/sddm.conf.d/autologin.conf ]]; then
sudo sed -i 's/^Current=.*/Current=omarchy/' /etc/sddm.conf.d/autologin.conf
fi