Regenerated

This commit is contained in:
2026-04-05 18:56:49 +02:00
parent a012cb0b82
commit cabbc2d14f
3 changed files with 356 additions and 302 deletions
+316 -298
View File
File diff suppressed because it is too large Load Diff
+20 -2
View File
@@ -2692,11 +2692,17 @@ These are config files for waybar
"transition-left-to-right": true
},
"modules": [
"custom/myworkspaces-anchor"
"hyprland/workspaces",
"custom/hypr-workspaces"
]
},
"custom/myworkspaces-anchor": {
"format": "WS",
"tooltip": false
},
/*******************************************************************/
"group/hardware": {
@@ -2706,8 +2712,9 @@ These are config files for waybar
"transition-left-to-right": true
},
"modules": [
"pulseaudio",
"pulseaudio/slider",
"custom/hardware-anchor"
/*"pulseaudio",*/
"pulseaudio/slider",
"battery",
"cpu",
"memory",
@@ -2715,6 +2722,11 @@ These are config files for waybar
]
},
"custom/hardware-anchor": {
"format": "HW",
"tooltip": false
},
/*************************/
@@ -2730,6 +2742,12 @@ These are config files for waybar
"network"
]
},
"custom/connections-anchor": {
"format": "CO",
"tooltip": false
},
/*******************************************************************/
"custom/hypr-workspaces": {
+20 -2
View File
@@ -33,11 +33,17 @@
"transition-left-to-right": true
},
"modules": [
"custom/myworkspaces-anchor"
"hyprland/workspaces",
"custom/hypr-workspaces"
]
},
"custom/myworkspaces-anchor": {
"format": "WS",
"tooltip": false
},
/*******************************************************************/
"group/hardware": {
@@ -47,8 +53,9 @@
"transition-left-to-right": true
},
"modules": [
"pulseaudio",
"pulseaudio/slider",
"custom/hardware-anchor"
/*"pulseaudio",*/
"pulseaudio/slider",
"battery",
"cpu",
"memory",
@@ -56,6 +63,11 @@
]
},
"custom/hardware-anchor": {
"format": "HW",
"tooltip": false
},
/*************************/
@@ -71,6 +83,12 @@
"network"
]
},
"custom/connections-anchor": {
"format": "CO",
"tooltip": false
},
/*******************************************************************/
"custom/hypr-workspaces": {