Updated sunrise message.
This commit is contained in:
@@ -435,7 +435,7 @@ void update_time() {
|
||||
sun_setting_warned = false;
|
||||
}
|
||||
if (current_hour == 5 && !sunrise_warned) {
|
||||
notify("Sunrise isn't far away.");
|
||||
notify("The sky begins to brighten.");
|
||||
sunrise_warned = true;
|
||||
} else if (current_hour == 6) {
|
||||
sunrise_warned = false;
|
||||
|
||||
Reference in New Issue
Block a user