From b69f4a8240bce0568e57d36b748dd14f2d18aa4a Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Wed, 20 May 2026 20:04:24 -0400 Subject: [PATCH] Changed tmux theme for readability Chaned the tmux theme for the numbering of the windows from dsquare to fsquare. This gives us a filled in square with contrast to easily see the window numbers. --- tmux/dot-config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/dot-config/tmux/tmux.conf b/tmux/dot-config/tmux/tmux.conf index 94dde2a..13dcc61 100644 --- a/tmux/dot-config/tmux/tmux.conf +++ b/tmux/dot-config/tmux/tmux.conf @@ -8,7 +8,7 @@ set -g @plugin 'janoamaral/tokyo-night-tmux' 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 dsquare +set -g @tokyo-night-tmux_window_id_style fsquare # Set mouse on so that we can scroll with the mouse set -g mouse on