summaryrefslogtreecommitdiff
path: root/local/bin/update-dwm-bar
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2019-10-14 19:00:53 +1300
committerDavid Phillips <david@yeah.nah.nz>2019-10-14 19:00:53 +1300
commitbb564cb086aab16ffe91370e17afa8396739ac46 (patch)
tree302f4c1338c755adcad0821b6a5abd6e55c21469 /local/bin/update-dwm-bar
parent1840e5f0c52c60f6efbbc550793aa4894f4b89f4 (diff)
parentfe44370a551d7f8db3a1093da9b8199f157dc374 (diff)
downloaddotfiles-bb564cb086aab16ffe91370e17afa8396739ac46.tar.xz
Merge branch 'master' of nah.nz:/srv/git/public/dotfiles
Diffstat (limited to 'local/bin/update-dwm-bar')
-rwxr-xr-xlocal/bin/update-dwm-bar2
1 files changed, 1 insertions, 1 deletions
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