diff --git a/src/date-show b/src/date-show new file mode 100755 index 0000000..37b8a67 --- /dev/null +++ b/src/date-show @@ -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;' + +