Regenerated

This commit is contained in:
2026-04-03 20:04:57 +02:00
parent 6d3df0f9aa
commit b1f7fa79b2
3 changed files with 361 additions and 310 deletions
+323 -306
View File
File diff suppressed because it is too large Load Diff
+19 -2
View File
@@ -2671,8 +2671,7 @@ These are config files for waybar
"modules-right": [
"idle_inhibitor",
"pulseaudio",
"network",
"custom/bluetooth",
"group/connections"
"tray",
"clock"
],
@@ -2697,6 +2696,24 @@ These are config files for waybar
"tooltip-format": "Hardware group"
},
"group/connections": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
"transition-left-to-right": false
},
"modules": [
"custom/connections-wrap",
"network",
"custom/bluetooth",
]
},
"custom/connections-wrap": {
"format": "connections",
"tooltip-format": "connections group"
},
"custom/hypr-workspaces": {
"format": "{text}",
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
+19 -2
View File
@@ -12,8 +12,7 @@
"modules-right": [
"idle_inhibitor",
"pulseaudio",
"network",
"custom/bluetooth",
"group/connections"
"tray",
"clock"
],
@@ -38,6 +37,24 @@
"tooltip-format": "Hardware group"
},
"group/connections": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
"transition-left-to-right": false
},
"modules": [
"custom/connections-wrap",
"network",
"custom/bluetooth",
]
},
"custom/connections-wrap": {
"format": "connections",
"tooltip-format": "connections group"
},
"custom/hypr-workspaces": {
"format": "{text}",
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",