pinwheel: Adjust style of muted notification counter
This commit is contained in:
@@ -28,7 +28,7 @@ let
|
|||||||
else
|
else
|
||||||
DISABLED=
|
DISABLED=
|
||||||
COUNT=$(${pkgs.dunst}/bin/dunstctl count waiting)
|
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>"
|
echo "<span font='14'>$DISABLED</span>"
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user