Window flags
Tmux uses window flags to indicate the status of windows (current, last, zoomed, etc.). You can enable or disable these flags in the status bar.Display tmux window flags in the status bar.Window flags include:
*- Current window-- Last window#- Window activity!- Window bell~- Window silenceZ- Window zoomed
Refresh rate
Control how frequently the status bar updates. This affects dynamic plugins that display changing information like CPU usage, GPU stats, memory usage, and music players.The refresh rate for the status bar in seconds. Can accept any number.Affects these plugins:
- cpu-usage
- gpu-usage, gpu-ram-usage, gpu-power-draw
- mpc
- spotify-tui
- spr
- terraform
- synchronize-panes
Border contrast
Enable high contrast for pane borders to make them more visible.Enable high contrast pane borders for better visibility when working with multiple panes.
Empty plugins
Control whether plugins should display when they have no data.Hide plugins when they return no data. Useful for keeping your status bar clean.For example, the git plugin won’t show when not in a git repository, or the battery plugin won’t show on desktop machines.
This works best when combined with plugins that have specific “hide” options, like
@dracula-weather-hide-errors or @dracula-no-battery-label false.Plugin padding
Customize the spacing around plugins in the status bar. You can use whitespace or any character for padding.Padding character(s) on the left side of each plugin. By default, this is one space.Set to
false to remove all left padding.Padding character(s) on the right side of each plugin. By default, this is one space.Set to
false to remove all right padding.