A clean and quiet tmux status line theme, designed for personal use.
tmux-shadowline is a custom status bar theme for tmux, featuring muted grays, soft contrast, and subtle color highlights. It’s meant to stay out of your way while still providing enough visual cues for active windows, status updates, and plugin info.
I built this for myself — tuned carefully to my habits and screen — but if you're interested in using it, feel free. I might expose some options if there's demand. Otherwise, it stays opinionated and minimal.
Make sure you have a Nerd Font installed for proper icons.
You can add this as a plugin via TPM.
# run the script manually if you run TPM in background
# otherwise the status bar will flash on startup
run 'bash -c "[[ -x ~/.tmux/plugins/tmux-shadowline/shadowline.tmux ]] && ~/.tmux/plugins/tmux-shadowline/shadowline.tmux"'
set -g @plugin 'yourname/tmux-shadowline'
# and other plugins...
run -b '~/.tmux/plugins/tpm/tpm'
Or clone and run directly:
git clone https://github.com/yourname/tmux-shadowline ~/.tmux-shadowline
echo 'run ~/.tmux-shadowline/shadowline.tmux' >> ~/.tmux.conf
Not really customizable at the moment — unless you edit the file. I might add toggles or variables for colors/layouts if others actually use it.