fixed some stuff with waybar
This commit is contained in:
parent
c2764148c9
commit
3fffea392a
2 changed files with 5 additions and 2 deletions
|
|
@ -107,6 +107,7 @@
|
|||
},
|
||||
|
||||
"tray": {
|
||||
"icon-size": 20
|
||||
"icon-size": 20,
|
||||
"spacing": 15
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ window#waybar {
|
|||
color: @yellow;
|
||||
}
|
||||
|
||||
#wireplumber,
|
||||
#pulseaudio {
|
||||
color: @red;
|
||||
}
|
||||
|
|
@ -65,6 +66,7 @@ window#waybar {
|
|||
#memory,
|
||||
#cpu,
|
||||
#battery,
|
||||
#wireplumber,
|
||||
#disk {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue