From eeec8e4a78014057af5b090daaad216bea292f5f Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 5 Nov 2022 17:02:53 +0100 Subject: [PATCH] Better polybar dot --- hm_modules/polybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm_modules/polybar.nix b/hm_modules/polybar.nix index 7111408..96961db 100644 --- a/hm_modules/polybar.nix +++ b/hm_modules/polybar.nix @@ -194,7 +194,7 @@ in background = colors.alert; }; empty = recursiveUpdate (recursiveUpdate colors.normal common) { - text = "·"; + text = "⏺"; padding = 1; }; };