diff --git a/conf/.tmux.conf b/conf/.tmux.conf index d80367650..eb508880b 100644 --- a/conf/.tmux.conf +++ b/conf/.tmux.conf @@ -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\";}') \