fixed some stuff with waybar
This commit is contained in:
parent
c2764148c9
commit
3fffea392a
2 changed files with 5 additions and 2 deletions
|
|
@ -55,7 +55,7 @@
|
|||
},
|
||||
|
||||
"wireplumber": {
|
||||
"format": "{volume}% {icon}",
|
||||
"format": " {volume}% {icon} ",
|
||||
"format-muted": "",
|
||||
"on-click": "helvum",
|
||||
"format-icons": ["", "", ""]
|
||||
|
|
@ -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