diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-13 10:19:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 10:19:09 +0900 |
| commit | 02c91ee41e2fb9718ed8bf3da135d8028203282b (patch) | |
| tree | 8331134f9004a160cc1bc97c6667db95e713b436 /config/waybar/modules | |
| parent | e67529f12adf3041a94ad22ec02cf496e3512bab (diff) | |
| parent | bdd1f811cabfd8283f3b9f416d902d121f3476b7 (diff) | |
Merge pull request #66 from JaKooLit/main
main to development
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 5115531a..417a6912 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -354,11 +354,18 @@ "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", "smooth-scrolling-threshold": 1, "player-icons": { + "chromium": "", "default": "▶", + "firefox": "", + "kdeconnect": "", + "mopidy": "", "mpv": "📻", + "spotify": "" }, "status-icons": { - "paused": "" + "paused": "", + "playing": "", + "stopped": "" }, // "ignored-players": ["firefox"] "max-length": 30, |
