diff --git a/README.md b/README.md index 4c839f9..2fdd032 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # my-tmux-config +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. diff --git a/statusbar.png b/statusbar.png new file mode 100644 index 0000000..25529dd Binary files /dev/null and b/statusbar.png differ