Update conf/.tmux.conf

This commit is contained in:
jonnyboy
2013-01-01 21:20:37 -05:00
parent 54ff0c0c1a
commit 32af4ba419
+1 -1
View File
@@ -34,7 +34,7 @@ set-option -g status-interval 10
#set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)"
#set -g status-right "#[fg=red]#(ls -1 changeme | wc -l) NZB's left to process #[fg=yellow]#(uptime | cut -d ',' -f 2-)"
set -g status-right \
"#[fg=red]#(ls -1 change | wc -l) NZB's left to process \
"#[fg=red]#(ls -1 changeme | wc -l) NZB's left to process \
#[fg=yellow]#(free -m | grep 'Mem' | awk '{ print \"Ram Used: \"$3\" MB\";}') \
#[fg=yellow]#(free -m | grep 'Mem' | awk '{ print \"Ram Free: \"$4\" MB\";}') \
#[fg=yellow]#(free -m | grep 'Swap' | awk '{ print \"Swap Used: \"$3\" MB\";}') \