feat: waybar memory module

This commit is contained in:
hesam-init 2024-03-08 20:45:17 +03:30
parent c7f6c9cc10
commit 06021421af
2 changed files with 4 additions and 6 deletions

View file

@ -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": {

View file

@ -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 {