Browse Source

got calendar to now show things already started which removes allday events as --noallday doesnt seem to actually work

master
Josh Fabean 6 years ago
parent
commit
e70b03d97e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      i3blocks/agenda

+ 1
- 1
i3blocks/agenda View File

@ -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

Loading…
Cancel
Save