[swaylock] Bluescreen

This commit is contained in:
Tibo De Peuter 2025-10-01 07:37:06 +02:00
parent d6801e0679
commit 9e215b6df9
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
6 changed files with 23 additions and 19 deletions

View file

@ -90,21 +90,21 @@
"format": "\uf09c", /* */
"tooltip": true,
"tooltip-format": "Lock device",
"on-click": "swaylock -f"
"on-click": "swaylock --daemonize"
},
"custom/system-sleep": {
"format": "\uf186", /* */
"tooltip": true,
"tooltip-format": "Put device to sleep",
"on-click": "swaylock -f; systemctl suspend"
"on-click": "swaylock --daemonize; systemctl suspend"
},
"custom/system-hibernate": {
"format": "\uf2dc", /* */
"tooltip": true,
"tooltip-format": "Hibernate device",
"on-click": "swaylock -f; systemctl hibernate"
"on-click": "swaylock --daemonize; systemctl hibernate"
},
"custom/system-reboot": {