fixed the bar

This commit is contained in:
hnhx 2023-01-28 21:01:59 +01:00
parent db4e069ac8
commit da06142297
1 changed files with 1 additions and 1 deletions

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