Added wlogout insted of gtk menu. Hopefully? fixed hyprlock on pc
This commit is contained in:
parent
27790c1590
commit
b4f3add8ea
3 changed files with 10 additions and 17 deletions
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue