From 14342901008da38abaf8a48a090af6f06e3f01e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 19 Jan 2022 12:27:14 +0100 Subject: [PATCH] feat(i3): bye bye astrology --- lib/i3status-rust.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/i3status-rust.nix b/lib/i3status-rust.nix index aae1f4b..189c14b 100644 --- a/lib/i3status-rust.nix +++ b/lib/i3status-rust.nix @@ -92,12 +92,6 @@ in { units = "metric"; }; } - { - block = "custom"; - interval = 60 * 5; - command = let inherit (import ) location; in "${pkgs.scripts.horoscope}/bin/horoscope --latitude=${toString location.latitude} --longitude=${toString location.longitude}"; - # astrolog -zN Berlin -n -k | tail -n +4 | head -n 7 | sed 's/://g;s/\s\+/ /g;s/ R/R/;s/\[\s*/[/g;s/Sun/☉/;s/Moon/☽/;s/Merc/☿/;s/Venu/♀/;s/Mars/♂/;s/Jupi/♃/;s/Satu/♄/' | cut -f1-2 -d' ' | paste -sd' ' - - } { block = "custom"; interval = 60 * 5;