summaryrefslogtreecommitdiffstats
path: root/conf/layers.json
blob: 539846ad2341d99fb1bfbe90c2221ebd2f6163c1 (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

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e
{
    "description": "Layer mapping",
    "mappings": [
        {
            "name": "BackGroundLayer",
            "role" : "navigation|radio|music|video",
            "id_range_begin": 0,
            "id_range_end": 0,
            "comment": "Work Around: This is a special fallback layer that not stopping wayland event loop."
        },
        {
            "name": "FarHomeScreen",
            "role": "homescreen",
            "id_range_begin": 100,
            "id_range_end": 199,
            "comment": "FarHomeScreen is the part of HomeScreen. The z order of this layer is lower than NearHomeScreen"
        },
        {
            "name": "Apps",
            "role": "music|video|browser|radio|phone|navigation|map|hvac|settings|dashboard|poi|mixer|sdl|launcher|fallback",
            "id_range_begin": 1000,
            "id_range_end": 2999,
            "comment": "Application layer"
        },
        {
            "name": "NearHomeScreen",
            "role": "software_keyboard",
            "id_range_begin": 3000,
            "id_range_end": 3999,
            "comment": "NearHomeScreen is the part of HomeScreen. The usecase is used by software_keyboard etc"
        },
        {
            "name": "Popup",
            "role": "popup*",
            "id_range_begin": 4000,
            "id_range_end": 4999,
            "comment": "This layer is for popup application layer"
        },
        {
            "name": "Restriction",
            "role": "restriction",
            "id_range_begin": 5000,
            "id_range_end": 5999,
            "comment": "This layer is for restriction notification on driving. This is used by restriction role"
        },
        {
            "name": "OnScreen",
            "role": "^on_screen.*",
            "id_range_begin": 6000,
            "id_range_end": 6999,
            "comment": "System notification layer. For example, on_screen_low_battery_alert to notify user"
        }
    ]
}