为什么命令 `cal` 的输出没有突出显示日期?

Why doesn't the output of the command `cal` have the day highlighted?

我需要命令 cal 的输出在变量中保持突出显示,以便将其打印到墙纸中,这样我就可以禁用日历软件以节省低规格计算机的资源。如何使 cal 输出保持突出显示?

可能是这样的:

cal -h | sed 's/ \('"$(date +%_d)"'\) /{}/'

产出

     June 2021
Su Mo Tu We Th Fr Sa
     { 1} 2  3  4  5
 6  7  8  9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30