mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 17:06:54 +02:00
chore: waybar style
This commit is contained in:
parent
b98a961964
commit
dff1ba51a5
2 changed files with 4 additions and 4 deletions
|
@ -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": {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue