add date-show - show date in window

This commit is contained in:
Ray Elliott 2020-02-25 08:59:38 +00:00
parent 61276804d4
commit 509f902ac0
1 changed files with 5 additions and 0 deletions

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;'