From ddba3007fa9cddc4edd6371246d98494e465a242 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 31 Mar 2019 22:07:42 +1300 Subject: misc vimrc, title bar updates --- local/bin/update-dwm-bar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'local') diff --git a/local/bin/update-dwm-bar b/local/bin/update-dwm-bar index 6a656b6..e9156b1 100755 --- a/local/bin/update-dwm-bar +++ b/local/bin/update-dwm-bar @@ -39,7 +39,7 @@ while true; do done thermal_string="${thermal_string%,} °C" datetime_string=$(date "+%A $sep %d %h %Y $sep %_I:%M %p (UTC%:::z)") - xsetroot -name "$currency$ups$thermal_string $sep $bat_string$datetime_string" || exit + xsetroot -name " $currency$ups$thermal_string $sep $bat_string$datetime_string" || exit sleep "$DELAY" done -- cgit v1.1