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
|
"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 --- */
|
||||||
|
|||||||
@@ -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})",
|
||||||
|
|||||||
@@ -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 --- */
|
||||||
|
|||||||
Reference in New Issue
Block a user