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": {
"interval": 1,
"format": "{usage} % "
"format": "{usage}% "
},
"memory": {
"format": "{used:0.1f} / {total:0.1f} GB",
"format": "{used:0.1f}/{total:0.1f} GB",
"interval": 5
},
"backlight": {

View file

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