more tmux
This commit is contained in:
parent
7e5afbf834
commit
3ea3344fbf
|
@ -2,13 +2,13 @@
|
|||
set -g default-terminal "screen-256color"
|
||||
|
||||
# left status
|
||||
set-window-option -g status-left " #S #[fg=brightred bg=black]>> "
|
||||
set-window-option -g status-left " Session[#S] #[fg=brightred bg=black]>> "
|
||||
set-window-option -g status-left-style "fg=white bg=black"
|
||||
set-window-option -g status-left-length 30
|
||||
|
||||
# right status
|
||||
set-window-option -g status-right-length 300
|
||||
set-window-option -g status-right "[`F] Search [`C-r] Restore [`C-s] Save#[fg=brightred bg=black] #[fg=white bg=black] #{weather} #[fg=brightred bg=black] #[fg=colour179 bg=black]🖥 CPU:#{cpu_percentage} MEM:#{ram_percentage} #[fg=brightred bg=black] #[fg=white bg=black]📅%Y-%m-%d 🕗%I:%m%p"
|
||||
set-window-option -g status-right "#[bg=white fg=black bold][`F]#[bg=black fg=white] Search #[bg=white fg=black bold][`C-r]#[bg=black fg=white] Restore #[bg=white fg=black bold][`C-s]#[bg=black fg=white] Save#[fg=brightred bg=black] #[fg=white bg=black] #{weather} #[fg=brightred bg=black] #[fg=colour179 bg=black]🖥 CPU:#{cpu_percentage} MEM:#{ram_percentage} #[fg=brightred bg=black] #[fg=white bg=black]📅%Y-%m-%d 🕗%I:%m%p"
|
||||
set-window-option -g status-right-style "fg=white bg=black"
|
||||
# set-option -g status-right
|
||||
|
||||
|
@ -17,7 +17,7 @@ set-window-option -g window-status-format " #I: #W "
|
|||
set-window-option -g window-status-style "bg=black fg=white"
|
||||
|
||||
# active windows
|
||||
set-window-option -g window-status-current-format " #I: #W "
|
||||
set-window-option -g window-status-current-format " #I: #W #[bg=black fg=white]"
|
||||
set-window-option -g window-status-current-style "bg=white fg=black bold"
|
||||
|
||||
# main bg color
|
||||
|
|
Loading…
Reference in New Issue