[F] Fix status length
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user