removed weather, need to fix high request frequency
This commit is contained in:
parent
eac3e9167a
commit
5c480613e7
2 changed files with 2 additions and 2 deletions
BIN
.internet.sh.swp
Normal file
BIN
.internet.sh.swp
Normal file
Binary file not shown.
|
@ -36,7 +36,7 @@ main()
|
|||
|
||||
# message styling
|
||||
tmux set-option -g message-style "bg=${gray},fg=${white}"
|
||||
|
||||
|
||||
# status bar
|
||||
tmux set-option -g status-style "bg=${gray},fg=${white}"
|
||||
|
||||
|
@ -44,7 +44,7 @@ main()
|
|||
|
||||
tmux set-option -g status-right "#[fg=${dark_gray},bg=${pink}] #(~/.tmux/plugins/tmux-dracula/battery.sh) "
|
||||
tmux set-option -ga status-right "#[fg=${dark_gray},bg=${cyan}] tructus "
|
||||
tmux set-option -ga status-right "#[fg=${dark_gray},bg=${orange}] #(~/.tmux/plugins/tmux-dracula/weather.sh) "
|
||||
tmux set-option -ga status-right "#[fg=${dark_gray},bg=${orange}] #() "
|
||||
tmux set-option -ga status-right "#[fg=${white},bg=${dark_purple}] %a %m/%d %I:%M %p #(date +%Z) "
|
||||
|
||||
# window tabs
|
||||
|
|
Loading…
Reference in a new issue