-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathbench.xml
55 lines (55 loc) · 1.24 KB
/
bench.xml
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
<?xml version="1.0"?>
<wayfire>
<plugin name="bench">
<_short>Bench</_short>
<_long>Display fps on each output.</_long>
<category>Utility</category>
<option name="average_frames" type="int">
<_short>Average frames</_short>
<_long>How many frames to average to get the FPS value.</_long>
<default>25</default>
<min>1</min>
</option>
<option name="position" type="string">
<_short>Position</_short>
<_long>Position of rendering.</_long>
<default>top_center</default>
<desc>
<value>top_left</value>
<_name>Top Left</_name>
</desc>
<desc>
<value>top_center</value>
<_name>Top Center</_name>
</desc>
<desc>
<value>top_right</value>
<_name>Top Right</_name>
</desc>
<desc>
<value>center_left</value>
<_name>Center Left</_name>
</desc>
<desc>
<value>center</value>
<_name>Center</_name>
</desc>
<desc>
<value>center_right</value>
<_name>Center Right</_name>
</desc>
<desc>
<value>bottom_left</value>
<_name>Bottom Left</_name>
</desc>
<desc>
<value>bottom_center</value>
<_name>Bottom Center</_name>
</desc>
<desc>
<value>bottom_right</value>
<_name>Bottom Right</_name>
</desc>
</option>
</plugin>
</wayfire>