{
	"hyprland/workspaces": {
		"on-click": "activate",
		"all-outputs": true,
		"sort-by-number": true
	},
	"hyprland/window": {
		"max-length": 128
	},
	"sway/workspaces": {
		"on-click": "activate",
		"all-outputs": true,
		"disable-scroll": true
	},
	"clock": {
		"interval": 1,
    "format": " {:%Y-%m-%d %H:%M:%S}",
    "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
	},
	"cpu": {
		"format": " {usage}%"
	},
	"memory": {
		"format": " {percentage}%"
	},
	"mpris": {
		"format": "{player_icon} {status_icon} {dynamic}",
		"interval": 5,
		"dynamic-order": [
  		"title",
  		"artist",
  		"position",
  		"length"
		],
		"title-len": 50,
		"artist-len": 25,
		"player-icons": {
			"default": "󰎈",
			"chromium": "",
			"firefox": "",
			"spotify": "",
			"spotifyd": "",
			"vlc": ""
		},
		"status-icons": {
			"paused": "󰏤",
			"playing": "󰐊",
			"stopped": "󰓛"
		}
	},
	"network": {
		"format": " {ipaddr}"
	},
	"temperature": {
		"format": " {temperatureC}°C",
		"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input"
	},
	"tray": {
		"spacing": 4
	},
  "custom/pacman": {
    "format": "󰏕 {}",
    "interval": 3600,
    "exec": "~/.config/waybar/custom/pacman",
    "on-click": "alacritty -e 'archlinux-update'",
		"return-type": "json",
    "signal": 8
  },
	"custom/weather": {
    "exec": "~/.config/waybar/custom/weather",
    "on-click": "xdg-open 'https://www.wetter.com/deutschland/oranienburg/DE0007983.html'",
		"return-type": "json",
		"format": "{}",
		"tooltip": true,
		"interval": 1200
	}
}