From e199750ce0eaa0bc30fb00f8b9de7eda8bd3f204 Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Wed, 28 Aug 2024 16:01:04 +0530 Subject: [PATCH] Update .xroot.sh and .vimrc --- .vimrc | 2 +- .xroot.sh | 3 ++- 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=" $WiFi | $DATE" xsetroot -name "$ROOT"