Change defaults
This commit is contained in:
parent
053576c406
commit
9e4c9f0b78
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ function get_config()
|
|||
}
|
||||
|
||||
TEXT=`get_config 'text' 'string' '<span size="xx-large">☯</span>'`
|
||||
SUNRISE=`get_config 'sunrise' 'string' '8:00'`
|
||||
SUNRISE=`get_config 'sunrise' 'string' '7:30'`
|
||||
SUNSET=`get_config 'sunset' 'string' '18:00'`
|
||||
|
||||
mode=`parse_args $@`
|
||||
|
|
|
|||
Loading…
Reference in a new issue