Skip to content

durcor/khald

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages