From cab3be8a19d445d3292454099dbc1ca97bca60c5 Mon Sep 17 00:00:00 2001
From: lassulus <lassulus@lassul.us>
Date: Mon, 23 Mar 2020 09:58:10 +0100
Subject: realwallpaper: add subsolar/lunar points

---
 krebs/5pkgs/simple/realwallpaper/default.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/krebs/5pkgs/simple/realwallpaper/default.nix b/krebs/5pkgs/simple/realwallpaper/default.nix
index 3f75e9e1e..b46cf08c1 100644
--- a/krebs/5pkgs/simple/realwallpaper/default.nix
+++ b/krebs/5pkgs/simple/realwallpaper/default.nix
@@ -128,6 +128,8 @@ pkgs.writers.writeDashBin "generate-wallpaper" ''
     # create marker file from json
     if [ -s marker.json ]; then
       jq -r 'to_entries[] | @json "\(.value.latitude) \(.value.longitude)"' marker.json > marker_file
+      echo 'position=sun image=subsolar.png transparent={255,255,255}' >> marker_file
+      echo 'position=moon image=sublunar.png transparent={255,255,255}' >> marker_file
     fi
 
     # make all unmodified files as final
-- 
cgit v1.2.3