aboutsummaryrefslogtreecommitdiff
path: root/env/.config/tmux
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-04-27 04:07:57 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-04-27 04:07:57 -0500
commit35cc9f4f4d12d63dbe80cf8f1fd84e34e9eecd38 (patch)
treeb05f7d114ce29b35315c75039e0d97bab8cbd669 /env/.config/tmux
parent32418fca3e38ef2e6b5e62c8f568da6e0a73a261 (diff)
Squashed commit of the following:
readme changes - moved to nsxiv - added pwdc alias - added dbus environment to i3 config - changed tmux bar - added autocd - st font change - added wayvr alias - mvoed bat up
Diffstat (limited to 'env/.config/tmux')
-rwxr-xr-xenv/.config/tmux/tmux.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/env/.config/tmux/tmux.conf b/env/.config/tmux/tmux.conf
index 7579dd7..4947e83 100755
--- a/env/.config/tmux/tmux.conf
+++ b/env/.config/tmux/tmux.conf
@@ -64,8 +64,8 @@ set -wg mode-style bg="#222222"
set -g pane-border-style fg='#222222'
set -g pane-active-border-style fg='#a030f0'
active_window_fg='#e080f0'
-set -g status-left "#[fg=#f1f1f1,bold,bg=#4020af]  #S #[fg=#4020af,bg=#222222] "
+set -g status-left "#[fg=#f1f1f1,bold,bg=#4020af]  #S #[fg=#4020af,bg=#222222] "
set -g status-left-length 40
-set -g window-status-current-format "#[fg=${active_window_fg},bg=#222222]#I:#W #[fg=#f1f1f1,bg=#222222]"
-set -g window-status-format "#[fg=#f1f1f1,bg=#222222]#I:#W #[fg=#f1f1f1,bg=#222222]"
-set -g status-right '#[fg=#4020af,bg=#222222]#[fg=#f1f1f1,bg=#4020af] @#H %H:%M %d-%b-%y'
+set -g window-status-current-format "#[fg=${active_window_fg},bg=#222222]#I:#W #[fg=#f1f1f1,bg=#222222]"
+set -g window-status-format "#[fg=#f1f1f1,bg=#222222]#I:#W #[fg=#f1f1f1,bg=#222222]"
+set -g status-right '#[fg=#f1f1f1,bg=#4020af] @#H %H:%M %d-%b-%y'