i3-agenda
i3-agenda copied to clipboard
Show your next google calendar event in polybar, swiftbar, i3-bar, simple-bar, bitbar or any other bar with custom scripts support
- [ ] Move constant (numbers/strings) values to consts - [ ] Rename main file from __init__ to main/i3-agenda.py - [ ] Separate functions with 3+ indentation levels or over...
Automatically build and publish to pypi using continues deployment Can use Github actions
I no longer use i3 (moved to mac) so I no longer use and update this plugin. Looking for someone to help maintain this repo I can continue doing code...
the date-format flag is only respected if there are no events in the next week. If there's an event today, no date will appear. If the event is tomorrow, "Tomorrow...
Fixes #41. It turns out that when an external calendar is shared with the calendar being queried, the `summary` field is empty for private events from that calendar. On the...
Catch exceptions and only show them when used with a -v flag. When an exception occurs we should only show a short message like "failed getting events". This is so...
Is it possible to show location as well? Check out this example: https://castel.dev/post/lecture-notes-3/ Code is here: https://github.com/gillescastel/university-setup Potentially very easy to add?
Currently, we filter out all day events in the get_closest function This is done because otherwise, the all day event will always be shown when it's taking place even if...
I tried installing with pipx and get: ``` ERROR: Cannot unpack file /tmp/pip-unpack-273p028k/i3-agenda (downloaded from /tmp/pip-req-build-2x7vgxff, content-type: text/html; charset=utf-8); cannot detect archive format ERROR: Cannot determine archive format of /tmp/pip-req-build-2x7vgxff...