eww -> bar: Fixed volume emoji spacing
This commit is contained in:
parent
8100a237fe
commit
247a76abf8
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@
|
||||||
:onclick "pamixer -t"
|
:onclick "pamixer -t"
|
||||||
:onscroll "echo {} | sed 's/up/-i/g; s/down/-d/g' | xargs -I{} pamixer {} 1"
|
:onscroll "echo {} | sed 's/up/-i/g; s/down/-d/g' | xargs -I{} pamixer {} 1"
|
||||||
(label
|
(label
|
||||||
:text "${volume.speaker == "Muted" ? "" : ""} ${volume.speaker}"
|
:text "${volume.speaker == "Muted" ? "" : ""} ${volume.speaker}"
|
||||||
:class "volume"
|
:class "volume"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue