diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-13 17:49:32 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-13 17:49:32 +0200 |
commit | 67dcbf416cda67f07b85508169d278f61b65bbf4 (patch) | |
tree | b620b3968358d5f8370f244bba9e17bf3383f7fe | |
parent | Formatted status bar (diff) | |
download | dwm-67dcbf416cda67f07b85508169d278f61b65bbf4.tar.gz dwm-67dcbf416cda67f07b85508169d278f61b65bbf4.tar.bz2 dwm-67dcbf416cda67f07b85508169d278f61b65bbf4.zip |
Formatted status bar
-rwxr-xr-x | scripts/dwm-status | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/dwm-status b/scripts/dwm-status index 0dedc83..21eb8ae 100755 --- a/scripts/dwm-status +++ b/scripts/dwm-status @@ -74,7 +74,6 @@ status() { \ # Show unread mail command -v neomutt >/dev/null 2>&1 && - echo "$delim" && du -a ~/Mail/INBOX/new/* 2>/dev/null | wc -l | sed 's/^/: /' && echo "$delim" |