Browse Source

tweaked waybar mpris module

pull/69/head
JaKooLit 2 years ago
parent
commit
958f4b5516
  1. 11
      config/waybar/modules

11
config/waybar/modules

@ -355,17 +355,18 @@
"smooth-scrolling-threshold": 1, "smooth-scrolling-threshold": 1,
"player-icons": { "player-icons": {
"chromium": "", "chromium": "",
"default": "", "default": "",
"firefox": "", "firefox": "",
"kdeconnect": "", "kdeconnect": "",
"mopidy": "", "mopidy": " ",
"mpv": "📻", "mpv": "󰐹 ",
"spotify": "" "spotify": "",
"vlc": "󰕼",
}, },
"status-icons": { "status-icons": {
"paused": "󰐎", "paused": "󰐎",
"playing": "", "playing": "",
"stopped": "" "stopped": "",
}, },
// "ignored-players": ["firefox"] // "ignored-players": ["firefox"]
"max-length": 30, "max-length": 30,

Loading…
Cancel
Save