diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-13 16:07:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 16:07:13 +0900 |
| commit | a40f1d2057d28d610c9d975081c012f9f136d270 (patch) | |
| tree | c81922ac6222c38763f008a6fc464190a8e27852 /config/waybar/modules | |
| parent | 2a48707a57672937f659d83492a07959b4063c87 (diff) | |
| parent | 0148f6082c3b8460703ae4c3f5dedcb0a7aa3632 (diff) | |
Merge pull request #69 from JaKooLit/development
Development
Diffstat (limited to 'config/waybar/modules')
| -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..1ff46ba5 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -344,7 +344,7 @@ }, "mpris": { - "format": "{player_icon}", + "format": "{player_icon} ", "format-paused": "{status_icon} <i>{dynamic}</i>", "on-click-middle": "playerctl play-pause", "on-click": "playerctl previous", @@ -355,17 +355,18 @@ "smooth-scrolling-threshold": 1, "player-icons": { "chromium": "", - "default": "▶", + "default": "", "firefox": "", "kdeconnect": "", "mopidy": "", - "mpv": "📻", - "spotify": "" + "mpv": "", + "spotify": "", + "vlc": "", }, "status-icons": { "paused": "", "playing": "", - "stopped": "" + "stopped": "", }, // "ignored-players": ["firefox"] "max-length": 30, |
