chore: waybar style

This commit is contained in:
hesam-init 2024-02-23 13:21:59 +03:30
parent b98a961964
commit dff1ba51a5
2 changed files with 4 additions and 4 deletions

View file

@ -148,10 +148,10 @@
}, },
"cpu": { "cpu": {
"interval": 1, "interval": 1,
"format": "{usage} % " "format": "{usage}% "
}, },
"memory": { "memory": {
"format": "{used:0.1f} / {total:0.1f} GB", "format": "{used:0.1f}/{total:0.1f} GB",
"interval": 5 "interval": 5
}, },
"backlight": { "backlight": {

View file

@ -3,8 +3,8 @@
* { * {
border: none; border: none;
border-radius: 6px; border-radius: 6px;
font-family: Roboto, Helvetica, Arial, sans-serif; font-family: Roboto;
font-size: 12px; font-size: 10px;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff;
min-height: 0; min-height: 0;