Browse Source

feat(waybar): Add mpris player and status icons

pull/65/head
Luka Momčilović 2 years ago
parent
commit
1b6682c14b
No known key found for this signature in database
GPG Key ID: 4DAC474FFA15BEF5
  1. 9
      config/waybar/modules

9
config/waybar/modules

@ -354,11 +354,18 @@
"on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec",
"smooth-scrolling-threshold": 1, "smooth-scrolling-threshold": 1,
"player-icons": { "player-icons": {
"chromium": "",
"default": "▶", "default": "▶",
"firefox": "",
"kdeconnect": "",
"mopidy": "",
"mpv": "📻", "mpv": "📻",
"spotify": ""
}, },
"status-icons": { "status-icons": {
"paused": "󰐎" "paused": "󰐎",
"playing": "",
"stopped": ""
}, },
// "ignored-players": ["firefox"] // "ignored-players": ["firefox"]
"max-length": 30, "max-length": 30,

Loading…
Cancel
Save