eww -> bar: Fixed volume emoji spacing

This commit is contained in:
GaspardCulis 2024-04-24 10:19:35 +02:00
parent 8100a237fe
commit 247a76abf8
No known key found for this signature in database
GPG key ID: BC18146756955609

View file

@ -139,7 +139,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"
)
)