Browse Source

Merge pull request #65 from momcilovicluka/main

feat(waybar): Add mpris player and status icons
pull/66/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
bdd1f811ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      config/waybar/modules

9
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,

Loading…
Cancel
Save