-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.jsonc
45 lines (45 loc) · 967 Bytes
/
config.jsonc
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
45
[
{
"include": "~/.config/waybar/bars/bar-1.jsonc",
"height": 50,
"layer": "top",
"output": "DP-1",
"mode": "dock",
"exclusive": true,
"passtrough": false,
"gtk-layer-shell": true,
"margin-top": 10,
"margin-left": 10,
"margin-bottom": 0,
"margin-right": 10,
},
{
"include": "~/.config/waybar/bars/bar-2.jsonc",
"height": 50,
"position": "bottom",
"layer": "top",
"output": "DP-3",
"mode": "dock",
"exclusive": true,
"passtrough": false,
"gtk-layer-shell": true,
"margin-top": 0,
"margin-left": 10,
"margin-bottom": 10,
"margin-right": 10,
},
{
"include": "~/.config/waybar/bars/bar-3.jsonc",
"height": 50,
"layer": "top",
"output": "HDMI-A-1",
"mode": "dock",
"exclusive": true,
"passtrough": false,
"gtk-layer-shell": true,
"margin-top": 10,
"margin-left": 10,
"margin-bottom": 0,
"margin-right": 10,
},
]