aboutsummaryrefslogtreecommitdiff
path: root/xmonad
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-12 14:23:43 -0300
committerEuAndreh <eu@euandre.org>2021-06-12 14:23:43 -0300
commit2e65e6a60a5623d795177fb16b9afa00a2c658bd (patch)
treede5f569595a3ea622fabb3002d53f2bf2818c1de /xmonad
parentscripts/git-permalink: Show usage on stderr (diff)
downloaddotfiles-2e65e6a60a5623d795177fb16b9afa00a2c658bd.tar.gz
dotfiles-2e65e6a60a5623d795177fb16b9afa00a2c658bd.tar.xz
xmonad/scripts/xmobar-mail.sh: Show queuede emails in xmobar
Diffstat (limited to 'xmonad')
-rwxr-xr-xxmonad/scripts/xmobar-mail.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad/scripts/xmobar-mail.sh b/xmonad/scripts/xmobar-mail.sh
index 05ab8a56..259e81b7 100755
--- a/xmonad/scripts/xmobar-mail.sh
+++ b/xmonad/scripts/xmobar-mail.sh
@@ -2,7 +2,7 @@
set -eu
while true; do
- printf "mail: %s/%s - %s\n" "$(notmuch count tag:unread AND NOT tag:lists AND NOT tag:killed)" "$(notmuch count tag:inbox AND NOT tag:lists tag:killed)" "$(msmtp-queue -d | grep -c '^From')"
+ printf "mail: %s/%s - %s\n" "$(notmuch count tag:unread AND NOT tag:lists AND NOT tag:killed)" "$(notmuch count tag:inbox AND NOT tag:lists AND NOT tag:killed)" "$(msmtp-queue -d | grep -c '^From')"
if acpi -a | grep -q off-line; then
sleep $((60 * 15))
else