FIX spacing typo
This commit is contained in:
parent
8bb8671cc0
commit
4fbf466a45
|
@ -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)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue