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
+313 -320
View File
File diff suppressed because it is too large Load Diff
+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",
+9 -16
View File
@@ -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",