diff --git a/config-sync/.config/tmux/tmux.conf b/config-sync/.config/tmux/tmux.conf index a3a4740..8a67e61 100644 --- a/config-sync/.config/tmux/tmux.conf +++ b/config-sync/.config/tmux/tmux.conf @@ -14,6 +14,7 @@ set -g status-format[0] '#[align=left range=left #{status-left-style}]#[push-def # Status-left with current date and time +set -g status-left-length 0 set -g status-left '#[fg=#32738c,bg=#333333]#[bg=#459dbf]#[fg=#459dbf,bg=#58c8f2]#[fg=#333333]  #(date +"%a %m-%d") #[fg=#58c8f2,bg=#eda4b2]#[fg=#333333]  #(date +"%I:%M %p") #[fg=#eda4b2,bg=#ffffff]' # Centered window status @@ -24,6 +25,7 @@ set -g window-status-current-style 'fg=#333333,bg=default' set -g window-status-separator '  ' # Status-right with a message and username +set -g status-right-length 0 set -g status-right '#[fg=#ffffff,bg=#eda4b2]#[fg=#333333] #(python3 -m hyfetch --print-font-logo) #(hostname) #[fg=#eda4b2,bg=#58c8f2]#[fg=#333333]  Be happy! #[fg=#58c8f2,bg=#459dbf]#[fg=#459dbf,bg=#32738c]#[fg=#32738c,bg=#333333]' # Status bar background style