Regenerated

This commit is contained in:
2026-04-02 22:25:30 +02:00
parent f590823cda
commit 0b543b4017
7 changed files with 574 additions and 372 deletions
+13 -1
View File
@@ -4,7 +4,10 @@
//"modules-left": ["hyprland/window"],
"modules-center": ["hyprland/workspaces" ],
"modules-center": [
"hyprland/workspaces"
"custom/hypr-workspaces"
],
"modules-right": [
"idle_inhibitor",
@@ -19,6 +22,15 @@
"clock",
],
"custom/hypr-workspaces": {
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
"interval": 2,
"return-type": "json",
"format": "{name}",
"on-click": "~/.config/waybar/scripts/hypr-workspacesmenu.sh",
"tooltip": true
}
"custom/bluetooth": {
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
"interval": 5,