diff options
| -rw-r--r-- | .vimrc | 2 | ||||
| -rw-r--r-- | .xroot.sh | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -29,7 +29,7 @@ filetype plugin on filetype indent on syntax enable -:color shine +" :color shine autocmd FileType markdown setlocal tw=80 et ts=2 sw=2 autocmd FileType text setlocal tw=80 @@ -2,6 +2,7 @@ export DISPLAY=:0 DATE=$(/bin/date +'%a - %Y.%m.%d | %I:%M %p') +WiFi=$(iwgetid -r) -ROOT="$DATE" +ROOT="<i> $WiFi | $DATE" xsetroot -name "$ROOT" |
