summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2022-05-01 17:19:11 -0700
committerJesse Morgan <jesse@jesterpm.net>2022-05-01 17:19:11 -0700
commit3cc2c70849e5d0588dfb4cffc3a2289690ab8ad4 (patch)
tree8c7a7e753cdc80f91f1822ea694138dfc60b0aa0
parent0d505b1665008e2400eb88d0330358838e7a2b01 (diff)
Update conkey with new inbox path
-rw-r--r--base/conkyrc2
-rw-r--r--base/conkyrc-json4
2 files changed, 3 insertions, 3 deletions
diff --git a/base/conkyrc b/base/conkyrc
index 035e4ab..a5419a3 100644
--- a/base/conkyrc
+++ b/base/conkyrc
@@ -10,7 +10,7 @@ cpu_avg_samples 2
net_avg_samples 2
TEXT
-✉ ${new_mails $HOME/.maildir/INBOX/}/${mails $HOME/.maildir/INBOX} | \
+✉ ${new_mails $HOME/.maildir/}/${mails $HOME/.maildir/} | \
/home ${fs_free /home} | \
RAM ${memperc}% | \
BATT ${battery BAT0} | \
diff --git a/base/conkyrc-json b/base/conkyrc-json
index 3a143ba..5f01acb 100644
--- a/base/conkyrc-json
+++ b/base/conkyrc-json
@@ -16,8 +16,8 @@ TEXT
{ "full_text": "${addr wlp58s0}",
"color": ${if_up (wlp58s0)}"\#ff0000"${else}"\#00ff00"${endif} },
-{ "full_text": "✉ ${new_mails $HOME/.maildir/INBOX/}/${mails $HOME/.maildir/INBOX}",
- "color": ${if_match ${new_mails $HOME/.maildir/INBOX/}>0}"\#00ff00"${else}"\#ffffff"${endif} },
+{ "full_text": "✉ ${new_mails $HOME/.maildir/}/${mails $HOME/.maildir/}",
+ "color": ${if_match ${new_mails $HOME/.maildir/}>0}"\#00ff00"${else}"\#ffffff"${endif} },
{ "full_text":"/home ${fs_free /home}",
"color": ${if_match ${fs_free_perc /home}<5}"\#ff0000"${else}"\#ffffff"${endif} },