delete comments
This commit is contained in:
@@ -29,8 +29,6 @@ set-option -g status-left '#[fg=colour185] #S '
|
||||
set-option -g status-left-length 16
|
||||
set-option -g status-bg colour233
|
||||
|
||||
# iow #(iostat -s | head -n 4 | tail -n 1 | tr -s " " | cut -d " " -f 6)
|
||||
#netio #(iftop -t -b -B -n -L 1 -s 1 2>/dev/null | grep "Total send and receive rate" | tr -s " " | cut -d " " -f 6)
|
||||
set-option -g status-right '#[fg=colour195] #(whoami)@#(hostname) | cpu #(vmstat | tail -n 1 | tr -s " " | cut -f 16 -d " " | awk "{ print 100-\$1 }")% | ram #(free | grep Mem | awk "{print \$3/\$2 * 100.0}" | head -c 2)% | hd #(df -h | grep "/$" | tr -s " " | cut -f5 -d " ") | %a %R #[]'
|
||||
set-option -g status-right-length 90
|
||||
set-option -g status-interval 2
|
||||
|
||||
Reference in New Issue
Block a user