void/scripts/statusbar
2024-02-28 22:45:58 -05:00

5 lines
87 B
Bash
Executable File

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