aboutsummaryrefslogtreecommitdiff
path: root/.config/swaync/config.json
blob: 8b8a63737fe4bf7969074778cddbc09855b34103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
	"$schema": "/etc/xdg/swaync/configSchema.json",
	"positionX": "right",
	"positionY": "top",
	"control-center-margin-top": 10,
	"control-center-margin-bottom": 10,
	"control-center-margin-left": 10,
	"control-center-margin-right": 10,
	"notification-icon-size": 32,
	"notification-body-image-height": 200,
	"notification-body-image-width": 200,
	"control-center-width": 350,
	"notification-window-width": 350,
	"keyboard-shortcuts": true,
	"widgets": [
		"dnd",
		"notifications",
		"mpris"
	],
	"widget-config": {
		"title": {
			"text": "󰂚  Notifications",
			"clear-all-button": true,
			"button-text": "󰎟 "
		},
		"dnd": {
			"text": "Do Not Disturb"
		},
		"label": {
			"max-lines": 1,
			"text": "Notification Center"
		},
		"mpris": {
			"image-size": 96,
			"image-radius": 12
		},
		"volume": {
			"label": "󰕾 "
		},
		"backlight": {
			"label": "󰃟 "
		}
	}
}