{
  "_comment": "jstm's waybar config",
  "layer": "top",
  "position": "top",
  "height": 30,
  "spacing": 4,
  "modules-left": ["hyprland/window"],
  "modules-center": ["mpris"],
  "modules-right": ["pulseaudio","clock","tray"],
  "hyprland/window": {
    "format": "βš™οΈ {}"
  },
  "mpris": {
    "interval": 1,
    "player-icons": {
      "firefox": "🌐",
      "mpv": "🎧️",
      "vlc": "🚧"
    },
    "status-icons": {
      "playing": "▢️",
      "paused": "⏸️",
      "stopped": ""
    },
    "format": "{player_icon} {status_icon} {artist} - {title} ({position}/{length})",
    "ignored-players": ["firefox","vlc"]
  },
  "tray": {
    // "icon-size": 21,
    "spacing": 10
  },
  "clock": {
    "interval": 1,
    "timezone": "Europe/Berlin",
    "format": "{:%H:%M:%S}"
  },
  "pulseaudio": {
    "scroll-step": 5,
    "format": "{volume}% {icon} {format_source}",
    "format-bluetooth": "{volume}% {icon}οŠ” {format_source}",
    "format-bluetooth-muted": " {icon}οŠ” {format_source}",
    "format-muted": " {format_source}",
    "format-source": "{volume}% ο„°",
    "format-source-muted": "ο„±",
    "format-icons": {
      "headphone": "ο€₯",
      "hands-free": "",
      "headset": "",
      "phone": "ο‚•",
      "portable": "ο‚•",
      "car": "ο†Ή",
      "default": ["", "", ""]
    },
    "on-click": "pavucontrol"
  }
}