diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2022-05-01 17:19:11 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2022-05-01 17:19:11 -0700 |
commit | 3cc2c70849e5d0588dfb4cffc3a2289690ab8ad4 (patch) | |
tree | 8c7a7e753cdc80f91f1822ea694138dfc60b0aa0 /base/conkyrc-json | |
parent | 0d505b1665008e2400eb88d0330358838e7a2b01 (diff) |
Update conkey with new inbox path
Diffstat (limited to 'base/conkyrc-json')
-rw-r--r-- | base/conkyrc-json | 4 |
1 files changed, 2 insertions, 2 deletions
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} }, |