Regenerated

This commit is contained in:
2026-04-05 11:07:08 +02:00
parent 8ce85a8d74
commit cc93672c70
4 changed files with 323 additions and 314 deletions
+305 -302
View File
File diff suppressed because it is too large Load Diff
+9 -6
View File
@@ -2692,16 +2692,11 @@ These are config files for waybar
"transition-left-to-right": true "transition-left-to-right": true
}, },
"modules": [ "modules": [
"custom/myworkspaces-leader",
"hyprland/workspaces", "hyprland/workspaces",
"custom/hypr-workspaces" "custom/hypr-workspaces"
] ]
}, },
"custom/myworkspaces-leader": {
"format": "Workspaces",
"tooltip-format": "Workspaces group"
},
/*******************************************************************/ /*******************************************************************/
"group/hardware": { "group/hardware": {
@@ -2711,6 +2706,8 @@ These are config files for waybar
"transition-left-to-right": true "transition-left-to-right": true
}, },
"modules": [ "modules": [
"pulseaudio",
"pulseaudio/slider",
"battery", "battery",
"cpu", "cpu",
"memory", "memory",
@@ -2777,6 +2774,12 @@ These are config files for waybar
"on-click": "pavucontrol" "on-click": "pavucontrol"
}, },
"pulseaudio/slider": {
"min": 0,
"max": 100,
"orientation": "horizontal"
}
"network": { "network": {
"format-wifi": " ({bandwidthDownBits})", "format-wifi": " ({bandwidthDownBits})",
"format-ethernet": " ({bandwidthDownBits})", "format-ethernet": " ({bandwidthDownBits})",
@@ -2883,7 +2886,7 @@ window#waybar {
.modules-center > widget { .modules-center > widget {
/* this makes ALL center modules share space */ /* this makes ALL center modules share space */
flex-grow: 1; /* flex-grow: 1; */
} }
/* --- Groups --- */ /* --- Groups --- */
+8 -5
View File
@@ -33,16 +33,11 @@
"transition-left-to-right": true "transition-left-to-right": true
}, },
"modules": [ "modules": [
"custom/myworkspaces-leader",
"hyprland/workspaces", "hyprland/workspaces",
"custom/hypr-workspaces" "custom/hypr-workspaces"
] ]
}, },
"custom/myworkspaces-leader": {
"format": "Workspaces",
"tooltip-format": "Workspaces group"
},
/*******************************************************************/ /*******************************************************************/
"group/hardware": { "group/hardware": {
@@ -52,6 +47,8 @@
"transition-left-to-right": true "transition-left-to-right": true
}, },
"modules": [ "modules": [
"pulseaudio",
"pulseaudio/slider",
"battery", "battery",
"cpu", "cpu",
"memory", "memory",
@@ -118,6 +115,12 @@
"on-click": "pavucontrol" "on-click": "pavucontrol"
}, },
"pulseaudio/slider": {
"min": 0,
"max": 100,
"orientation": "horizontal"
}
"network": { "network": {
"format-wifi": " ({bandwidthDownBits})", "format-wifi": " ({bandwidthDownBits})",
"format-ethernet": " ({bandwidthDownBits})", "format-ethernet": " ({bandwidthDownBits})",
+1 -1
View File
@@ -36,7 +36,7 @@ window#waybar {
.modules-center > widget { .modules-center > widget {
/* this makes ALL center modules share space */ /* this makes ALL center modules share space */
flex-grow: 1; /* flex-grow: 1; */
} }
/* --- Groups --- */ /* --- Groups --- */