Browse Source

Merge pull request #66 from JaKooLit/main

main to development
pull/67/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
02c91ee41e
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", "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