mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
13 lines
460 B
Plaintext
13 lines
460 B
Plaintext
# Sunrise and sunset
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
# Localize if we can
|
|
IF access($SysInclude + "/translations/" + _("LANGID") + "/sun.rem", "r") >= 0
|
|
SYSINCLUDE translations/[_("LANGID")]/sun.rem
|
|
ENDIF
|
|
|
|
IF !$CalMode && !$PsCal
|
|
REM INFO "Url: https://en.wikipedia.org/wiki/Sunrise" NOQUEUE AT [sunrise()] MSG %"%"%(Sunrise) %! %2.
|
|
REM INFO "Url: https://en.wikipedia.org/wiki/Sunset" NOQUEUE AT [sunset()] MSG %"%"%(Sunset) %! %2.
|
|
ENDIF
|