tobi-wan-kenobi / bumblebee-status

bumblebee-status is a modular, theme-able status line generator for the i3 window manager.
https://bumblebee-status.readthedocs.io/en/main/
MIT License
1.2k stars 229 forks source link

fix(modules,contrib,thunderbird): grep binary file error #1013

Closed jonasbadstuebner closed 3 months ago

jonasbadstuebner commented 3 months ago

I saw that grep sometimes thinks the .msf file is a binary, so I added -a as a flag which tells grep to look inside binary files as well. From man grep:

   File and Directory Selection
       -a, --text
              Process a binary file as if it were text; this is equivalent to the --binary-files=text option.
tobi-wan-kenobi commented 3 months ago

Thank you!