From 38d1b8f3b9050831a270fae13c32d5f03d17b01f Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 7 Nov 2022 00:21:40 +0100 Subject: [PATCH] Switch back to roman numbers --- 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 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; }; };