Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 952 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 952 Bytes

Calendar Notification

demo

currently only supports i3blocks

Calendar notifications for desktops running the dunst notification daemon.

Dependencies

Actions

The action script at i3blocks/actions/date.sh is responsible for handling events, the script accepts the following arguments:

  • curr - current month
  • next - increment month
  • prev - decrement month

i3blocks

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/