Compare commits
2 commits
7b77f3bc3b
...
df8cc02954
Author | SHA1 | Date | |
---|---|---|---|
![]() |
df8cc02954 | ||
![]() |
744bf4653a |
3 changed files with 8 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.swp
|
||||
*.swo
|
|
@ -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.
|
||||
|
|
BIN
statusbar.png
Normal file
BIN
statusbar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Loading…
Add table
Reference in a new issue