updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / gdeskcal-skin-simple / skin.xml
blob1da308d2326df98c8d17aa51caf0d9c99c699b17
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!-- This skin is meant to be a reference for people who create new skins.
3      If you leave out an entry, a predefined default value will be used. -->
5 <config>
7   <!-- This subtree contains the graphics to use. -->
8   <graphics>
10     <!-- The background images separated by semicolons. Each month can have
11          another background. -->
12     <images value="bg.png;
13                    bg.png;
14                    bg.png;
15                    bg.png;
16                    bg.png;
17                    bg.png;
18                    bg.png;
19                    bg.png;
20                    bg.png;
21                    bg.png;
22                    bg.png;
23                    bg.png"/>
25     <!-- The image for highlighting the current day. -->
26     <today value="today.png"/>
28     <!-- The images for the navigation buttons. -->
29     <nav-prev value="prev.png"/>
30     <nav-home value="home.png"/>
31     <nav-next value="next.png"/>
33   </graphics>
36   <!-- This subtree contains all geometry settings (except for those that the
37        user may change, e.g. the position of the main window). -->
38   <geometry>
40     <!-- Settings for the main window. -->
41     <window>
42       <width value="250"/>
43       <height value="250"/>
44     </window>
46     <!-- Settings for the navigation buttons. -->
47     <navigation>
48       <x value="110"/>
49       <y value="38"/>
50     </navigation>
52     <!-- Settings for the month label. -->
53     <month>
54       <x value="12"/>
55       <y value="4"/>
56     </month>
58     <!-- Settings for the year label. The year will be placed next to the
59          month (to the right or to the left, depending on the locale) if no
60          values are given.
61          These settings are ignored by 'gDeskCal' versions prior to 0.32. -->
62     <year>
63       <x value="210"/>
64       <y value="16"/>
65     </year>
67     <!-- Settings for the weekdays label.
68          hspacing is the width of the gap between days. -->
69     <weekdays>
70       <x value="9"/>
71       <y value="50"/>
72       <width value="24"/>
73       <height value="20"/>
74       <hspacing value="11"/>
75     </weekdays>
77     <!-- Settings for days label.
78          hspacing is the width of the gap between days.
79          vspacing is the height of the gap between days. -->
80     <days>
81       <x value="8"/>
82       <y value="86"/>
83       <width value="23"/>
84       <height value="19"/>
85       <hspacing value="12"/>
86       <vspacing value="14"/>
87     </days>
89   </geometry>
92   <!-- The fonts used by the calendar. The font names must be in a form that
93        the Pango library understands and with the size being measured in pixels
94        instead of points. -->
95   <fonts>
96     <year value="sans bold 16"/>
97     <month value="serif bold italic 24"/>
98     <weekdays value="serif bold 14"/>
99     <days value="sans bold 18"/>
100   </fonts>
103   <!-- The colors to use. -->
104   <colors>
105     <year value="gray90"/>
106     <month value="white"/>
107     <weekdays value="yellow"/>
108     <days value="black"/>
109   </colors>
111 </config>