diff --git a/xfce-night-mode.sh b/xfce-night-mode.sh index f709cf0..830af6c 100755 --- a/xfce-night-mode.sh +++ b/xfce-night-mode.sh @@ -100,7 +100,7 @@ function get_config() } TEXT=`get_config 'text' 'string' ''` -SUNRISE=`get_config 'sunrise' 'string' '8:00'` +SUNRISE=`get_config 'sunrise' 'string' '7:30'` SUNSET=`get_config 'sunset' 'string' '18:00'` mode=`parse_args $@`