From 8cda7861f908199fa204928abc02e7e4a7fb14d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 10 Nov 2020 21:03:10 +0100 Subject: [PATCH] feat(i3-status-rust): remove newsboat as it was blocking, change separator --- lib/i3status-rust.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lib/i3status-rust.nix b/lib/i3status-rust.nix index cd2e421..10df946 100644 --- a/lib/i3status-rust.nix +++ b/lib/i3status-rust.nix @@ -33,7 +33,7 @@ in { good_bg = colours.background; idle_bg = colours.background; info_bg = colours.background; - separator = "* "; + separator = "/ "; separator_bg = "auto"; separator_fg = colours.black.bright; }; @@ -89,18 +89,6 @@ in { }" ''; } - { - block = "custom"; - interval = 30; - command = pkgs.writers.writeDash "rss-new" '' - ${pkgs.newsboat}/bin/newsboat --execute=print-unread | ${pkgs.gawk}/bin/awk '{ print "📰 " $1 }' - ''; - on_click = pkgs.writers.writeDash "rss-update" '' - ${pkgs.libnotify}/bin/notify-send --app-name=" Newsboat" "Updating feeds." \ - && ${pkgs.newsboat}/bin/newsboat --execute=reload \ - && ${pkgs.libnotify}/bin/notify-send --app-name=" Newsboat" "Feeds updated." - ''; - } { block = "custom"; interval = 30;