Skip to content

ron-shinall/pleasing-tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

pleasing-tmux

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.

Screenshot 2026-01-29 at 10 14 08

Requirements

Configuration

Copy the contents of tmux/tmux.conf to your setup and reload your tmux configuration.

Troubleshooting

  • 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"

Acknowledgments & inspiration

Contributing

If you have any input or recommendations, open a PR!

About

A pleasing, minimal tmux status bar without plugins.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages