Regenerated

This commit is contained in:
2026-04-03 21:06:07 +02:00
parent 37f56a4371
commit f986d87f56
3 changed files with 331 additions and 352 deletions
+9 -16
View File
@@ -2661,9 +2661,12 @@ These are config files for waybar
"layer": "top",
"height": 34,
/*******************************************************************/
"modules-left": [],
"modules-center": [ "group/workspaces"],
"modules-center": [
"hyprland/workspaces",
"custom/hypr-workspaces"],
"modules-right": [
"tray",
@@ -2673,21 +2676,7 @@ These are config files for waybar
"idle_inhibitor",
],
"group/workspaces": {
"orientation": "horizontal",
"modules": [
"custom/workspaces-wrap",
"hyprland/workspaces",
"custom/hypr-workspaces"
]
},
"custom/workspaces-wrap": {
"format": "Workspaces",
"tooltip-format": "Workspaces group"
},
/*******************************************************************/
"group/hardware": {
"orientation": "horizontal",
"drawer": {
@@ -2708,6 +2697,8 @@ These are config files for waybar
"tooltip-format": "Hardware group"
},
/*************************/
"group/connections": {
"orientation": "horizontal",
"drawer": {
@@ -2727,6 +2718,8 @@ These are config files for waybar
"tooltip-format": "Connections group"
},
/*******************************************************************/
"custom/hypr-workspaces": {
"format": "{text}",
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",