dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit a25d41ff3157535738b3a68dd239b62de9645d49
parent e83d22e64738d568148603cc21d9bafd6c3d89f6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 10 Feb 2021 11:18:17 +0100

showcalendar: show day-of-week with entries

Diffstat:
M.local/bin/showcalendar | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/showcalendar b/.local/bin/showcalendar @@ -1,2 +1,2 @@ #!/bin/sh -calendar | notify +calendar -w | notify