void/scripts/statusbar

5 lines
88 B
Bash
Executable File

#!/bin/sh
while true; do
xsetroot -name "$(date '+%I:%M @ %m/%d')"
sleep 60
done