From 80c8976c9dd398ba5beb893453bf3b6688309877 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Sat, 6 Jun 2026 19:07:01 -0400 Subject: [PATCH] Deleted netspeed from tmux status bar (#46) Decided that the netspeed isn't needed on the status bar and it kind of gets in the way so decided to remove it. Reviewed-on: https://git.wesirvin.com/wesley/dotfiles/pulls/46 --- tmux/dot-config/tmux/tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmux/dot-config/tmux/tmux.conf b/tmux/dot-config/tmux/tmux.conf index 13dcc61..fa711dc 100644 --- a/tmux/dot-config/tmux/tmux.conf +++ b/tmux/dot-config/tmux/tmux.conf @@ -6,8 +6,6 @@ set -g @plugin 'janoamaral/tokyo-night-tmux' # Tokyo Night config set -g @tokyo-night-tmux_theme 'storm' -set -g @tokyo-night-tmux_show_netspeed 1 -set -g @tokyo-night-tmux_netspeed_iface "wlp4s0" set -g @tokyo-night-tmux_window_id_style fsquare # Set mouse on so that we can scroll with the mouse -- 2.52.0