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 '';