From e70b03d97e4e2d51deaee4737a7f31f9429a830c Mon Sep 17 00:00:00 2001 From: Josh Fabean Date: Sat, 26 Aug 2017 19:48:13 -0500 Subject: [PATCH] got calendar to now show things already started which removes allday events as --noallday doesnt seem to actually work --- i3blocks/agenda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3blocks/agenda b/i3blocks/agenda index e757a7a..7f037b5 100755 --- a/i3blocks/agenda +++ b/i3blocks/agenda @@ -1,3 +1,3 @@ #!/bin/sh -gcalcli agenda --calendar josh@codekoalas.com --calendar joshfabean@gmail.com --nocolor now | head -2 | tail -1 +gcalcli agenda --calendar josh@codekoalas.com --calendar joshfabean@gmail.com --nocolor --noallday --nostarted now | head -2 | tail -1