diff --git a/home/scripts/x-root-datetime.sh b/home/scripts/x-root-datetime.sh index e74443c..0ca94e3 100755 --- a/home/scripts/x-root-datetime.sh +++ b/home/scripts/x-root-datetime.sh @@ -1,4 +1,3 @@ -#!/bin/sh while true; do sleep 1 && date +"<-- %A, %B %d -- %H:%M -->" | xargs -I% xsetroot -name % done