Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 817 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 817 Bytes

khald

A daemon for the awesome terminal-based calendar program, khal, which notifies you of upcoming events in your calendar.

Installation

# Installs khald, installs its config, and starts it as a service
./install.sh

Configuration

After installation, the config file will be located at $XDG_CONFIG_HOME/khald/config.

The config file's contents are displayed below:

# How long before an event would you like to be notified?
# For example:
#  - 1 hour before: 1h
#  - 30 minutes before: 30m
# Possible suffixes:
#  - h: hours
#  - m: minutes
#  - d: days
# Default: 1 hour before
NOTIFY_INTERVAL="1h"

# How often do you want to check if there are any upcoming events and display them?
# Default: 60 seconds (once per minute)
REFRESH_INTERVAL="60"