aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/i3status/.local/bin/notmuch-status
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-05-28 15:27:15 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-05-28 15:27:15 -0500
commitdd6cfb63ad85d0164cbe4ac04f7aea9f6a842f02 (patch)
tree5bc45394b9192771bcc85fa59b8aab4b8a4301bb /i3status/.local/bin/notmuch-status
parent1527172edf1f7d65095a5c2268947c16ed905d18 (diff)
feat!: remove unused configs and cleanup paths
Diffstat (limited to 'i3status/.local/bin/notmuch-status')
-rwxr-xr-xi3status/.local/bin/notmuch-status7
1 files changed, 0 insertions, 7 deletions
diff --git a/i3status/.local/bin/notmuch-status b/i3status/.local/bin/notmuch-status
deleted file mode 100755
index 1c51be8..0000000
--- a/i3status/.local/bin/notmuch-status
+++ /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)
-}'