Add weather inside and outside of tmux
This commit is contained in:
parent
85bd8a5c65
commit
dcd6ddc91d
2 changed files with 8 additions and 2 deletions
|
@ -52,7 +52,7 @@ set -g status-position bottom
|
|||
set -g status-justify left
|
||||
set -g status-style 'dim'
|
||||
set -g status-left ' #S | '
|
||||
set -g status-right '%F %H:%M:%S #[fg=color100,bg=color237] #($TMUX_PLUGIN_MANAGER_PATH/tmux-mem-cpu-load/tmux-mem-cpu-load --interval 1 --mem-mode 0 --averages-count 0) #[fg=color82,bg=color236,bold] #H '
|
||||
set -g status-right '#(curl -s wttr.in/Trondheim\?format\="%%l:+%%c%%t") #[bg=color237] %a %b %d #[fg=color7]%H:%M #[fg=color82,bg=color236,bold] #H '
|
||||
set -g status-right-length 80
|
||||
set -g status-left-length 20
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue