Skip to content

Shows a small 12 hour forecast from Dark Sky in your tmux statusline

Notifications You must be signed in to change notification settings

hmngwy/tmux-darksky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tmux-darksky

Each block is an hour.

Installation

Requires: python3

Create a configuration file in $HOME/.tmux-darksky:

 # only the key is required
[general]
hours = 12
location = 14.5833,120.9667
key = your_darksky_api_key

[colors]
BG = 235
UNSET = 196
Sunny = 255

Refer to index.py for known predictions and default colors.

Add the plugin via tpm and install:

set -g @plugin 'hmngwy/tmux-darksky'

Add #{darksky} to your status line.

About

Shows a small 12 hour forecast from Dark Sky in your tmux statusline

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published