27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
# general
|
|
set -g default-terminal "screen-256color"
|
|
|
|
# left status
|
|
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 "#[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
|
|
|
|
# inactive windows
|
|
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 #[bg=black fg=white]"
|
|
set-window-option -g window-status-current-style "bg=white fg=black bold"
|
|
|
|
# main bg color
|
|
set -g status-bg black
|
|
|
|
##
|