/usr/share/freevo/skins/osd/base.fxd is in freevo-data 1.9.2b2-4.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 | <?xml version="1.0" encoding="utf-8" ?>
<freevo>
<osds geometry="800x600" icontheme="base">
<name>Base</name>
<author email="adam@dvbstreamer.org">Adam Charrett</author>
<description>The theme from which all other OSD themes should inherit.
(Excluding plugin themes)</description>
<version>1.0</version>
<osd name="volume" x="90" y="460" width="675" height="90">
<percent name="Image1" x="130" y="10" width="370" height="80" expression="float(volume)/100.0" src="volume_bar.png" vertical="False"/>
<image name="Image2" x="130" y="0" width="370" height="87" expression="muted" scale="noscale" align="left" valign="top" src="muted.png"/>
<text name="Text1" x="0" y="0" width="130" height="85" expression="channel_name" font="DejaVuSans/20" align="left" valign="top" fgcolor="white"/>
<text name="Text2" x="500" y="0" width="155" height="90" expression="'%d%%' % volume" font="DejaVuSans/40" align="right" valign="bottom" fgcolor="white"/>
</osd>
<osd name="message" x="10" y="62" width="780" height="40">
<image name="Background" x="0" y="0" width="780" height="40" expression="True" scale="both" align="left" valign="top" src="message_bg.png"/>
<text name="Message" x="5" y="0" width="770" height="40" expression="message" font="message" align="left" valign="center" fgcolor="white"/>
</osd>
<osd name="1button" x="150" y="200" width="500" height="250">
<image name="Image4" x="0" y="0" width="500" height="250" expression="True" scale="noscale" align="left" valign="top" src="dialog_bg.png"/>
<text name="Text4" x="5" y="5" width="490" height="180" expression="message" font="message" align="center" valign="center"/>
<widget name="button" x="160" y="160" width="180" height="45" style="button" left="" right="" up="" down=""/>
</osd>
<osd name="2button" x="150" y="200" width="500" height="250">
<image name="Image5" x="0" y="0" width="500" height="250" expression="True" scale="noscale" align="left" valign="top" src="dialog_bg.png"/>
<text name="Text5" x="5" y="5" width="490" height="180" expression="message" font="message" align="center" valign="center"/>
<widget name="button1" x="30" y="160" width="180" height="45" style="button" left="button2" right="button2" up="" down=""/>
<widget name="button2" x="290" y="160" width="180" height="45" style="button" left="button1" right="button1" up="" down=""/>
</osd>
<osd name="3button" x="150" y="200" width="500" height="250">
<image name="Image6" x="0" y="0" width="500" height="250" expression="True" scale="noscale" align="left" valign="top" src="dialog_bg.png"/>
<text name="Text6" x="5" y="5" width="490" height="180" expression="message" font="message" align="center" valign="center"/>
<widget name="button1" x="30" y="160" width="140" height="45" style="button" left="button3" right="button2" up="" down=""/>
<widget name="button2" x="180" y="160" width="140" height="45" style="button" left="button1" right="button3" up="" down=""/>
<widget name="button3" x="330" y="160" width="140" height="45" style="button" left="button2" right="button1" up="" down=""/>
</osd>
<osd name="menu" x="275" y="135" width="250" height="345">
<image name="Image7" x="0" y="0" width="250" height="345" expression="True" scale="noscale" align="left" valign="top" src="menu_bg.png"/>
<text name="Text7" x="10" y="15" width="230" height="40" expression="title" font="DejaVuSans/14" align="left" valign="top"/>
<menu name="menu" x="10" y="65" width="230" height="260" style="menu" left="" right="" up="" down="" itemsperpage="6"/>
</osd>
<osd name="bboptionsmenu" x="584" y="265" width="216" height="275">
<image name="Image8" x="0" y="0" width="216" height="275" expression="True" scale="noscale" align="left" valign="top" src="bboptionsmenubg.png"/>
<image name="Image9" x="168" y="246" width="22" height="25" expression="menu.more_down" scale="noscale" align="left" valign="top" src="menu_down.png"/>
<image name="Image10" x="191" y="246" width="22" height="25" expression="menu.more_up" scale="noscale" align="left" valign="top" src="menu_up.png"/>
<menu name="menu" x="4" y="20" width="204" height="222" style="menu" left="" right="" up="" down="" itemsperpage="6"/>
</osd>
<osd name="play_state" x="10" y="10" width="440" height="80">
<image name="Image11" x="0" y="0" width="120" height="80" expression="True" scale="noscale" align="left" valign="top" srcexpr="'%s.png' % state"/>
<text name="Text8" x="140" y="9" width="300" height="40" expression="current_time_str and (current_time_str + ' / '+ total_time_str) or ''" font="message" align="left" valign="top"/>
</osd>
<widgetstyle name="button">
<widgetstate state="normal">
<image name="Image12" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="button_normal_bg.png"/>
<image name="Image13" x="5" y="((height - 30) / 2)" width="20" height="20" expression="model.icon" scale="aspect" align="left" valign="top" srcexpr="model.icon"/>
<text name="Text9" x="model.icon and 30 or 5" y="5" width="model.icon and (width - 30) or (width-10)" height="height-10" expression="model.text" font="button" align="center" valign="center" fgcolor="white"/>
</widgetstate>
<widgetstate state="active">
<image name="Image14" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="button_active_bg.png"/>
<image name="Image15" x="5" y="((height - 30) / 2)" width="20" height="20" expression="model.icon" scale="aspect" align="left" valign="top" srcexpr="model.icon"/>
<text name="Text10" x="model.icon and 30 or 5" y="5" width="model.icon and (width - 30) or (width-10)" height="height-10" expression="model.text" font="button_selected" align="center" valign="center"/>
</widgetstate>
<widgetstate state="pressed">
<image name="Image16" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="button_pressed_bg.png"/>
<image name="Image17" x="5" y="((height - 30) / 2)" width="20" height="20" expression="model.icon" scale="aspect" align="left" valign="top" srcexpr="model.icon"/>
<text name="Text11" x="model.icon and 30 or 5" y="5" width="model.icon and (width - 30) or (width-10)" height="height-10" expression="model.text" font="button_pressed" align="center" valign="center"/>
</widgetstate>
</widgetstyle>
<widgetstyle name="radiobutton">
<widgetstate state="normal_unselected">
<image name="Image18" x="5" y="((height - 22) / 2)" width="22" height="22" expression="True" scale="aspect" align="left" valign="top" src="radio_unselected.png"/>
<text name="Text12" x="33" y="5" width="width - 33" height="height-10" expression="model.text" font="button" align="left" valign="center"/>
</widgetstate>
<widgetstate state="normal_selected">
<image name="Image19" x="5" y="((height - 22) / 2)" width="22" height="22" expression="True" scale="aspect" align="left" valign="top" src="radio_selected.png"/>
<text name="Text13" x="33" y="5" width="width - 33" height="height-10" expression="model.text" font="button" align="left" valign="center"/>
</widgetstate>
<widgetstate state="active_selected">
<image name="Image20" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="radio_active_bg.png"/>
<image name="Image21" x="5" y="((height - 22) / 2)" width="22" height="22" expression="True" scale="aspect" align="left" valign="top" src="radio_selected.png"/>
<text name="Text14" x="33" y="5" width="width - 33" height="height-10" expression="model.text" font="button" align="left" valign="center"/>
</widgetstate>
<widgetstate state="active_unselected">
<image name="Image22" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="radio_active_bg.png"/>
<image name="Image23" x="5" y="((height - 22) / 2)" width="22" height="22" expression="True" scale="aspect" align="left" valign="top" src="radio_unselected.png"/>
<text name="Text15" x="33" y="5" width="width - 33" height="height-10" expression="model.text" font="button" align="left" valign="center"/>
</widgetstate>
</widgetstyle>
<widgetstyle name="menu">
<widgetstate state="normal"/>
<widgetstate state="active"/>
</widgetstyle>
<widgetstyle name="menu_item">
<widgetstate state="normal">
<text name="Text16" x="2" y="2" width="width - 4" height="height-4" expression="model.text" font="menu" align="left" valign="center"/>
</widgetstate>
<widgetstate state="active">
<image name="Image24" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="menu_active.png"/>
<text name="Text17" x="2" y="2" width="width - 4" height="height-4" expression="model.text" font="menu_selected" align="left" valign="center" fgcolor="white"/>
</widgetstate>
<widgetstate state="highlighted">
<image name="Image25" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="menu_active.png"/>
<text name="Text18" x="2" y="2" width="width - 4" height="height-4" expression="model.text" font="menu_selected" align="left" valign="center" fgcolor="white"/>
</widgetstate>
<widgetstate state="pressed">
<image name="Image26" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="menu_pressed.png"/>
<text name="Text19" x="2" y="2" width="width - 4" height="height-4" expression="model.text" font="menu_pressed" align="left" valign="center"/>
</widgetstate>
</widgetstyle>
<font label="message" name="DejaVuSans" size="14" color="white"/>
<font label="button" name="DejaVuSans" size="12" color="black"/>
<font label="button_selected" name="DejaVuSans-Bold" size="14" color="white"/>
<font label="button_pressed" name="DejaVuSans-Bold" size="14" color="black"/>
<font label="menu" name="DejaVuSans-Bold" size="12" color="white"/>
<font label="menu_selected" name="DejaVuSans-Bold" size="12" color="white"/>
<font label="menu_pressed" name="DejaVuSans-Bold" size="12" color="black"/>
<color label="white" value="255,255,255,255"/>
<color label="gray" value="96,96,96,255"/>
<color label="black" value="0,0,0,255"/>
<color label="transparent" value="0,0,0,0"/>
<osd name="channel_banner" x="0" y="0" width="800" height="100">
<image name="Background" x="0" y="0" width="800" height="100" expression="True" scale="both" align="left" valign="top" src="details_bg.png"/>
<image name="Channel Logo" x="10" y="12" width="100" height="75" expression="True" scale="aspect" align="left" valign="top" srcexpr="channel_logo"/>
<text name="Channel Number" x="130" y="30" width="60" height="40" expression="channel_number" font="message" align="right" valign="center"/>
<text name="Channel Name" x="200" y="30" width="330" height="40" expression="channel_name" font="message" align="left" valign="center"/>
<text name="Time" x="540" y="10" width="250" height="80" expression="strftime('%x\n%H:%M', time)" font="message" align="right" valign="center"/>
</osd>
<osd name="progress" x="150" y="200" width="500" height="250">
<image name="Image4" x="0" y="0" width="500" height="250" expression="True" scale="noscale" align="left" valign="top" src="dialog_bg.png"/>
<text name="Text4" x="5" y="5" width="490" height="80" expression="message" font="message" align="center" valign="center"/>
<percent name="progress" x="10" y="99" width="480" height="25" expression="progress_percent" src="percent_bar.png" vertical="False"/>
<text name="Text1" x="10" y="100" width="480" height="25" expression="progress_text" font="message" align="center" valign="center" fgcolor="white"/>
<image name="Image1" x="200" y="140" width="100" height="100" expression="indeterminate" scale="aspect" align="left" valign="top" srcexpr="'misc/osd_busy%02d' % (counter % 12)"/>
</osd>
<osd name="status" x="25" y="490" width="750" height="40">
<image name="Background" x="0" y="0" width="750" height="40" expression="True" scale="both" align="left" valign="top" src="message_bg.png"/>
<text name="Message" x="5" y="0" width="740" height="40" expression="message" font="message" align="left" valign="center"/>
</osd>
<osd name="shutdown" x="150" y="200" width="500" height="300">
<image name="background" x="0" y="0" width="500" height="300" expression="True" scale="both" align="left" valign="top" src="dialog_bg.png"/>
<text name="text" x="20" y="20" width="460" height="50" expression="message" font="message" align="center" valign="center"/>
<widget name="exit" x="30" y="86" width="128" height="128" style="shutdown_button" left="cancel" right="reboot" up="cancel" down="cancel"/>
<widget name="reboot" x="186" y="86" width="128" height="128" style="shutdown_button" left="exit" right="shutdown" up="cancel" down="cancel"/>
<widget name="shutdown" x="342" y="86" width="128" height="128" style="shutdown_button" left="reboot" right="cancel" up="cancel" down="cancel"/>
<image name="exit" x="30" y="86" width="128" height="128" expression="True" scale="noscale" align="left" valign="top" src="application-exit"/>
<image name="reboot" x="186" y="86" width="128" height="128" expression="True" scale="noscale" align="left" valign="top" src="system-reboot"/>
<image name="shutdown" x="342" y="86" width="128" height="128" expression="True" scale="noscale" align="left" valign="top" src="system-shutdown"/>
<widget name="cancel" x="150" y="225" width="200" height="50" style="button" left="exit" right="shutdown" up="reboot" down="reboot"/>
</osd>
<widgetstyle name="shutdown_button">
<widgetstate state="normal"/>
<widgetstate state="active">
<image name="Image1" x="0" y="0" width="width" height="height" expression="True" scale="noscale" align="left" valign="top" src="selected-128x128.png"/>
</widgetstate>
<widgetstate state="disabled"/>
<widgetstate state="pressed"/>
</widgetstyle>
</osds>
</freevo>
|