Update .xroot.sh and .vimrc

This commit is contained in:
2024-08-28 16:01:04 +05:30
parent f07730b167
commit e199750ce0
2 changed files with 3 additions and 2 deletions

2
.vimrc
View File

@@ -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

View File

@@ -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"