add black screensaver to waybar menu

This commit is contained in:
thek4n 2026-08-03 14:28:24 +03:00
parent 958a83756d
commit 02135d43d3
2 changed files with 6 additions and 0 deletions

View File

@ -112,6 +112,7 @@
"shutdown": "shutdown -h now",
"suspend": "~/.config/sway/scripts/lock-telegram.sh && systemctl suspend",
"lock": "~/.config/sway/scripts/lock-telegram.sh && swaylock -f",
"black": "magick canvas:none PNG:- | feh --class black -YFx -",
"uefi_reboot": "systemctl reboot --firmware-setup",
},
},

View File

@ -26,6 +26,11 @@
<property name="label">🔒 Lock</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="black">
<property name="label">Black</property>
</object>
</child>
<child>
<object class="GtkSeparatorMenuItem" id="delimiter1"/>
</child>