forked from Speykious/OwOverlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcowonfig.toml
54 lines (41 loc) · 1.12 KB
/
cowonfig.toml
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
# Scroll speed in pixels
speed = 727
# Scroll direction: "up" or "down"
direction = "up"
# Whether the key text is displayed
display_keys = true
# Where the key text is placed: "inside" or "outside" the key box
key_placement = "inside"
# Whether the counter text is displayed
display_counters = true
# Where the counter text is placed: "inside" or "outside" the key box
counter_placement = "outside"
[window]
transparent = true
resizable = false
width = 420
height = 690
[[columns]]
# Keys that trigger this column
keys = ["KeyQ", "KeyA"]
# Color of the rectangles (0xRRGGBB hex code) (defaults to 0x63ffec)
color = 0xff6376
# Color of the key box when pressed (defaults to 0x555555)
# hover_color = 0x555555
# Color of the key box border (0xRRGGBB hex code) (defaults to 0xeeeeee)
border_color = 0xff6376
# Opacity of the rectangles (defaults to 0.5)
# alpha = 0.5
# Same for other columns below
[[columns]]
keys = ["KeyW", "KeyS", "KeyX"]
color = 0x63ffec
border_color = 0x63ffec
[[columns]]
keys = ["LeftBracket"]
color = 0x63ffec
border_color = 0x63ffec
[[columns]]
keys = ["RightBracket"]
color = 0xff6376
border_color = 0xff6376