-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.json
90 lines (90 loc) · 2.43 KB
/
config.example.json
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
{
"font": "FuraCode Nerd Font:size=9",
"show failed modules": true,
"left": [{
"item": "I3",
"cooldown": 600,
"ws window names": "active",
"can also be": "none, all, visible (btw the impl is missing)"
}],
"right": [
{
"item": "IMAPMail",
"icon": "mail",
"cooldown": 900,
"button": "chromium www.gmail.com &",
"hostname": "imap.gmail.com",
"port": 993,
"ca_file": "/etc/ca-certificates/extracted/cadir/GeoTrust_Global_CA.pem",
"username": "<username>",
"password": "<password>",
"mailbox": "INBOX",
"tag": "GMail"
},
{
"item": "Weather",
"cooldown": 1800
},
{
"item": "Volume",
"icon": "vol",
"cooldown": 30,
"button": "terminator -e alsamixer &",
"show_failed": false,
"card": "default",
"mixer": "Master"
},
{
"item": "Net",
"icon": "\ufaa8",
"cooldown": 10,
"interface": "wlp2s0",
"type": "wireless",
"show": "ipv4",
"connection check cooldown": 30
},
{
"item": "Net",
"cooldown": 10,
"interface": "enp0s25",
"type": "ethernet",
"show": "ipv4",
"connection check cooldown": 30
},
{
"item": "Battery",
"cooldown": 15,
"battery_file": "/sys/class/power_supply/BAT0/uevent"
},
{
"item": "Load",
"icon": "\ue266",
"cooldown": 5,
"button": "terminator -e htop &",
"temperature_files": [
"/sys/bus/acpi/devices/LNXTHERM:00/thermal_zone/temp",
"/sys/bus/acpi/devices/LNXTHERM:01/thermal_zone/temp"
]
},
{
"item": "Space",
"cooldown": 30,
"mount_points": [
{
"file": "/",
"icon": "\uf0a0"
},
{
"file": "/home",
"icon": "home"
}
]
},
{
"item": "Date",
"icon": "\uf017",
"cooldown": 30,
"format": "%Y-%m-%d %H:%M"
}
]
}