mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
8 lines
195 B
Bash
8 lines
195 B
Bash
echo "Add Logout option to system menu"
|
|
|
|
omarchy-refresh-sddm
|
|
|
|
if [[ -f /etc/sddm.conf.d/autologin.conf ]]; then
|
|
sudo sed -i 's/^Current=.*/Current=omarchy/' /etc/sddm.conf.d/autologin.conf
|
|
fi
|