Updated home and work conf files

Added tmi.sh script
Updated README
This commit is contained in:
2026-07-21 15:27:08 -04:00
parent 385cce1f5b
commit 674bcc13ee
4 changed files with 120 additions and 18 deletions
+5 -9
View File
@@ -59,6 +59,7 @@ set-option -g visual-activity on # Enable visual notification of activity in ot
#########################################
set-option -g status on # Turn the status bar on
set-option -g status-position top # Put the Status Bar on top of the screen
set-option -g status-interval 5 # Set the status bar update frequency to 5 seconds
set-option -g status-justify centre # Justify the window list to the left
@@ -71,7 +72,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=#000000,fg=colour8,bright # Set the background to default (transparent), foreground color, and brightness
set-option -g status-style bg=#000000,fg=grey # Set the background to default (transparent), foreground color, and brightness
#########################################
# Pane Appearance
@@ -90,22 +91,17 @@ set-option -g message-style bg=default,fg=colour13 # Style for messages displaye
# Window Appearance
#########################################
set-option -g window-style bg=default # Default background color for windows
set-option -g window-active-style bg=default # Background color for the active window
set-window-option -g window-style bg=default # Default background color for windows
set-window-option -g window-active-style bg=default # Background color for the active window
#########################################
# Window List Appearance
#########################################
#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"
set-window-option -g window-status-format "#{?window_activity_flag,#[bg=#ffff00 fg=#000000 bold],#[fg=#228b22 bg=default]}#I:#W"
# Active window
set-window-option -g window-status-current-format "#[bg=default fg=#059df5]● #I:#W"