{
	"monitors": {
		"HDMI-A-1": {
			"position": "top",
			"height": 30,
			"start": [
				{
					"type": "sys_info",
					"format": ["{cpu_percent}% {memory_percent}%"],
					"interval": {
						"cpu": 1,
						"memory": 1
					}
				},
				{
					"type": "clock",
					"format": "%a %b %e %-l:%M %p"
				}
			],
			"center": [
				{
					"type":"focused",
					"show_icon": true,
					"truncate": {
						"mode": "end",
						"max_length": 20
					}
				}
			],
			"end": [
				{
					"type":"workspaces"
				}
			]
		},
		"HDMI-A-2": {
			"position": "top",
			"height": 30,
			"start": [{
					"type": "sys_info",
					"format": ["{cpu_percent}% {memory_percent}%"],
					"interval": {
						"cpu": 1,
						"memory": 1
					}
				},
				{
					"type": "clock",
					"format": "%a %b %e %-l:%M %p"
				}

			],
			"center": [
				{
					"type":"launcher",
					"show_icons": true,
					"icon_size": 20
				}
			],
			"end": [
				{
					"type":"workspaces"
				}
			]
		}
	}
}
