diff --git a/hm_modules/polybar.nix b/hm_modules/polybar.nix index 3e6e0dc..eaa6c76 100644 --- a/hm_modules/polybar.nix +++ b/hm_modules/polybar.nix @@ -193,7 +193,7 @@ in background = colors.alert; }; empty = recursiveUpdate (recursiveUpdate colors.normal common) { - text = "⏺"; + # text = "⏺"; padding = 1; }; };