date-show - update text color/weight

This commit is contained in:
Ray Elliott 2020-02-25 09:05:12 +00:00
parent 509f902ac0
commit 38b5501628
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +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;'
st -t 'WM_FORCE_FLOATING' -g 40x3+16+16 bash -c 'tput bold; tput setaf 4; tput civis; while true; do clear ; date +" %R -- %A %d %B %Y" ; sleep 1 ; done;'