added the refresh rate by pulling from the .tmux.conf file and running

the get_tmux_option function and using that as the variable for the
refresh rate on sleep
This commit is contained in:
Ethan Edwards 2020-08-10 07:57:48 -04:00
parent f5f8dedb9f
commit e290571fee
4 changed files with 36 additions and 3 deletions

View file

@ -34,9 +34,6 @@ main()
show_time=$(get_tmux_option "@dracula-show-time" true)
show_refresh=$(get_tmux_option "@dracula-refresh-rate" 5)
# exporting the value for the other scripts to read
export RATE=$show_refresh
# Dracula Color Pallette
white='#f8f8f2'
gray='#44475a'