Add Logout to system menu and style the SDDM login screen
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user