shortcut tmux
This commit is contained in:
parent
ed8766614a
commit
7e5afbf834
|
@ -7,7 +7,8 @@ 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 "#[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-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-style "fg=white bg=black"
|
||||
# set-option -g status-right
|
||||
|
||||
|
|
Loading…
Reference in New Issue