+4
-3
window_manager/.config/waybar/config.jsonc
+4
-3
window_manager/.config/waybar/config.jsonc
···
86
86
"menu": "on-click",
87
87
"menu-file": "$HOME/.config/waybar/power_menu.xml", // Menu file in resources folder
88
88
"menu-actions": {
89
-
"shutdown": "shutdown",
90
-
"reboot": "reboot",
89
+
"shutdown": "systemctl poweroff",
90
+
"reboot": "systemctl reboot",
91
91
"suspend": "systemctl suspend",
92
-
"hibernate": "systemctl hibernate"
92
+
"hibernate": "systemctl hibernate",
93
+
"logout": "exit"
93
94
}
94
95
},
95
96
"custom/notification": {