diff --git a/slides/autopilot/tmux-style.sh b/slides/autopilot/tmux-style.sh new file mode 100755 index 00000000..5bb65130 --- /dev/null +++ b/slides/autopilot/tmux-style.sh @@ -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 +