Skip to content

TPM plugin to show battery/power status in tmux status bar

License

Notifications You must be signed in to change notification settings

jamesoff/tmux-power

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tmux-power

Display battery/power status in tmux status bar.

Supports:

  • macOS

Installing

Via TPM (recommended)

The easiest way to install tmux-power is via the Tmux Plugin Manager.

  1. Add plugin to the list of TPM plugins in .tmux.conf:

    set -g @plugin 'jamesoff/tmux-power'
  2. Use prefixI to install tmux-power.

  3. When you want to update tmux-power use prefixU.

Manual Installation

  1. Clone the repository

    $ git clone https://github.com/jamesoff/tmux-power ~/clone/path
  2. Add this line to the bottom of .tmux.conf

    run-shell ~/clone/path/tmux-power.tmux
  3. Reload the tmux environment

    # type this inside tmux
    $ tmux source-file ~/.tmux.conf

Use

This plugin is hard-coded to check if the gpd0 interface is up.

Edit your status-left or status-right setting to include:

  • #{power} - display the power status

Reload your configuration for it to take effect: prefix-R with TPM, or

$ tmux source-file ~/.tmux.conf

You will need a Nerd Font for the symbol to show correctly.

The battery icon will go red/yellow/green to show the battery level. It will go blue when charging, and change to a power plug when fully charged and plugged in.

The battery icon will not show up unless the session name is fullscreen or remote, as if it is not, it suggests you should be able to see the battery status in the status bar. (See my tmux configuration for info about how I use session names.)

About

TPM plugin to show battery/power status in tmux status bar

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages