4 Commits

Author SHA1 Message Date
chawley
d6f40c2a20 Specific config for WSL at work 2025-07-17 12:15:06 +00:00
chawley
0faaa30e8a Fixed colors on OverDrive terminal
fg/bg were reversed for a reason I am not interested in figuring out
right now.
2025-05-08 11:31:16 +00:00
chawley
e80189b264 Working .tmux.conf with overdrive 2025-05-07 17:16:59 +00:00
chawley
cf840864d1 overdrive branch
for its own .tmux.conf
2025-05-07 16:54:52 +00:00

View File

@@ -71,7 +71,7 @@ set-option -g status-right-length 60 # Set the maximum length of the right
set-option -g status-right "S:#S W:#I P:#P | %b %d %H:%M" # Display session name, window index, pane index, and the date/time on the right
# Status bar style
set-option -g status-style bg=default,fg=colour8,bright # Set the background to default (transparent), foreground color, and brightness
set-option -g status-style bg=#000000,fg=colour8,bright # Set the background to default (transparent), foreground color, and brightness
#########################################
# Pane Appearance
@@ -97,10 +97,18 @@ set-option -g window-active-style bg=default # Background color for the active
# Window List Appearance
#########################################
set-option -g window-status-style fg=colour8,bg=default # Or your preferred inactive style
set-option -g window-status-current-style fg=colour2,bg=colour0,bright
set-option -g window-status-format "#[fg=colour8,bg=default] #I:#W#[fg=colour8,bg=default]#{?window_activity_flag,#[fg=colour11]! ,}"
set-option -g window-status-current-format "#[fg=colour2,bg=colour0,bright] #I:#W#[fg=colour2,bg=colour0,nobold]"
#set-option -g window-status-current-format "#[fg=colour2,bg=colour0]● #I:#W ●#[fg=colour2,bg=colour0]"
#set-option -g window-status-style fg=colour8,bg=default # Or your preferred inactive style
#set-option -g window-status-current-style fg=colour2,bg=default,bright
#set-option -g window-status-format "#[fg=colour8,bg=default] #I:#W#[fg=colour8,bg=default]#{?window_activity_flag,#[fg=colour11]! ,}"
# Stolen from https://github.com/mhartington/dotfiles/blob/main/config/tmux/tmux-status.conf
# Not active window
set-window-option -g window-status-format "#{?window_activity_flag,#[bg=#8802ad fg=#000000 bold],#[fg=#5e708c bg=default]}#I:#W"
# Active window
set-window-option -g window-status-current-format "#[bg=default fg=#059df5]● #I:#W"
#########################################
# Window Titles