Skip to content

Commit 4abe55e

Browse files
committed
update with QT
1 parent 7cd0cb9 commit 4abe55e

File tree

3 files changed

+457
-25
lines changed

3 files changed

+457
-25
lines changed

config.json

+25-11
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,36 @@
11
{
22
"clock": {
33
"size": [
4-
500,
5-
80
4+
250,
5+
100
66
],
7-
"font": "Broadway",
8-
"text_size": 72,
7+
"font": "Bahnschrift",
8+
"text_size": 36,
9+
"opacity": 0.8,
10+
"color": "#ff0004",
11+
"position": [
12+
799,
13+
16
14+
]
15+
},
16+
"countdown": {
17+
"size": [
18+
250,
19+
100
20+
],
21+
"font": "Cascadia Code",
22+
"text_size": 12,
923
"opacity": 1.0,
10-
"color": "#ff0000",
24+
"color": "#f2ff00",
1125
"position": [
12-
293,
13-
55
26+
987,
27+
14
1428
]
1529
},
1630
"alarm": {
1731
"enabled": true,
1832
"duration": 1,
19-
"interval": 1109
33+
"interval": 300
2034
},
2135
"sound": {
2236
"type": [
@@ -25,8 +39,8 @@
2539
"sawtooth",
2640
"triangle"
2741
],
28-
"frequency_min": 400,
29-
"frequency_max": 800
42+
"frequency_min": 800,
43+
"frequency_max": 1200
3044
},
31-
"dragToMove": true
45+
"dragToMove": false
3246
}

logo.png

155 KB
Loading

0 commit comments

Comments
 (0)