A custom tmux status line configuration for truecolor terminals using gruvbox-dark color scheme. It contains font glyphs found on Nerd Font patched fonts.
Copy it to a suitable directory and source it from within your existing
tmux.conf
. Example:
# Use gruvbox-dark theme if terminal supports truecolor
if-shell '[ "$COLORTERM" = "truecolor" ]' \
'source-file "$HOME/.config/tmux/tmux-statusline-gruvbox-dark.conf"'
MIT