MOAR config

This commit is contained in:
Maximilian Friedersdorff 2025-04-23 22:44:41 +01:00
parent 1b65bc2270
commit d8c2da70a9
7 changed files with 61 additions and 41 deletions

View file

@ -234,15 +234,8 @@
"on-click": "playerctl previous"
},
"custom/power": {
"format": "⏻ ",
"format": "⏻",
"tooltip": false,
"menu": "on-click",
"menu-file": "$HOME/.config/waybar/power_menu.xml", // Menu file in resources folder
"menu-actions": {
"shutdown": "shutdown",
"reboot": "reboot",
"suspend": "systemctl suspend",
"hibernate": "systemctl hibernate"
}
"on-click": "$HOME/.config/sway/power-menu"
}
}