add date-show - show date in window
This commit is contained in:
parent
61276804d4
commit
509f902ac0
1 changed files with 5 additions and 0 deletions
5
src/date-show
Executable file
5
src/date-show
Executable 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;'
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue