Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 909 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 909 Bytes

tmux-calendar

example

Add your next Google Calendar event to the to your TMUX status line.

IMPORTANT: Only for Linux x86-64 at the moment

Installation

  1. Add to your .tmux.conf:
set -g @plugin 'lfv89/tmux-calendar'
  1. Hit prefix + I to install it with TPM

  2. Then get the callendar by installing xcal:

bash ~/.tmux/plugins/tmux-calendar/scripts/install.sh
  1. Finally, configure the plugin with your credentials:
~/.tmux/plugins/tmux-calendar/bin/xcal init

You will be prompted to authorize xcal to access your Google Calendar account.

Usage

set -g status-left '#{next_calendar_event}'

or

set -g status-right '#{next_calendar_event}'