forked from rm-hull/raspberry-vu
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathconfig
36 lines (28 loc) · 818 Bytes
/
config
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
[Main]
source = 0
# valid options: normal, desktop, screensize, workarea, fullscreen, maximize, keep_below, skip_taskbar, skip_pager
state = desktop, screensize
# valid options: bars, curves
render = bars
[Bars]
padding = 5
scale = 1
rgba = #80808080
# number of bars, also used if render=curves
count = 64
[Offset]
left = 5
right = 5
top = 5
bottom = 5
[Smoothing]
# Valid modes: none, normal, scientific, waves
mode = normal
# default fall acceleration is 1% of maximum bar height per frame. more - faster bars fall speed
gravity = 1
# number of frames to delay fast bars raising. more - slower
slowpeak = 2
# agressiveness of waves mode. less - more agressive smoothing (1 is most agressive)
waves = 2
# agressiveness of scientific mode. less - more agressive smoothing (1 is most agressive)
scientific = 3