mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
feat: add window-list-alignment option
You can now set the window lists alignment, available options are: left, centre (default) and right closes #19
This commit is contained in:
parent
5810f28b16
commit
74c6c25a28
2 changed files with 5 additions and 1 deletions
|
|
@ -126,6 +126,9 @@ To use plugins:
|
|||
set -g @tmux2k-left-plugins "git cpu ram"
|
||||
set -g @tmux2k-right-plugins "battery network time"
|
||||
|
||||
# to set window list alignment (centre by default)
|
||||
set -g @tmux2k-window-list-alignment 'left'
|
||||
|
||||
# to customize plugin colors
|
||||
set -g @tmux2k-[plugin-name]-colors "[background] [foreground]"
|
||||
set -g @tmux2k-cpu-colors "red black" # set cpu plugin bg to red, fg to black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue