Skip to content

AndreyMarkinPPC/tmux-airquality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Air Quality Plugin for Tmux

Shows air quality status in the status line, data provided by iqair.com.

Installation

Requirements

With Tmux Plugin Manager

Add the plugin in .tmux.conf:

set -g @plugin 'andreymarkinppc/tmux-airquality'

Press prefix + I to fetch the plugin and source it. Done.

Manual

Clone the repo somewhere. Add run-shell in the end of .tmux.conf:

run-shell PATH_TO_REPO/tmux-airquality.tmux

NOTE: this line should be placed after set-option -g status-right ....

Press prefix + : and type source-file ~/.tmux.conf. Done.

Usage

Add #{airq} somewhere in the right status line:

set-option -g status-right "#{airq}"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages