aboutsummaryrefslogtreecommitdiff
path: root/xroot.sh
diff options
context:
space:
mode:
authorNirmal Kumar R <tildezero@gmail.com>2026-05-31 13:28:38 +0530
committerNirmal Kumar R <tildezero@gmail.com>2026-05-31 13:28:38 +0530
commita67174f8fc52d62c75530e1335f1ce5d38903922 (patch)
treef6bb2c325b0c19e7e8a8cfe83493f38045024b2a /xroot.sh
parent6be538331e8b55bd779f97ba7ec53d4b711475a5 (diff)
Update simplified vimrc + Add xinitrc
Diffstat (limited to 'xroot.sh')
-rw-r--r--xroot.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/xroot.sh b/xroot.sh
new file mode 100644
index 0000000..9b2de08
--- /dev/null
+++ b/xroot.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+export DISPLAY=:0
+
+DATE=$(/bin/date +'%a - %Y.%m.%d | %H:%M %p')
+
+ROOT="$DATE"
+xsetroot -name "$ROOT"