From 51f290a9c6c0d6cc1b834ee776074e6614151a8a Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Mon, 7 Oct 2024 13:38:14 -0500 Subject: chore(i3status-rs): remove unused pkg --- i3status-rs/.local/lib/i3status-rust/i3status-miniflux | 9 --------- i3status-rs/.local/lib/i3status-rust/i3status-notmuch | 7 ------- 2 files changed, 16 deletions(-) delete mode 100755 i3status-rs/.local/lib/i3status-rust/i3status-miniflux delete mode 100755 i3status-rs/.local/lib/i3status-rust/i3status-notmuch (limited to 'i3status-rs/.local/lib') diff --git a/i3status-rs/.local/lib/i3status-rust/i3status-miniflux b/i3status-rs/.local/lib/i3status-rust/i3status-miniflux deleted file mode 100755 index c9412fb..0000000 --- a/i3status-rs/.local/lib/i3status-rust/i3status-miniflux +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -curl -s https://miniflux.tobyvin.dev/v1/feeds/counters \ - -H "X-Auth-Token: ${MINIFLUX_TOKEN:-$(pass miniflux.tobyvin.dev/i3status)}" | - jq -r '[.unreads[]] | add // 0 | { - icon: "rss", - state: (if . > 50 then "Critical" elif . > 0 then "Warning" else "Idle" end), - text: (. | tostring) - }' diff --git a/i3status-rs/.local/lib/i3status-rust/i3status-notmuch b/i3status-rs/.local/lib/i3status-rust/i3status-notmuch deleted file mode 100755 index 1c51be8..0000000 --- a/i3status-rs/.local/lib/i3status-rust/i3status-notmuch +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -notmuch search --format=json tag:unread | jq -c 'length | { - icon: "mail", - state: (if . == 0 then "Idle" elif . < 10 then "Warning" else "Critical" end), - text: (. | tostring) -}' -- cgit v1.2.3-70-g09d2