Add script to remember myself of how to customize tmux status bar

This commit is contained in:
Jerome Petazzoni
2017-12-21 05:46:57 +01:00
parent badb73a413
commit ef5e8f00f8

7
slides/autopilot/tmux-style.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
# This removes the clock (and other extraneous stuff) from the
# tmux status bar, and it gives it a non-default color.
tmux set-option -g status-left ""
tmux set-option -g status-right ""
tmux set-option -g status-style bg=cyan