From 6ac5897ac1fee071d04b93be47233fc8d3d953d2 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Sat, 10 Apr 2021 00:37:12 -0300 Subject: [PATCH] increased status-right-length to show bandwith values --- scripts/dracula.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dracula.sh b/scripts/dracula.sh index bb4f5de..d52449f 100755 --- a/scripts/dracula.sh +++ b/scripts/dracula.sh @@ -113,7 +113,7 @@ main() # set length tmux set-option -g status-left-length 100 - tmux set-option -g status-right-length 100 + tmux set-option -g status-right-length 250 # pane border styling if $show_border_contrast; then