From 348f467ed28830e08d72e606d95ddd4dc2ced885 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 24 Aug 2024 23:19:02 -0400 Subject: [PATCH] dwm: Add spacing for status bar text --- specializations/dwm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specializations/dwm.nix b/specializations/dwm.nix index 2bb842a5..e3e1cb02 100644 --- a/specializations/dwm.nix +++ b/specializations/dwm.nix @@ -79,7 +79,7 @@ in set BATTERY "$(get_icon $capacity)$capacity%" - xsetroot -name "$VOLUME・$BATTERY・$TIME" + xsetroot -name " $VOLUME・$BATTERY・$TIME " end while true