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",
|
||||
"clock",
|
||||
"cpu",
|
||||
"memory",
|
||||
"custom/gpu-usage",
|
||||
"pulseaudio#input",
|
||||
"pulseaudio#output"
|
||||
|
@ -164,7 +165,7 @@
|
|||
"interval": 1
|
||||
},
|
||||
"memory": {
|
||||
"format": "{used:0.1f} / {total:0.1f} ",
|
||||
"format": "{used:0.1f} / {total:0.0f} ",
|
||||
"interval": 5
|
||||
},
|
||||
"backlight": {
|
||||
|
|
|
@ -152,12 +152,9 @@ window>box {
|
|||
#wireplumber,
|
||||
#pulseaudio,
|
||||
#cpu,
|
||||
#custom-gpu-usage {
|
||||
min-width: 65px;
|
||||
}
|
||||
|
||||
#custom-gpu-usage,
|
||||
#memory {
|
||||
min-width: 85px;
|
||||
min-width: 65px;
|
||||
}
|
||||
|
||||
#wireplumber.muted {
|
||||
|
|
Loading…
Add table
Reference in a new issue