Skip to content

rodhash/tmux-power

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Tmux Powerline Theme

TPM Awesome License

Yet another powerline theme for tmux.

πŸ“₯ Installation

Install manually

Clone the repo somewhere and source it in .tmux.conf:

run-shell "/path/to/tmux-power.tmux"

NOTE: Options should be set before sourcing.

Install using TPM

set -g @plugin 'wfxr/tmux-power'

🎨 Themes

Gold(default): set -g @tmux_power_theme 'gold' screenshot

Redwine: set -g @tmux_power_theme 'redwine' screenshot

Moon: set -g @tmux_power_theme 'moon' screenshot

Forest: set -g @tmux_power_theme 'forest' screenshot

Violet: set -g @tmux_power_theme 'violet' screenshot

Snow: set -g @tmux_power_theme 'snow' screenshot

Coral: set -g @tmux_power_theme 'coral' screenshot

Sky: set -g @tmux_power_theme 'sky' screenshot

βš™ Customizing

You can define your favourite main color if you don't like any of above.

set -g @tmux_power_theme '#483D8B' # dark slate blue

You can also customize the icons:

set -g @tmux_power_date_icon ' ' # set it to a blank will disable the icon
set -g @tmux_power_time_icon 'πŸ•˜' # emoji can be used if your terminal supports
set -g @tmux_power_user_icon 'U'
set -g @tmux_power_session_icon 'S'
set -g @tmux_power_upload_speed_icon '↑'
set -g @tmux_power_download_speed_icon '↓'

The default icons use glyphs from nerd-fonts.

πŸ“¦ Plugin support

tmux-net-speed

set -g @tmux_power_show_upload_speed true
set -g @tmux_power_show_download_speed true

tmux-prefix-highlight

# 'L' for left only, 'R' for right only and 'LR' for both
set -g @tmux_power_prefix_highlight_pos 'LR'

πŸ”— Other plugins

You might also find these useful:

πŸ“ƒ License

MIT (c) Wenxuan Zhang

About

🎨 Tmux powerline theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%