summaryrefslogtreecommitdiff
path: root/skinskeleton/xmlfiles/displayvolume.xml
blob: fb3da3256601be0509950533963c69a39b907060 (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
    {volumepercent}                     current volume in %
    {maxvolume}                         maximal volume
    {mute}                              true if volume is muted
    -->
    <volume>
    </volume>

</displayvolume>