aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirmal Kumar R <tildezero@gmail.com>2026-05-31 13:28:40 +0530
committerNirmal Kumar R <tildezero@gmail.com>2026-05-31 13:28:40 +0530
commitf1d60bdbb2e58237b0faf79a1fc13c1275b63b5b (patch)
tree0bebc65690030db25cd32283a9c3961c452e953a
parent4e7bb80fc5deba95324a8e3bcc7cd146694a6bfc (diff)
Update .xroot.sh and .vimrc
-rw-r--r--.vimrc2
-rw-r--r--.xroot.sh3
2 files changed, 3 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 5211bf8..0af8e99 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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
diff --git a/.xroot.sh b/.xroot.sh
index c2ee50b..fae2b4a 100644
--- a/.xroot.sh
+++ b/.xroot.sh
@@ -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"