-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathskin.xml
48 lines (40 loc) · 1.54 KB
/
skin.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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<WinampAbstractionLayer version="1.35">
<skininfo>
<version>1.0</version>
<name>Nullsoft Winamp XP</name>
<comment>A Modern Skin in the style of Windows XP based on Winamp Classic Modern</comment>
<author>mirzi // Gordon Freeman // Victhor</author>
<screenshot>screenshot.png</screenshot>
<wacupscreenshot>wacupscreenshot.png</wacupscreenshot>
</skininfo>
<accelerators section="general">
<accelerator bind="Ctrl+W" action="HOTKEY_SHADETOGGLE"/>
<accelerator bind="Ctrl+Q" action="HOTKEY_CONTS"/>
<accelerator bind="Ctrl+W" action="HOTKEY_SHADETOGGLEPL"/>
</accelerators>
<accelerators section="shade">
<accelerator bind="Ctrl+W" action="HOTKEY_SHADETOGGLE"/>
</accelerators>
<accelerators section="normaleq">
<accelerator bind="Ctrl+W" action="HOTKEY_SHADETOGGLEEQ"/>
</accelerators>
<include file="xml/elements.xml"/>
<include file="xml/system.xml"/>
<include file="xml/standardframe.xml"/>
<include file="xml/titlebar.xml"/>
<include file="xml/main-player.xml"/>
<include file="xml/albumart.xml"/>
<include file="xml/equalizer.xml"/>
<include file="xml/playlist-editor.xml"/>
<include file="xml/media-library.xml"/>
<include file="xml/video.xml"/>
<include file="xml/visualization.xml"/>
<include file="xml/about.xml"/>
<include file="xml/color-themes.xml"/>
<include file="xml/window-overrides.xml"/>
<scripts>
<script id="script.system" file="scripts/system.maki"></script>
<script file="scripts\visualizer.maki"/>
</scripts>
</WinampAbstractionLayer>