Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add transparent OSD skin #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Skins/Transparent OSD/Black Icons/0.ico
Binary file not shown.
Binary file added Skins/Transparent OSD/Black Icons/1.ico
Binary file not shown.
Binary file added Skins/Transparent OSD/Black Icons/2.ico
Binary file not shown.
Binary file added Skins/Transparent OSD/Black Icons/3.ico
Binary file not shown.
Binary file added Skins/Transparent OSD/Black Icons/4.ico
Binary file not shown.
Binary file added Skins/Transparent OSD/Icons/Eject.ico
Binary file not shown.
Binary file added Skins/Transparent OSD/Icons/Volume/0.ico
Binary file not shown.
Binary file added Skins/Transparent OSD/Icons/Volume/1.ico
Binary file not shown.
Binary file added Skins/Transparent OSD/Icons/Volume/2.ico
Binary file not shown.
Binary file added Skins/Transparent OSD/Icons/Volume/3.ico
Binary file not shown.
Binary file added Skins/Transparent OSD/Icons/Volume/4.ico
Binary file not shown.
Binary file added Skins/Transparent OSD/OSD/brightness.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Skins/Transparent OSD/OSD/eject.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Skins/Transparent OSD/OSD/meter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Skins/Transparent OSD/OSD/mute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Skins/Transparent OSD/OSD/volume.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Skins/Transparent OSD/Slider/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Skins/Transparent OSD/Slider/knob.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions Skins/Transparent OSD/skin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<skin>
<info>
<author>Steve Jobs</author>
<website>http://www.apple.com</website>
</info>

<osds>
<volume background="OSD\volume.png" defaultUnits="16">
<meter type="HorizontalBar" image="OSD\meter.png"
x="33" y="165" units="16"/>
<iconset location="Icons\Volume"/>
<sound file="sound.wav"/>
</volume>
<mute background="OSD\mute.png"/>

<eject background="OSD\eject.png">
<icon file="Icons\Eject.ico"/>
</eject>

<brightness background="OSD\brightness.png" defaultUnits="16">
<meter type ="HorizontalBar" image="OSD\meter.png"
x="33" y="165" units="16"/>
</brightness>
</osds>

<sliders>
<volume background="Slider\background.png">
<slider type="vertical" image="Slider\knob.png"
x="32" y="20" width="5" height="98"/>
</volume>
</sliders>
</skin>
Binary file added Skins/Transparent OSD/sound.wav
Binary file not shown.