├── LICENSE ├── README.md ├── assets └── demo.gif ├── calendar └── i3blocks ├── actions └── date.sh └── scripts └── date.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebro/calendar-notification/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebro/calendar-notification/HEAD/README.md -------------------------------------------------------------------------------- /assets/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebro/calendar-notification/HEAD/assets/demo.gif -------------------------------------------------------------------------------- /calendar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebro/calendar-notification/HEAD/calendar -------------------------------------------------------------------------------- /i3blocks/actions/date.sh: -------------------------------------------------------------------------------- 1 | ../../calendar -------------------------------------------------------------------------------- /i3blocks/scripts/date.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebro/calendar-notification/HEAD/i3blocks/scripts/date.sh --------------------------------------------------------------------------------