use nwg-dialog in drawer power bar

This commit is contained in:
piotr 2024-04-19 01:57:42 +02:00
parent a3c9f582bb
commit c45e867cb0
2 changed files with 8 additions and 8 deletions

View File

@ -16,11 +16,11 @@
"file-manager": "",
"editor": "",
"browser": "",
"pb-exit": "swaymsg exit",
"pb-exit": "nwg-dialog -p exit-sway -c \"swaymsg exit\"",
"pb-lock": "nwg-lock",
"pb-poweroff": "systemctl -i poweroff",
"pb-reboot": "systemctl reboot",
"pb-sleep": "systemctl suspend",
"pb-poweroff": "nwg-dialog -p poweroff -c \"systemctl -i poweroff\"",
"pb-reboot": "nwg-dialog -p reboot -c \"systemctl reboot\"",
"pb-sleep": "nwg-dialog -p sleep -c \"systemctl suspend\"",
"panel-preset": "preset-0",
"panel-custom": "",
"show-on-startup": false,

View File

@ -14,11 +14,11 @@
"panel-preset": "hyprland-0",
"panel-custom": "",
"show-on-startup": false,
"pb-exit": "hyprctl dispatch exit",
"pb-exit": "nwg-dialog -p exit-hyprland -c \"hyprctl dispatch exit\"",
"pb-lock": "nwg-lock",
"pb-poweroff": "systemctl -i poweroff",
"pb-reboot": "systemctl reboot",
"pb-sleep": "systemctl suspend",
"pb-poweroff": "nwg-dialog -p poweroff -c \"systemctl -i poweroff\"",
"pb-reboot": "nwg-dialog -p reboot -c \"systemctl reboot\"",
"pb-sleep": "nwg-dialog -p sleep -c \"systemctl suspend\"",
"gen-use-settings": true,
"gen-border_size": 1,
"gen-no_border_on_floating": false,