forked from Lokaltog/candybar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
38 lines (38 loc) · 690 Bytes
/
Copy pathconfig.json
File metadata and controls
38 lines (38 loc) · 690 Bytes
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
{
"height": 26,
"position": "top",
"theme_uri": "http://lokaltog.github.io/wkline-theme-default/",
"background": "#111",
"monitor": 0,
"widgets": {
"desktops": {
"names": ["I", "II", "III", "IV", "V"]
},
"window_title": {},
"now_playing_mpd": {
"update_interval": 1000,
"host": "localhost",
"port": 6600,
"timeout": 5000
},
"volume": {
"card": "default",
"selem": "Master"
},
"weather": {
"location": "",
"unit": "c"
},
"external_ip": {
"address": "http://ipv4.icanhazip.com/"
},
"battery": {
"name": "BAT0"
},
"datetime": {
"update_interval": 1000,
"date_format": "DDDD-MM-YY",
"time_format": "HH:mm:ss"
}
}
}