my-tmux-config/README.md

9 lines
486 B
Markdown
Raw Permalink Normal View History

2023-05-27 14:57:05 +00:00
# my-tmux-config
2023-05-27 15:06:26 +00:00
This is the tmux config used on most of my systems. Looks a little bit like this screenshot
![Status Bar Screenshot](statusbar.png)
There are two versions of tmux config in this repo. The default one uses a separately compiled [tmux-mem-cpu-load](https://github.com/thewtex/tmux-mem-cpu-load) for showing some system parameters.
The second version only uses `/proc/loadavg` to show the system load. Useful for systems where you want to keep your dependencies small.