From a0d19b870c0a14ee5e6db84aba3eaa50ec69f532 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sun, 11 May 2025 20:30:34 -0700 Subject: [PATCH] Added example output in README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f46f17a..5f30fa3 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,19 @@ Options: -V, --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] +```