From 2d371b77e0007d4642c692e6cae32f401a161c69 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 7 Feb 2024 10:46:10 +0100 Subject: [PATCH] eww: Fixed emoji spacing for bar's volume widget --- bar/eww/bar.yuck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar/eww/bar.yuck b/bar/eww/bar.yuck index e2f668f..213b718 100644 --- a/bar/eww/bar.yuck +++ b/bar/eww/bar.yuck @@ -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" ) )