Skip to content

Instantly share code, notes, and snippets.

@RatoX
Created September 13, 2018 02:39
Show Gist options
  • Save RatoX/4017368bc2df02d46c2eeb4c922ef8d5 to your computer and use it in GitHub Desktop.
Save RatoX/4017368bc2df02d46c2eeb4c922ef8d5 to your computer and use it in GitHub Desktop.
Integrate TMUX with Google Calendar using gcalcli
# First you need to install gcalcli please go to https://github.com/insanum/gcalcli
wg_next_event="#(gcalcli --military --nostarted agenda --nocolor | cut -d ' ' -f 2- | head -2 | tail -1 | cut -c1-40)"
set -g status-right "#[fg=colour15,bg=colour237,bold]📅 $wg_next_event"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment