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 723bae2231ff6bb174dd571e123ce3cd7e80d9b2
parent 472d236065771a2b48678d67bd7e695999a68728
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 28 Feb 2021 09:52:54 +0100

showcalendar: show next two days in overview

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 -w | notify +calendar -w -A 2 | notify