  "tray": {
    "icon-size": 21,
    "spacing": 10
  },
  "clock": {
    "timezone": "America/Montreal",
    "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
    "format": "🕐\n{:%H\n%M\n\n📅\n%d\n%m\n%y} "
  },
  "backlight": {
    "device": "intel_backlight",
    "format": "{icon}",
    "format-icons": ["", "", "", "", "", "", "", "", ""]
  },
  "battery": {
    "states": {
      "warning": 30,
      "critical": 15
    },
    "format": "🔋\n{capacity}",
    "format-charging": "⚡\n{capacity}",
    "format-plugged": "🔌\n{capacity}",
    "format-alt": "{icon}",
    "format-icons": ["", "",  "", "", "", "", "", "", "", "", "", ""]
  },
  "custom/power": {
    "format" : "⏻",
    "tooltip": false,
    "menu": "on-click",
    "menu-file": "~/.config/waybar/power_menu.xml",
    "menu-actions": {
      "logout": "loginctl terminate-user \"\"",
      "shutdown": "systemctl poweroff",
      "reboot": "systemctl reboot"
    }
  },
  "pulseaudio": {
      // "scroll-step": 1, // %, can be a float
    "format": "{icon}\n{volume}",
    "format-muted": "",
    "format-icons": {
      "default": ["", "", " "]
    },
    "on-click": "pwvucontrol"
  },
