gtkgreet -> qtgreet, gtklock -> swaylock-effects

This commit is contained in:
Henrik Bakken
2025-05-14 23:27:01 +02:00
parent 13f607e5d1
commit 168df975c4
6 changed files with 42 additions and 15 deletions
-10
View File
@@ -1,10 +0,0 @@
window {
background-image: url("file:///usr/share/backgrounds/default.png");
background-size: cover;
background-position: center;
}
box#body {
border-radius: 20px;
padding: 50px;
}
-10
View File
@@ -1,10 +0,0 @@
# `-l` activates layer-shell mode. Notice that `swaymsg exit` will run after gtkgreet.
exec "gtkgreet -l -s /etc/greetd/gtkgreet.css; swaymsg exit"
bindsym Mod4+shift+e exec swaynag \
-t warning \
-m 'What do you want to do?' \
-b 'Poweroff' 'sudo poweroff' \
-b 'Reboot' 'sudo reboot'
include /etc/sway/config.d/*