Added wlogout insted of gtk menu. Hopefully? fixed hyprlock on pc

This commit is contained in:
Aleksandr Lebedev 2024-11-30 14:25:59 +01:00
parent 27790c1590
commit b4f3add8ea
3 changed files with 10 additions and 17 deletions

View file

@ -117,14 +117,15 @@
"custom/power" = {
format = " ";
tooltip = false;
menu = "on-click";
menu-file = ./power_menu.xml;
menu-actions = {
shutdown = "shutdown -h now";
reboot = "reboot";
suspend = "systemctl suspend";
hibernate = "systemctl hibernate";
};
#menu = "on-click";
#menu-file = ./power_menu.xml;
#menu-actions = {
# shutdown = "shutdown -h now";
# reboot = "reboot";
# suspend = "systemctl suspend";
# hibernate = "systemctl hibernate";
#};
on-click = "wlogout";
};
"custom/notification" = {