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": {
|
"wireplumber": {
|
||||||
"format": "{volume}% {icon}",
|
"format": " {volume}% {icon} ",
|
||||||
"format-muted": "",
|
"format-muted": "",
|
||||||
"on-click": "helvum",
|
"on-click": "helvum",
|
||||||
"format-icons": ["", "", ""]
|
"format-icons": ["", "", ""]
|
||||||
|
|
@ -107,6 +107,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 20
|
"icon-size": 20,
|
||||||
|
"spacing": 15
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@ window#waybar {
|
||||||
color: @yellow;
|
color: @yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#wireplumber,
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: @red;
|
color: @red;
|
||||||
}
|
}
|
||||||
|
|
@ -65,6 +66,7 @@ window#waybar {
|
||||||
#memory,
|
#memory,
|
||||||
#cpu,
|
#cpu,
|
||||||
#battery,
|
#battery,
|
||||||
|
#wireplumber,
|
||||||
#disk {
|
#disk {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue