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:
parent
f5f8dedb9f
commit
e290571fee
4 changed files with 36 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue