mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
remove the colon from new mail status
This commit is contained in:
parent
4649f24b76
commit
2390da2e96
@ -50,7 +50,7 @@ status() { \
|
|||||||
# Show unread mail if mutt-wizard is installed.
|
# Show unread mail if mutt-wizard is installed.
|
||||||
command -v mw >/dev/null 2>&1 &&
|
command -v mw >/dev/null 2>&1 &&
|
||||||
echo "$delim" &&
|
echo "$delim" &&
|
||||||
du -a ~/.local/share/mail/*/INBOX/new/* 2>/dev/null | wc -l | sed 's/^/:/'
|
du -a ~/.local/share/mail/*/INBOX/new/* 2>/dev/null | wc -l | sed 's/^/ /'
|
||||||
echo "$delim"
|
echo "$delim"
|
||||||
|
|
||||||
# Will show all batteries with approximate icon for remaining power.
|
# Will show all batteries with approximate icon for remaining power.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user