diff options
author | David Phillips <david@sighup.nz> | 2019-03-31 22:07:42 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2019-03-31 22:07:42 +1300 |
commit | ddba3007fa9cddc4edd6371246d98494e465a242 (patch) | |
tree | 78f3c9a65c136136ae0a69715f9827c55eefa54a | |
parent | efbf98f8c23ac5ac0c2b5ecdba5390bfcd65a928 (diff) | |
download | dotfiles-ddba3007fa9cddc4edd6371246d98494e465a242.tar.xz |
misc vimrc, title bar updates
-rwxr-xr-x | local/bin/update-dwm-bar | 2 | ||||
-rw-r--r-- | vimrc | 1 |
2 files changed, 2 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 @@ -26,6 +26,7 @@ highlight ExtraWhitespace ctermbg=red guibg=red highlight SpecialKey ctermfg=23 highlight NonText ctermfg=23 highlight Folded ctermbg=0 +highlight ColorColumn ctermbg=234 match ExtraWhitespace /\s\+$/ inoremap <CR> <CR>x<BS> |