Regenerated
This commit is contained in:
+305
-302
File diff suppressed because it is too large
Load Diff
+9
-6
@@ -2692,16 +2692,11 @@ These are config files for waybar
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/myworkspaces-leader",
|
||||
"hyprland/workspaces",
|
||||
"custom/hypr-workspaces"
|
||||
]
|
||||
},
|
||||
|
||||
"custom/myworkspaces-leader": {
|
||||
"format": "Workspaces",
|
||||
"tooltip-format": "Workspaces group"
|
||||
},
|
||||
|
||||
/*******************************************************************/
|
||||
"group/hardware": {
|
||||
@@ -2711,6 +2706,8 @@ These are config files for waybar
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"pulseaudio",
|
||||
"pulseaudio/slider",
|
||||
"battery",
|
||||
"cpu",
|
||||
"memory",
|
||||
@@ -2777,6 +2774,12 @@ These are config files for waybar
|
||||
"on-click": "pavucontrol"
|
||||
},
|
||||
|
||||
"pulseaudio/slider": {
|
||||
"min": 0,
|
||||
"max": 100,
|
||||
"orientation": "horizontal"
|
||||
}
|
||||
|
||||
"network": {
|
||||
"format-wifi": " ({bandwidthDownBits})",
|
||||
"format-ethernet": " ({bandwidthDownBits})",
|
||||
@@ -2883,7 +2886,7 @@ window#waybar {
|
||||
|
||||
.modules-center > widget {
|
||||
/* this makes ALL center modules share space */
|
||||
flex-grow: 1;
|
||||
/* flex-grow: 1; */
|
||||
}
|
||||
|
||||
/* --- Groups --- */
|
||||
|
||||
@@ -33,16 +33,11 @@
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/myworkspaces-leader",
|
||||
"hyprland/workspaces",
|
||||
"custom/hypr-workspaces"
|
||||
]
|
||||
},
|
||||
|
||||
"custom/myworkspaces-leader": {
|
||||
"format": "Workspaces",
|
||||
"tooltip-format": "Workspaces group"
|
||||
},
|
||||
|
||||
/*******************************************************************/
|
||||
"group/hardware": {
|
||||
@@ -52,6 +47,8 @@
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"pulseaudio",
|
||||
"pulseaudio/slider",
|
||||
"battery",
|
||||
"cpu",
|
||||
"memory",
|
||||
@@ -118,6 +115,12 @@
|
||||
"on-click": "pavucontrol"
|
||||
},
|
||||
|
||||
"pulseaudio/slider": {
|
||||
"min": 0,
|
||||
"max": 100,
|
||||
"orientation": "horizontal"
|
||||
}
|
||||
|
||||
"network": {
|
||||
"format-wifi": " ({bandwidthDownBits})",
|
||||
"format-ethernet": " ({bandwidthDownBits})",
|
||||
|
||||
@@ -36,7 +36,7 @@ window#waybar {
|
||||
|
||||
.modules-center > widget {
|
||||
/* this makes ALL center modules share space */
|
||||
flex-grow: 1;
|
||||
/* flex-grow: 1; */
|
||||
}
|
||||
|
||||
/* --- Groups --- */
|
||||
|
||||
Reference in New Issue
Block a user