summaryrefslogtreecommitdiff
path: root/skinskeleton/xmlfiles/displayvolume.xml
blob: d5bb8a0a8762804f498d653540ee2bad6da3d874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE displayvolume SYSTEM "../../../dtd/displayvolume.dtd">

<displayvolume x="0" y="0" width="100%" height="100%" fadetime="0">

    <background>
    </background>

    <!-- Available Variables volume:
    {volume}                            current volume, range from 0 to 255
    {volpercent}                        current volume in %
    {maxvolume}                         maximal volume
    {mute}                              true if volume is muted
    -->
    <volume>
    </volume>

</displayvolume>