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;
}
+23
View File
@@ -0,0 +1,23 @@
[General]
Backend = GreetD
Theme = aerial
BlurBackground = true
IconTheme = breeze
[Overrides]
Background = Theme
BaseColor = Theme
TextColor = Theme
FontFamily = Theme
[videobg]
File =
Playlist =
[Environment]
[PowerCommands]
Suspend = dbus
Hibernate = dbus
Shutdown = dbus
Reboot = dbus
@@ -0,0 +1,12 @@
# `-l` activates layer-shell mode. Notice that `swaymsg exit` will run after gtkgreet.
exec "qtgreet; 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'
output DP-0 resolution 2560x1440 position 0 0
# include /etc/sway/config.d/*
@@ -1,5 +1,5 @@
# `-l` activates layer-shell mode. Notice that `swaymsg exit` will run after gtkgreet.
exec "gtkgreet -l -s /etc/greetd/gtkgreet.css; swaymsg exit"
exec "qtgreet; swaymsg exit"
bindsym Mod4+shift+e exec swaynag \
-t warning \
@@ -7,4 +7,6 @@ bindsym Mod4+shift+e exec swaynag \
-b 'Poweroff' 'sudo poweroff' \
-b 'Reboot' 'sudo reboot'
include /etc/sway/config.d/*
output DP-1 resolution 5120x1440
# include /etc/sway/config.d/*
+1 -1
View File
@@ -7,7 +7,7 @@ sudo systemctl enable --now fstrim.timer
yay -S plymouth tldextract go nodejs unzip exa topgrade
# display manager
yay -S greetd gtkgreet
yay -S greetd qtgreet
# sway
yay -S manjaro-sway-settings swaytools swaylock pamac-tray-plasma unipicker mako ly wlsunset pcmanfm-qt wev gtklock
+2 -2
View File
@@ -27,7 +27,7 @@ set $script_path /usr/share/sway/scripts
set $term footclient
set $term_float footclient --app-id floating_shell --window-size-chars 120x45
# swayidle
set $locking gtklock --daemonize --follow-focus --idle-hide --start-hidden -s /etc/greetd/gtkgreet.css
set $locking swaylock --screenshots --clock --grace 10 --fade-in 0.5 --effect-blur 5x5 --effect-greyscale
# scaling
set $scale_up $script_path/scale.sh up
set $scale_down $script_path/scale.sh down
@@ -217,7 +217,7 @@ mode "$mode_system" {
bindsym s exec --no-startup-id systemctl suspend, mode "default"
bindsym r exec --no-startup-id systemctl reboot, mode "default"
bindsym p exec --no-startup-id systemctl poweroff -i, mode "default"
bindsym l exec --no-startup-id swaylock -e -f -c 000000 -t, mode "default"
bindsym l exec --no-startup-id $locking, mode "default"
bindsym Return mode "default"
bindsym Escape mode "default"