Added example output in README

This commit is contained in:
2025-05-11 20:30:34 -07:00
parent b8b0afd945
commit a0d19b870c

View File

@@ -35,3 +35,19 @@ Options:
-V, --version -V, --version
Print version Print version
``` ```
# Example output
* Default
```shell
$ target/release/unibar
🌧️ 55.94°F 𝄞 Dire Straits - Tunnel of Love
```
* With music progress
```shell
$ target/release/unibar --music-progress
🌧️ 55.94°F 𝄞 Dire Straits - Tunnel of Love [ 22% 14:23]
```