From 1b6682c14b4132269719ae387215c3afe9e6711b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Mom=C4=8Dilovi=C4=87?= Date: Tue, 12 Dec 2023 22:24:02 +0100 Subject: [PATCH] feat(waybar): Add mpris player and status icons --- config/waybar/modules | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/waybar/modules b/config/waybar/modules index 5115531..417a691 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,