diff options
| author | Nirmal Kumar R <tildezero@gmail.com> | 2026-05-31 13:28:40 +0530 |
|---|---|---|
| committer | Nirmal Kumar R <tildezero@gmail.com> | 2026-05-31 13:28:40 +0530 |
| commit | f1d60bdbb2e58237b0faf79a1fc13c1275b63b5b (patch) | |
| tree | 0bebc65690030db25cd32283a9c3961c452e953a | |
| parent | 4e7bb80fc5deba95324a8e3bcc7cd146694a6bfc (diff) | |
Update .xroot.sh and .vimrc
| -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" |
