dotfiles goodies

This commit is contained in:
2018-04-08 11:23:32 -04:00
parent 3a7ff78640
commit 7f2ed39143
6 changed files with 63 additions and 121 deletions

View File

@@ -11,7 +11,7 @@ exec(cmd, function(error, stdout, stderr) {
: stdout.trim().split("\n").map(parseMailString);
bitbar([
':envelope:' + mails.length || "",
':envelope: ' + mails.length || "",
bitbar.sep,
...mails
]);