From d53a823f6d79bfad88b9056d07b6705543f57a3c Mon Sep 17 00:00:00 2001 From: Ted Yin Date: Sat, 23 May 2020 16:56:39 -0400 Subject: [PATCH] add tmux-colortag (#34) * add tmux-colortag I wrote a simple plugin to tmux that auto-colors the window tags according to their name hashes. You can also manually color the tag using in-plugin command. It also somewhat serves as a minimal theme to tmux (which could be disabled). * correct a typo * move tmux-colortag to status bar category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2c6a44..24d4037 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set - [gitmux](https://github.com/arl/gitmux) Show Git status in tmux status bar - [tmux-battery](https://github.com/tmux-plugins/tmux-battery) Plug and play battery percentage and icon indicator for Tmux. +- [tmux-colortag](https://github.com/Determinant/tmux-colortag) a plugin/theme that colors the tmux window tags. - [tmux-cpu](https://github.com/tmux-plugins/tmux-cpu) Show CPU load with easy icons - [tmux-cpu-info](https://github.com/jdxcode/tmux-cpu-info) CPU usage gauge to status bar - [tmux-maildir-counter](https://github.com/tmux-plugins/tmux-maildir-counter) Plugin that counts files on a specific mail directory