aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
blob: 2e50d704daa9069ddbd9d4ac5f9fc6c1453b98f0 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
    "search": {
        "font_size": 16
    },
    "tab": {
        "font_size": 16
    },
    "body": {
        "title_font_size": 16,
        "author_font_size": 14,
        "description_font_size": 14,
        "timestamp_font_size": 10,
        "reaction_font_size": 14,
        "progress_font_size": 14,
        "replies_font_size": 14,
        "embedded_load_font_size": 14
    },
    "input": {
        "font_size": 16
    },
    "video": {
        "max_height": 0
    },
    "local_manga": {
        "directory": "",
        "sort_by_name": false,
        "sort_chapters_by_name": false
    },
    "local_anime": {
        "directory": "",
        "sort_by_name": false,
        "auto_group_episodes": true
    },
    "youtube": {
        "load_progress": true
    },
    "matrix": {
        "known_homeservers": [
            "midov.pl",
            "matrix.org",
            "kde.org",
            "librem.one",
            "maunium.net",
            "halogen.city",
            "gnome.org",
            "shivering-isles.com",
            "nerdsin.space",
            "glowers.club",
            "privacytools.io",
            "linuxdelta.com",
            "tchncs.de",
            "jupiterbroadcasting.com"
        ],
        "gpg_user_id": ""
    },
    "peertube": {
        "known_instances": [
            "https://tube.midov.pl",
            "https://videos.lukesmith.xyz",
            "https://peertube.se",
            "https://bittube.video",
            "https://video.nobodyhasthe.biz",
            "https://libre.tube",
            "https://open.tube",
            "https://runtube.re",
            "https://tube.kenfm.de",
            "https://tcode.kenfm.de",
            "https://tube.querdenken-711.de",
            "https://peertube.rage.lol",
            "https://gegenstimme.tv",
            "https://tv.poa.st",
            "https://libre.video",
            "https://gorf.tube",
            "https://neogenesis.tv"
        ]
    },
    "download": {
        "video_directory": "~/Videos",
        "image_directory": "~/Pictures",
        "music_directory": "~/Music",
        "file_directory": "~/Downloads"
    },
    "font": {
        "latin": "",
        "latin_bold": "",
        "latin_monospace": "",
        "cjk": "",
        "symbols": ""
    },
    "mangadex": {
        "allow_hentai": false
    },
    "use_system_fonts": false,
    "use_system_mpv_config": false,
    "enable_shaders": true,
    "theme": "default",
    "scale": 1.0,
    "font_scale": 1.0,
    "spacing_scale": 1.0
}