diff options
-rw-r--r-- | base/conkyrc | 2 | ||||
-rw-r--r-- | base/conkyrc-json | 4 |
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} }, |