From aeb5b5316075c429b51d4b52caa1d58aab2338e4 Mon Sep 17 00:00:00 2001
From: Benjamin Chausse <benjamin@chausse.xyz>
Date: Thu, 8 Oct 2020 02:04:34 -0400
Subject: dotfiles dwblock string alignment

---
 .local/bin/dwmbar/dwmb-dotfiles | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.local/bin/dwmbar/dwmb-dotfiles b/.local/bin/dwmbar/dwmb-dotfiles
index 9c9c34d..0b6eafe 100755
--- a/.local/bin/dwmbar/dwmb-dotfiles
+++ b/.local/bin/dwmbar/dwmb-dotfiles
@@ -7,9 +7,9 @@ dotfiles=$(yadm status | sed '1,3d;
 if [[ ${dotfiles:0:1} == "n" ]]; then
     warn=""
 else
-    warn="  "
+    warn=" "
 fi
 
 
 
-echo " $warn"
+echo " $warn "
-- 
cgit v1.2.3