diff options
author | David Phillips <david@yeah.nah.nz> | 2019-10-14 19:00:53 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2019-10-14 19:00:53 +1300 |
commit | bb564cb086aab16ffe91370e17afa8396739ac46 (patch) | |
tree | 302f4c1338c755adcad0821b6a5abd6e55c21469 /local/bin | |
parent | 1840e5f0c52c60f6efbbc550793aa4894f4b89f4 (diff) | |
parent | fe44370a551d7f8db3a1093da9b8199f157dc374 (diff) | |
download | dotfiles-bb564cb086aab16ffe91370e17afa8396739ac46.tar.xz |
Merge branch 'master' of nah.nz:/srv/git/public/dotfiles
Diffstat (limited to 'local/bin')
-rwxr-xr-x | local/bin/update-dwm-bar | 2 |
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 |