feat: waybar memory module
This commit is contained in:
parent
c7f6c9cc10
commit
06021421af
2 changed files with 4 additions and 6 deletions
|
@ -6,6 +6,7 @@
|
||||||
"hyprland/language",
|
"hyprland/language",
|
||||||
"clock",
|
"clock",
|
||||||
"cpu",
|
"cpu",
|
||||||
|
"memory",
|
||||||
"custom/gpu-usage",
|
"custom/gpu-usage",
|
||||||
"pulseaudio#input",
|
"pulseaudio#input",
|
||||||
"pulseaudio#output"
|
"pulseaudio#output"
|
||||||
|
@ -164,7 +165,7 @@
|
||||||
"interval": 1
|
"interval": 1
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": "{used:0.1f} / {total:0.1f} ",
|
"format": "{used:0.1f} / {total:0.0f} ",
|
||||||
"interval": 5
|
"interval": 5
|
||||||
},
|
},
|
||||||
"backlight": {
|
"backlight": {
|
||||||
|
|
|
@ -152,12 +152,9 @@ window>box {
|
||||||
#wireplumber,
|
#wireplumber,
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#cpu,
|
#cpu,
|
||||||
#custom-gpu-usage {
|
#custom-gpu-usage,
|
||||||
min-width: 65px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#memory {
|
#memory {
|
||||||
min-width: 85px;
|
min-width: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wireplumber.muted {
|
#wireplumber.muted {
|
||||||
|
|
Loading…
Add table
Reference in a new issue