Skip to content

Commit 2efeb07

Browse files
Create clock.sh
1 parent aa806bf commit 2efeb07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

iso/clock.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
# Clock widget
3+
while true; do
4+
xclock -digital -update 1 -geometry 200x50+20+20
5+
done

0 commit comments

Comments
 (0)