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