fine tune after powerline PR

This commit is contained in:
Dane Williams 2020-05-14 23:47:21 -07:00
parent b4869b3dc0
commit 52022a22a3
4 changed files with 5 additions and 2 deletions

View file

@ -20,7 +20,8 @@ main()
show_network=$(get_tmux_option "@dracula-show-network" true)
show_weather=$(get_tmux_option "@dracula-show-weather" true)
show_fahrenheit=$(get_tmux_option "@dracula-show-fahrenheit" true)
show_powerline=$(get_tmux_option "@dracula-show-powerline" true)
show_powerline=$(get_tmux_option "@dracula-show-powerline" false)
# Dracula Color Pallette
white='#f8f8f2'
gray='#44475a'