diff --git a/modules/nixos/graphical/polybar.nix b/modules/nixos/graphical/polybar.nix index 641aa3f..957008e 100644 --- a/modules/nixos/graphical/polybar.nix +++ b/modules/nixos/graphical/polybar.nix @@ -109,7 +109,7 @@ ${pkgs.notmuch}/bin/notmuch new > /dev/null UNREAD=$(${pkgs.notmuch}/bin/notmuch count is:inbox and is:unread) if [ $UNREAD = "0" ]; then - echo "%{T3}%{T-} " + echo "" else echo "%{T2}%{T-} $UNREAD " fi