add black screensaver to waybar menu
This commit is contained in:
parent
958a83756d
commit
02135d43d3
@ -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",
|
||||
},
|
||||
},
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user