aboutsummaryrefslogtreecommitdiff
path: root/.xroot.sh
diff options
context:
space:
mode:
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..c2ee50b
--- /dev/null
+++ b/.xroot.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+export DISPLAY=:0
+
+DATE=$(/bin/date +'%a - %Y.%m.%d | %I:%M %p')
+
+ROOT="$DATE"
+xsetroot -name "$ROOT"