mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 20:23:43 +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": {
|
"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": {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue