我想创建一个仅显示日期的窗口,并尽可能满足这些要求
- a -geom option
- a -bg and -fg option to specify background and foreground options
- an option to set the font.
- the usual formatting options that come with the `date` command.
对我来说,完美的解决方案是的精确模拟xarclock
,见下文,但能够显示自定义格式的日期而不是时间。
我当然可以在里面这样做,xterm
但据我所知,没有简单的方法可以在xterm
没有标题栏的情况下打开。任何建议都将不胜感激。