From bcd4fc418f06cf34f5e18b6d35e9987e90ed7213 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 26 Sep 2023 21:20:48 +0200 Subject: [PATCH] pinwheel: Adjust style of muted notification counter --- hosts/pinwheel/modules/waybar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/waybar/default.nix b/hosts/pinwheel/modules/waybar/default.nix index 03b44b8..c34adf2 100644 --- a/hosts/pinwheel/modules/waybar/default.nix +++ b/hosts/pinwheel/modules/waybar/default.nix @@ -28,7 +28,7 @@ let else DISABLED= COUNT=$(${pkgs.dunst}/bin/dunstctl count waiting) - [ $COUNT != 0 ] && DISABLED=" $COUNT" + [ $COUNT != 0 ] && DISABLED=" $COUNT" echo "$DISABLED" fi '';