diff --git a/configs/i3status-rust.nix b/configs/i3status-rust.nix index c2a2312..7d6d00c 100644 --- a/configs/i3status-rust.nix +++ b/configs/i3status-rust.nix @@ -2,12 +2,7 @@ pkgs, config, ... -}: let - setsid = script: - pkgs.writers.writeDash "setsid-command" '' - ${pkgs.util-linux}/bin/setsid ${script} - ''; -in { +}: { home-manager.users.me = { programs.i3status-rust = { enable = true; @@ -16,7 +11,7 @@ in { settings = { theme.overrides = let colours = config.lib.stylix.colors.withHashtag; - in rec { + in { idle_bg = colours.base00; idle_fg = colours.base05; good_bg = colours.base00; diff --git a/systems/ful/panoptikon.nix b/systems/ful/panoptikon.nix index b2f4e76..b016969 100644 --- a/systems/ful/panoptikon.nix +++ b/systems/ful/panoptikon.nix @@ -94,22 +94,6 @@ in { script = panoptikon.urlSelector "[itemprop=articleBody]" "https://www.indogermanistik.org/tagungen/tagungen-der-ig.html"; reporters = [irc-kmein]; }; - fxght-or-flxght = { - script = panoptikon.urlJSON { - jqScript = '' - .answers | map( - select(.type == "answer") - | { - question: .tell, - answer: .answer, - date: .createdAt, - media: .media | map(.url) - } - ) - ''; - } "https://api.tellonym.me/profiles/name/fxght.or.flxght?limit=20"; - reporters = [irc-kmein]; - }; }; }; }