diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index d4e4820..639fd80 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -127,7 +127,7 @@ set -g status-right-length 0 down="#($XDG_CONFIG_HOME/tmux/plugins/network down)" up="#($XDG_CONFIG_HOME/tmux/plugins/network up)" -net="NET(↑/↓): $up$down" +net="NET(↑/↓): $up $down" cpu="CPU: #($XDG_CONFIG_HOME/tmux/plugins/cpu_perc)" mem="RAM: #($XDG_CONFIG_HOME/tmux/plugins/mem_perc)"