chore: waybar memory style

This commit is contained in:
hesam-init 2024-02-24 01:40:06 +03:30
parent 9b20447e77
commit b59188ff4d
2 changed files with 4 additions and 4 deletions

View file

@ -27,8 +27,8 @@
// "pulseaudio/slider",
"battery",
"memory",
"network#network-2",
"network"
"network",
"network#network-2"
],
"hyprland/language": {
"format": "{}",
@ -156,7 +156,7 @@
"interval": 1
},
"memory": {
"format": "{used:0.1f}/{total:0.1f} ",
"format": "{used:0.1f} / {total:0.1f} ",
"interval": 5
},
"backlight": {

View file

@ -167,7 +167,7 @@ window#waybar.hidden {
}
#memory {
min-width: 80px;
min-width: 85px;
}
#wireplumber.muted {