From 351c54cc5096ade00ea40e48e1a2e82b6f953a61 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Wed, 12 Oct 2022 13:48:15 -0400 Subject: [PATCH] Print today. --- examples/astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/astro b/examples/astro index fd96e20b..4773c852 100755 --- a/examples/astro +++ b/examples/astro @@ -13,6 +13,8 @@ SET bg_dark 1 SET $AddBlankLines 0 BANNER % +MSG Today is [today()].%_ + IF bg_dark SPECIAL COLOR 255 255 0 Sunrise: 🌅 [sunrise()] today and [sunrise(today()+1)] tomorrow SPECIAL COLOR 255 128 0 Sunset: 🌇 [sunset()] today and [sunset(today()+1)] tomorrow%_