tv q-cal: properly dim all week numbers

This commit is contained in:
tv 2023-02-12 13:41:09 +01:00
parent 9a52edeea2
commit 5234e1c7ea
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ let
fi |
${pkgs.gnused}/bin/sed -r '
# dim week numbers
s/((^ *| )[ 1-5][0-9]( *)?)(([ 1-3][0-9])*)/\1\4/g
s/((^| )[ 1-5][0-9])(( ..| \[7m..\[27m){7})/\1\3/g
# dim month and day names
s/^ *[A-Z].*/&/
# highlight current date