Regenerated
This commit is contained in:
+313
-320
File diff suppressed because it is too large
Load Diff
+9
-16
@@ -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",
|
||||
|
||||
@@ -2,9 +2,12 @@
|
||||
"layer": "top",
|
||||
"height": 34,
|
||||
|
||||
/*******************************************************************/
|
||||
"modules-left": [],
|
||||
|
||||
"modules-center": [ "group/workspaces"],
|
||||
"modules-center": [
|
||||
"hyprland/workspaces",
|
||||
"custom/hypr-workspaces"],
|
||||
|
||||
"modules-right": [
|
||||
"tray",
|
||||
@@ -14,21 +17,7 @@
|
||||
"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": {
|
||||
@@ -49,6 +38,8 @@
|
||||
"tooltip-format": "Hardware group"
|
||||
},
|
||||
|
||||
/*************************/
|
||||
|
||||
"group/connections": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
@@ -68,6 +59,8 @@
|
||||
"tooltip-format": "Connections group"
|
||||
},
|
||||
|
||||
/*******************************************************************/
|
||||
|
||||
"custom/hypr-workspaces": {
|
||||
"format": "{text}",
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
|
||||
Reference in New Issue
Block a user