fixes waybar, adds cursors, fixes some hyprland stuff

This commit is contained in:
2026-02-15 21:03:00 +01:00
parent 73d6ca5bec
commit 5e55b51220
12 changed files with 247 additions and 86 deletions

View File

@@ -4,7 +4,7 @@
// -------------------------------------------------------------------------
"layer": "top",
"swap-icon-label": true,
"position": "top",
"height": 36,
@@ -407,10 +407,11 @@
"menu": "on-click",
"menu-file": "~/.config/waybar/modules/power_menu.xml",
"menu-actions": {
"shutdown": "shutdown",
"reboot": "reboot",
"suspend": "systemctl suspend",
"hibernate": "systemctl hibernate",
"logout": "hyprctl dispatch exit",
"shutdown": "shutdown",
"reboot": "reboot",
},
},