diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-22 23:54:18 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-22 23:54:18 +0200 |
| commit | 9e4f026767b07be4dcbe03c0d701975171975785 (patch) | |
| tree | 2a1ebca8cdf369ca6b9913afdcfc65236a8cb1d8 | |
| parent | fc0756af9d8a0446165fb3ae5aec2830fe0799a5 (diff) | |
| download | dotfiles-9e4f026767b07be4dcbe03c0d701975171975785.tar.gz dotfiles-9e4f026767b07be4dcbe03c0d701975171975785.zip | |
Add tmux mem and cpu togglability
| -rwxr-xr-x | .config/tmux/left-status.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/tmux/left-status.sh b/.config/tmux/left-status.sh index afceea8..efa5982 100755 --- a/.config/tmux/left-status.sh +++ b/.config/tmux/left-status.sh @@ -22,3 +22,4 @@ function main() { # Calling the main function which will call the other functions. main + |
