Files
container.training/slides/autopilot/tmux-style.sh

8 lines
239 B
Bash
Executable File

#!/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