put files in folder

This commit is contained in:
2026-04-30 02:11:36 +03:00
parent fdd6ede51d
commit 32ed8b850a
38 changed files with 1495 additions and 1 deletions
@@ -0,0 +1,19 @@
{
"custom/power": {
"format" : "",
"tooltip": true,
"tooltip-format": "Power menu",
//"menu": "on-click",
"on-click-right": "pkill wlogout || wlogout",
"on-click": "pkill wlogout || wlogout",
"on-click-middle": "systemctl poweroff"
//"menu-file": "~/.config/waybar/power_menu.xml",
//"menu-actions": {
// "shutdown": "systemctl poweroff",
// "reboot": "systemctl reboot",
// "suspend": "systemctl suspend",
// "logout": "loginctl terminate-user $USER",
//},
}
}