Regenerated
This commit is contained in:
+328
-311
File diff suppressed because it is too large
Load Diff
+24
-7
@@ -2661,20 +2661,37 @@ These are config files for waybar
|
||||
"layer": "top",
|
||||
"height": 34,
|
||||
|
||||
"modules-left": ["group/hardware"],
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
|
||||
"modules-center": [
|
||||
"hyprland/workspaces",
|
||||
"custom/hypr-workspaces"
|
||||
],
|
||||
"modules-center": [ "custom/workspaces-wrap"],
|
||||
|
||||
"modules-right": [
|
||||
"group/connections",
|
||||
"tray",
|
||||
"group/connections",
|
||||
"group/hardware",
|
||||
"clock",
|
||||
"idle_inhibitor",
|
||||
],
|
||||
|
||||
"group/workspaces": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": false
|
||||
},
|
||||
"modules": [
|
||||
"custom/workspaces-wrap",
|
||||
"hyprland/workspaces",
|
||||
"custom/hypr-workspaces"
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
"custom/workspaces-wrap": {
|
||||
"format": "WS",
|
||||
"tooltip-format": "Workspaces group"
|
||||
},
|
||||
|
||||
"group/hardware": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
@@ -2711,7 +2728,7 @@ These are config files for waybar
|
||||
|
||||
"custom/connections-wrap": {
|
||||
"format": "",
|
||||
"tooltip-format": "connections group"
|
||||
"tooltip-format": "Connections group"
|
||||
},
|
||||
|
||||
"custom/hypr-workspaces": {
|
||||
|
||||
@@ -2,20 +2,37 @@
|
||||
"layer": "top",
|
||||
"height": 34,
|
||||
|
||||
"modules-left": ["group/hardware"],
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
|
||||
"modules-center": [
|
||||
"hyprland/workspaces",
|
||||
"custom/hypr-workspaces"
|
||||
],
|
||||
"modules-center": [ "custom/workspaces-wrap"],
|
||||
|
||||
"modules-right": [
|
||||
"group/connections",
|
||||
"tray",
|
||||
"group/connections",
|
||||
"group/hardware",
|
||||
"clock",
|
||||
"idle_inhibitor",
|
||||
],
|
||||
|
||||
"group/workspaces": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": false
|
||||
},
|
||||
"modules": [
|
||||
"custom/workspaces-wrap",
|
||||
"hyprland/workspaces",
|
||||
"custom/hypr-workspaces"
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
"custom/workspaces-wrap": {
|
||||
"format": "WS",
|
||||
"tooltip-format": "Workspaces group"
|
||||
},
|
||||
|
||||
"group/hardware": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
@@ -52,7 +69,7 @@
|
||||
|
||||
"custom/connections-wrap": {
|
||||
"format": "",
|
||||
"tooltip-format": "connections group"
|
||||
"tooltip-format": "Connections group"
|
||||
},
|
||||
|
||||
"custom/hypr-workspaces": {
|
||||
|
||||
Reference in New Issue
Block a user