Compare commits

..

2 Commits

Author SHA1 Message Date
f30c6cbdd9 Added tmux-menus 2022-03-04 15:54:19 -05:00
881a9e0e71 Added disk usage 2022-03-04 15:53:48 -05:00
2 changed files with 4 additions and 3 deletions

View File

@ -59,9 +59,9 @@ cpu_stats
# core_load_change
### Display IO read and write for the app (not system)
# io_stats
# io_read
# io_write
io_stats
io_read
io_write
### Display system vram / ram / swap space usage
vram

View File

@ -13,6 +13,7 @@ set -g @plugin 'tmux-plugins/tmux-yank'
#set -g @plugin 'tmux-plugins/tmux-urlview'
set -g @plugin 'tmux-plugins/tmux-sidebar'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin 'jaclu/tmux-menus'
set -g @plugin 'egel/tmux-gruvbox'
set -g status-right '#{prefix_highlight} | %a %Y-%m-%d %H:%M'