A clean tmux status bar layout that doesn't require any plugins. If you want the CPU & memory status you will need a plugin for that, but it's purely optional.
- A patched Nerd Font
Copy the contents of tmux/tmux.conf to your setup and reload your tmux configuration.
- If colors don't look right you may need these lines in your config:
set -g default-terminal "screen-256color"
set -ga terminal-overrides ",*256col*:Tc"- If you decide to use the CPU & memory plugin, and you don't see the values in the status bar, check the order of your plugins. For example, this order works for me:
set -g @plugin "tmux-plugins/tpm"
set -g @plugin "christoomey/vim-tmux-navigator"
set -g @plugin "tmux-plugins/tmux-resurrect"
set -g @plugin "tmux-plugins/tmux-continuum"
set -g @plugin "hendrikmi/tmux-cpu-mem-monitor"
set -g @resurrect-capture-pane-contents "on"
set -g @resurrect-strategy-nvim "session"
set -g @resurrect-dir "~/.config/tmux/resurrect"
# other config ...
run "~/.tmux/plugins/tpm/tpm"- Hendrik's minimal tmux layout & CPU & memory plugin
- The dracula color palette and dracula.nvim theme
If you have any input or recommendations, open a PR!