Giter Club home page Giter Club logo

tmux-themes's Introduction

Tmux themes

This is an plugin that applying the tmux themes maintained by me.

This plugin is compatible with Tmux plugin manager(TPM)

Notes

Installation

Installation with Tmux Plugin Manager (recommended)

Requirements: tmux version 3.0 (or higher), bash.

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

set -g @plugin 'charlietag/tmux-themes'

Hit prefix + I to fetch the plugin and source it.

Enjoy your tmux's new look !

Manual Installation

Clone the repo:

$ git clone https://github.com/charlietag/tmux-themes.git ~/clone/path

Add this line to the bottom of .tmux.conf:

run-shell ~/clone/path/theme.tmux

Reload TMUX environment:

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

Enjoy your tmux's new look !

Examples

tmux-theme:
tmux-theme

tmux-theme (Dark Mode):
tmux-theme

There might be more themes in the future.

Customization

Here are all available options with their default values:

@theme-loading-cpu-mem 'on'            # [ on | off]

@theme-network-bandwith 'on'           # [ on | off]

@theme-dark-mode 'on'                  # [ on | off] , default off

@theme-dard-mode-bindkey 'T'           # [ -r T | M-s | -n F11 ] , this is for toggle theme dark mode, define yourself just like bind-key

Don't forget to reload tmux environment ($ tmux source-file ~/.tmux.conf) after you do this.

Usage

Sample config in ~/.tmux.conf

set -g @plugin 'charlietag/tmux-themes'
set -g @theme-loading-cpu-mem 'on'     # [ on | off] , default: on
set -g @theme-network-bandwith 'on'    # [ on | off] , default: on

set -g @theme-dark-mode 'on'           # [ on | off] , default off
set -g @theme-dard-mode-bindkey 'T'    # [ -r T | M-s | -n F11 ] , this is for toggle theme dark mode, define yourself just like bind-key

Useful command

  • List clients and kill clients (works with status-left bar "Clients ▶▶▶ x")

    <prefix> + D

Also read

  • .tmux.conf - Tmux configuration sample by CharlieTag

Other goodies

  • tmux-split-statusbar - a plugin for spliting status bar into 2 parts (lines) : windoow , status-left/status-right
  • tmux-cpu-model - a plugin for fetching cpu info of the server, and counting cpu cores.

License

MIT license

Change Log

tmux-themes's People

Contributors

charlietag avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.