pinwheel: Adjust style of muted notification counter

This commit is contained in:
Alexander Heldt
2023-09-26 21:20:48 +02:00
parent 58f25b87aa
commit bcd4fc418f

View File

@@ -28,7 +28,7 @@ let
else
DISABLED=
COUNT=$(${pkgs.dunst}/bin/dunstctl count waiting)
[ $COUNT != 0 ] && DISABLED=" $COUNT"
[ $COUNT != 0 ] && DISABLED="<span font='11' rise='1000'> $COUNT</span>"
echo "<span font='14'>$DISABLED</span>"
fi
'';