Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 14s
7 lines
238 B
Bash
Executable File
7 lines
238 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
|