add date-show - show date in window

This commit is contained in:
Ray Elliott 2020-02-25 08:59:38 +00:00
commit 509f902ac0

5
src/date-show Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
st -t 'WM_FORCE_FLOATING' -g 40x3+16+16 bash -c 'tput civis; while true; do clear ; date +" %R -- %A %d %B %Y" ; sleep 1 ; done;'