dotfiles

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

commit 2b0e883390c96de2f138a8391fde89ce15033057
parent e4025935adc99fcc340edfead9a78cc594eb9d23
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  7 May 2020 15:17:08 +0200

Decrease calendar notification interval

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

diff --git a/.local/bin/calendar-notify b/.local/bin/calendar-notify @@ -7,7 +7,7 @@ regexmatch() { printf '%s' "$1" | grep -E -q "$2" } -t_notify=1800 +t_notify=1000 t_now="$(date +%s)" calendar -A 0 | while read -r month day time desc; do