@@ -99,14 +99,14 @@ set -g @tmux2k-session-icon " #S" # `#W` for window name
9999
100100##### Available Colors:
101101
102- - white, gray, black
103- - light_blue, blue, dark_blue
104- - light_green, green, dark_green
105- - light_orange, orange, dark_orange
106- - light_pink, pink, dark_pink
107- - light_purple, purple, dark_purple
108- - light_red, red, dark_red
109- - light_yellow, yellow, dark_yellow
102+ - ` white ` , ` gray ` , ` black `
103+ - ` light_blue ` , ` blue ` , ` dark_blue `
104+ - ` light_green ` , ` green ` , ` dark_green `
105+ - ` light_orange ` , ` orange ` , ` dark_orange `
106+ - ` light_pink ` , ` pink ` , ` dark_pink `
107+ - ` light_purple ` , ` purple ` , ` dark_purple `
108+ - ` light_red ` , ` red ` , ` dark_red `
109+ - ` light_yellow ` , ` yellow ` , ` dark_yellow `
110110
111111- ` text ` : Text color. Default: ` black `
112112- ` bg_main ` : Background color. Default: ` black `
@@ -231,6 +231,16 @@ tmux window list
231231- ` @tmux2k-window-list-format ` : Sets the format for the window list. Default: ` '#I:#W' `
232232- ` @tmux2k-window-list-compact ` : Enables or disables compact mode for the window list. Default: ` false `
233233
234+ #### 🪆 Add New Plugins
235+
236+ To add a new plugin:
237+
238+ - Copy ` plugin/custom.sh ` and rename it to match your plugin name.
239+ - Update the new plugin script to ` echo ` the expected output.
240+ - Add color declaration for your plugin name into the ` plugin_colors ` array in ` main.sh `
241+
242+ > The plugin name and script file name must match e.g: plugin named ` foo ` should have a file called ` scripts/foo.sh `
243+
234244#### Gemeral Plugin Configs
235245
236246``` bash
@@ -246,16 +256,6 @@ set -g @tmux2k-[plugin-name]-colors "[background] [foreground]"
246256set -g @tmux2k-cpu-colors " red black" # set cpu plugin bg to red, fg to black
247257```
248258
249- #### 🪆 Add New Plugins
250-
251- To add a new plugin:
252-
253- - Copy ` plugin/custom.sh ` and rename it to match your plugin name.
254- - Update the new plugin script to ` echo ` the expected output.
255- - Add color declaration for your plugin name into the ` plugin_colors ` array
256-
257- > The plugin name and script file name must match e.g: plugin named ` foo ` should have a file called ` scripts/foo.sh `
258-
259259## 🏗️ What's Next
260260
261261- You tell me!
0 commit comments