fixed the bar

This commit is contained in:
hnhx 2023-01-28 21:01:59 +01:00
parent db4e069ac8
commit da06142297

2
bar
View file

@ -1,6 +1,6 @@
#!/bin/sh
while true; do
xsetroot -name "🐧 $(date "+%h %d %H:%M")"
xsetroot -name "$(date "+%h %d %H:%M")"
sleep 10
done