currently only supports i3blocks
Calendar notifications for desktops running the dunst notification daemon.
The action script at i3blocks/actions/date.sh
is responsible for handling events, the script accepts the following arguments:
ACTION="./i3blocks/actions/date.sh"
$ACTION curr # current month
$ACTION next # increment month
$ACTION prev # decrement month
Create a date block in ~/.config/i3blocks/config
[date]
command=~/.config/i3blocks/scripts/date.sh
interval=60
Copy the contents of i3blocks
to your $HOME/.config/i3blocks/