diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/modules | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 417a6912..87465a45 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -355,17 +355,18 @@ "smooth-scrolling-threshold": 1, "player-icons": { "chromium": "", - "default": "▶", + "default": "", "firefox": "", "kdeconnect": "", - "mopidy": "", - "mpv": "📻", - "spotify": "" + "mopidy": " ", + "mpv": " ", + "spotify": "", + "vlc": "", }, "status-icons": { "paused": "", "playing": "", - "stopped": "" + "stopped": "", }, // "ignored-players": ["firefox"] "max-length": 30, |
