Make system-info right status grey not white

This commit is contained in:
Kenneth Benzie 2021-11-28 11:02:42 +00:00
parent 19ec5794b6
commit 1389817cb4

View File

@ -125,7 +125,7 @@ setw -g status-left-style fg=colour240,bg=colour233
setw -g status-style fg=colour240,bg=colour233 setw -g status-style fg=colour240,bg=colour233
# Right status style shows system info, date, and time. # Right status style shows system info, date, and time.
setw -g status-right "#(cat ~/.cache/tmux/system-info) %a %d-%m-%y %H:%M " setw -g status-right "#[fg=colour240]#(cat ~/.cache/tmux/system-info)#[fg=white] %a %d-%m-%y %H:%M "
setw -g status-right-style fg=white,bg=colour233 setw -g status-right-style fg=white,bg=colour233
# Active window status style # Active window status style