Regenerated
This commit is contained in:
+323
-306
File diff suppressed because it is too large
Load Diff
+19
-2
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user