• Stars
    star
    526
  • Rank 84,247 (Top 2 %)
  • Language
    Shell
  • License
    Other
  • Created about 7 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐ŸŽจ Tmux powerline theme

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

More Repositories

1

forgit

๐Ÿ’ค A utility tool powered by fzf for using git interactively.
Shell
4,375
star
2

minimap.vim

๐Ÿ“ก Blazing fast minimap / scrollbar for vim, powered by code-minimap written in Rust.
Vim Script
1,195
star
3

code-minimap

๐Ÿ›ฐ A high performance code minimap render.
Rust
605
star
4

csview

๐Ÿ“  Pretty and fast csv viewer for cli with cjk/emoji support.
Rust
572
star
5

tmux-fzf-url

๐Ÿš€ Quickly open urls on your terminal screen!
Shell
507
star
6

rlt

A universal load testing framework for Rust, with real-time tui support.
Rust
132
star
7

dotfiles

๐Ÿก My dotfiles
Shell
89
star
8

formarks

๐Ÿ”– Quickly navigate your work path!
Shell
48
star
9

xaj-hydrological-model

ๆ–ฐๅฎ‰ๆฑŸๆฐดๆ–‡ๆจกๅž‹Javaๅฎž็Žฐ
Java
31
star
10

emoji-cli

Ruby
21
star
11

tmux-net-speed

Shell
13
star
12

awesome-stars

A curated list of my GitHub stars!
12
star
13

estunnel

๐Ÿš› Tool for downloading data from elasticsearch cluster.
Rust
9
star
14

clitrans

Yet another command-line translator (Chinese ๐Ÿ”„ English).
Rust
9
star
15

protobuf.vim

Better vim syntax highlighting and indent plugin for Protobuf with grpc, grpc-gateway and grpc-swagger support.
Vim Script
7
star
16

advent-of-code-2021

๐Ÿฆ€ Rust solutions to AoC 2021
Rust
4
star
17

rustgrep

Rust
2
star
18

elastic-tunnel

Tools for downloading data from elasticsearch
Kotlin
2
star
19

tmux-web-reachable

Shell
2
star
20

epoch-cli

๐Ÿ•“ Epoch converter for CLI
Shell
1
star
21

metabase-druid-driver

Clojure
1
star
22

xaj-hydrological-model-demo

ๆ–ฐๅฎ‰ๆฑŸๆจกๅž‹็คบไพ‹
Java
1
star
23

idea-settings

1
star
24

geo-locator

A Kotlin & Java library for fast locating region by GPS coordinates.
Kotlin
1
star
25

vim-gitignore

Vim Script
1
star
26

awm.config

Lua
1
star
27

sort

A collection of sort algorithms
C
1
star
28

forepos

Shell
1
star
29

pbcopy

Just a xclip wrapper
Shell
1
star
30

producer-consumer-model

้€š่ฟ‡ๅคš็บฟ็จ‹ๅฎž็Žฐ็š„็”Ÿไบง่€…/ๆถˆ่ดน่€…ๆจกๅž‹
C++
1
star
31

pso-demo

Particle swarm optimization demo
Java
1
star
32

advent-of-code-2020

๐Ÿฆ€ Rust solutions to AoC 2020
Rust
1
star
33

pso

Particle swarm optimization Java implementation
Java
1
star