All Projects → wfxr → Tmux Power

wfxr / Tmux Power

Licence: other
🎨 Tmux powerline theme

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Tmux Power

.tmux
🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
Stars: ✭ 15,594 (+15188.24%)
Mutual labels:  cli, tmux
Fzf
🌸 A command-line fuzzy finder
Stars: ✭ 40,965 (+40061.76%)
Mutual labels:  cli, tmux
Gitmux
💻 Git in your tmux status bar
Stars: ✭ 180 (+76.47%)
Mutual labels:  cli, tmux
Tmux Fzf Url
🚀 Quickly open urls on your terminal screen!
Stars: ✭ 227 (+122.55%)
Mutual labels:  cli, tmux
Tmuxp
💻 tmux session manager. built on libtmux
Stars: ✭ 3,269 (+3104.9%)
Mutual labels:  cli, tmux
Dotfiles
💻 Use command line interface manager for macOS configuration.
Stars: ✭ 97 (-4.9%)
Mutual labels:  cli, tmux
Whale
🐋 Show Ethereum and Bitcoin price in command line interface (CLI).
Stars: ✭ 81 (-20.59%)
Mutual labels:  cli, tmux
Tmux Xpanes
Awesome tmux-based terminal divider
Stars: ✭ 1,370 (+1243.14%)
Mutual labels:  cli, tmux
Snitch
Snitch is the tool that keeps your tests under surveillence.
Stars: ✭ 100 (-1.96%)
Mutual labels:  cli
Typescript To Cli
Transform your typescript module into a CLI
Stars: ✭ 101 (-0.98%)
Mutual labels:  cli
Udict
A command line urban dictionary.
Stars: ✭ 99 (-2.94%)
Mutual labels:  cli
Cli Engine
Stars: ✭ 100 (-1.96%)
Mutual labels:  cli
Linter Farch
Make sure the filenames stay the same, control them! 👁
Stars: ✭ 101 (-0.98%)
Mutual labels:  cli
Shtab
↔️ Automagic shell tab completion for Python CLI applications
Stars: ✭ 99 (-2.94%)
Mutual labels:  cli
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (+0%)
Mutual labels:  cli
Passbolt cli
Command line interface for passbolt API
Stars: ✭ 99 (-2.94%)
Mutual labels:  cli
Cli
Yet another Crystal library for building command-line interface applications.
Stars: ✭ 99 (-2.94%)
Mutual labels:  cli
Tree Node Cli
🌲 Node.js library to list the contents of directories in a tree-like format, similar to the Linux tree command
Stars: ✭ 102 (+0%)
Mutual labels:  cli
Ruby Progressbar
Ruby/ProgressBar is a text progress bar library for Ruby.
Stars: ✭ 1,378 (+1250.98%)
Mutual labels:  cli
Redis Cui
Simple, visual command line tool for redis
Stars: ✭ 101 (-0.98%)
Mutual labels:  cli

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

Default: set -g @tmux_power_theme 'default' Set this theme if you want to honor the terminal colorscheme. To be used with something like pywal for instance.

⚙ 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 change the date and time formats using strftime:

set -g @tmux_power_date_format '%F'
set -g @tmux_power_time_format '%T'

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 '↓'
set -g @tmux_power_left_arrow_icon '<'
set -g @tmux_power_right_arrow_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'

tmux-web-reachable

set -g @tmux_power_show_web_reachable true

🔗 Other plugins

You might also find these useful:

📃 License

MIT (c) Wenxuan Zhang

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].