commit e199750ce0eaa0bc30fb00f8b9de7eda8bd3f204
parent f07730b167d332cf86b780bd1de8c68b36e7b306
Author: Nirmal Kumar R <tildezero@gmail.com>
Date: Wed, 28 Aug 2024 16:01:04 +0530
Update .xroot.sh and .vimrc
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git 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
@@ -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"