- commit
- c35910f5dc1fd6a0f76e53a046581e51e9f5b073
- parent
- 04507ae0bb1f6d0d2da4b5bedfad41995aecfffb
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-06-19 09:22
ignore errors
Diffstat
| M | README.md | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
@@ -25,7 +25,7 @@ an example, not a turn-key solution. 25 25 ```ini 26 26 [module/indicators] 27 27 type = custom/script28 -1 exec = python3 ~/polybar-status-indicators/host.py-1 28 exec = python3 ~/polybar-status-indicators/host.py 2> /dev/null 29 29 tail = true 30 30 ``` 31 31