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 "transition-left-to-right": true
}, },
"modules": [ "modules": [
"custom/myworkspaces-anchor"
"hyprland/workspaces", "hyprland/workspaces",
"custom/hypr-workspaces" "custom/hypr-workspaces"
] ]
}, },
"custom/myworkspaces-anchor": {
"format": "WS",
"tooltip": false
},
/*******************************************************************/ /*******************************************************************/
"group/hardware": { "group/hardware": {
@@ -2706,8 +2712,9 @@ These are config files for waybar
"transition-left-to-right": true "transition-left-to-right": true
}, },
"modules": [ "modules": [
"pulseaudio", "custom/hardware-anchor"
"pulseaudio/slider", /*"pulseaudio",*/
"pulseaudio/slider",
"battery", "battery",
"cpu", "cpu",
"memory", "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" "network"
] ]
}, },
"custom/connections-anchor": {
"format": "CO",
"tooltip": false
},
/*******************************************************************/ /*******************************************************************/
"custom/hypr-workspaces": { "custom/hypr-workspaces": {
+20 -2
View File
@@ -33,11 +33,17 @@
"transition-left-to-right": true "transition-left-to-right": true
}, },
"modules": [ "modules": [
"custom/myworkspaces-anchor"
"hyprland/workspaces", "hyprland/workspaces",
"custom/hypr-workspaces" "custom/hypr-workspaces"
] ]
}, },
"custom/myworkspaces-anchor": {
"format": "WS",
"tooltip": false
},
/*******************************************************************/ /*******************************************************************/
"group/hardware": { "group/hardware": {
@@ -47,8 +53,9 @@
"transition-left-to-right": true "transition-left-to-right": true
}, },
"modules": [ "modules": [
"pulseaudio", "custom/hardware-anchor"
"pulseaudio/slider", /*"pulseaudio",*/
"pulseaudio/slider",
"battery", "battery",
"cpu", "cpu",
"memory", "memory",
@@ -56,6 +63,11 @@
] ]
}, },
"custom/hardware-anchor": {
"format": "HW",
"tooltip": false
},
/*************************/ /*************************/
@@ -71,6 +83,12 @@
"network" "network"
] ]
}, },
"custom/connections-anchor": {
"format": "CO",
"tooltip": false
},
/*******************************************************************/ /*******************************************************************/
"custom/hypr-workspaces": { "custom/hypr-workspaces": {