Artwork

Attachment 'Xubuntu.xml'

Download

   1 <greeter>
   2 <!-- background -->
   3 
   4 <item type="pixmap">
   5 <normal file="background.png"/>
   6 <pos y="0" x="0" width="100%" height="100%"/>
   7 </item>
   8 <!-- ubuntu logo -->
   9 
  10 <item type="pixmap">
  11 <normal file="logo.png" alpha="1.0"/>
  12 <pos x="50%" y="40" width="361" height="362" anchor="n"/>
  13 </item>
  14 <!-- bottom bar -->
  15 
  16 <item type="rect">
  17 <normal color="#2d4e5e"/>
  18 <pos y="100%" x="0" width="100%" height="42" anchor="sw"/>
  19 
  20 <box xpadding="10" spacing="10" orientation="horizontal">
  21 <!-- reboot -->
  22 
  23 <item type="rect" id="reboot_button" button="true">
  24 <show type="reboot" modes="console"/>
  25 <pos y="50%" width="box" height="box" anchor="w"/>
  26 
  27 <box xpadding="0" spacing="2" orientation="horizontal">
  28 
  29 <item type="pixmap">
  30 <normal file="icon-reboot.png"/>
  31 <prelight file="icon-reboot.png"/>
  32 <active file="icon-reboot.png"/>
  33 </item>
  34 
  35 <item type="label">
  36 <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
  37 <prelight font="Bitstream Vera Sans 11" color="#dce2e5"/>
  38 <active font="Bitstream Vera Sans 11" color="#a9b3b7"/>
  39 <pos y="50%" anchor="w"/>
  40 <stock type="reboot"/>
  41 </item>
  42 </box>
  43 </item>
  44 <!-- halt -->
  45 
  46 <item type="rect" id="halt_button" button="true">
  47 <show type="halt" modes="console"/>
  48 <pos y="50%" width="box" height="box" anchor="w"/>
  49 
  50 <box xpadding="0" spacing="2" orientation="horizontal">
  51 
  52 <item type="pixmap">
  53 <normal file="icon-shutdown.png"/>
  54 <prelight file="icon-shutdown.png"/>
  55 <active file="icon-shutdown.png"/>
  56 </item>
  57 
  58 <item type="label">
  59 <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
  60 <prelight font="Bitstream Vera Sans 11" color="#dce2e5"/>
  61 <active font="Bitstream Vera Sans 11" color="#a9b3b7"/>
  62 <pos y="50%" anchor="w"/>
  63 <stock type="halt"/>
  64 </item>
  65 </box>
  66 </item>
  67 <!-- quit / disconnect -->
  68 
  69 <item type="rect" id="disconnect_button" button="true">
  70 <normal/>
  71 <show modes="flexi,remote"/>
  72 <pos y="50%" width="box" height="box" anchor="w"/>
  73 
  74 <box xpadding="0" spacing="2" orientation="horizontal">
  75 
  76 <item type="pixmap">
  77 <normal file="icon-logout.png"/>
  78 <prelight file="icon-logout.png"/>
  79 <active file="icon-logout.png"/>
  80 </item>
  81 
  82 <item type="label">
  83 <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
  84 <prelight font="Bitstream Vera Sans 11" color="#dce2e5"/>
  85 <active font="Bitstream Vera Sans 11" color="#a9b3b7"/>
  86 <pos y="50%" anchor="w"/>
  87 <stock type="disconnect"/>
  88 <show modes="remote"/>
  89 </item>
  90 
  91 <item type="label">
  92 <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
  93 <prelight font="Bitstream Vera Sans 11" color="#dce2e5"/>
  94 <active font="Bitstream Vera Sans 11" color="#a9b3b7"/>
  95 <pos y="50%" anchor="w"/>
  96 <stock type="quit"/>
  97 <show modes="flexi"/>
  98 </item>
  99 </box>
 100 </item>
 101 </box>
 102 </item>
 103 <!-- hostname and clock -->
 104 
 105 <item type="rect">
 106 <pos x="100%" y="100%" width="box" height="42" anchor="se"/>
 107 
 108 <box xpadding="10" spacing="10" orientation="horizontal">
 109 
 110 <item type="label">
 111 <pos x="100%" y="50%" anchor="e"/>
 112 <normal font="Bitstream Vera Sans Bold 11" color="#ffffff"/>
 113 <text>%h //</text>
 114 </item>
 115 
 116 <item type="label" id="clock">
 117 <pos x="100%" y="50%" anchor="e"/>
 118 <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
 119 <text>%c</text>
 120 </item>
 121 </box>
 122 </item>
 123 <!-- password box -->
 124 
 125 <item type="pixmap">
 126 <normal file="box.png" alpha="1.0"/>
 127 <pos x="50%" y="59%" width="422" height="271" anchor="c"/>
 128 </item>
 129 
 130 <item type="rect">
 131 <pos x="50%" y="59%" width="box" height="box" anchor="c"/>
 132 
 133 <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
 134 
 135 <item type="rect">
 136 <pos x="0" y="0" width="box" height="box" expand="true"/>
 137 <normal color="#ffffff" alpha="0.00"/>
 138 
 139 <box xpadding="50" ypadding="15" spacing="10" orientation="vertical">
 140 
 141 <item type="label" id="pam-prompt">
 142 <pos x="0"/>
 143 <normal font="Bitstream Vera Sans Bold 12" color="#ffffff"/>
 144 <stock type="username-label"/>
 145 </item>
 146 
 147 <item type="rect">
 148 <normal color="#dce2e5"/>
 149 <pos width="160" height="24"/>
 150 
 151 <fixed>
 152 
 153 <item type="entry" id="user-pw-entry">
 154 <pos y="1" x="1" width="-2" height="-2" anchor="nw"/>
 155 </item>
 156 </fixed>
 157 </item>
 158 <!-- timer warning -->
 159 
 160 <item type="label" id="timed-label">
 161 <show type="timed"/>
 162 <normal font="Bitstream Vera Sans Bold 12" color="#3a5065"/>
 163 <stock type="timed-label"/>
 164 </item>
 165 </box>
 166 </item>
 167 
 168 <item type="rect">
 169 <pos x="0" y="0" width="100%" height="box" expand="true"/>
 170 <normal color="#ffffff" alpha="0.00"/>
 171 
 172 <box xpadding="10" ypadding="8" spacing="10" orientation="horizontal" homogeneous="true">
 173 <!-- language -->
 174 
 175 <item type="rect" id="language_button" button="true">
 176 <pos x="50%" y="50%" width="box" height="box" anchor="c"/>
 177 
 178 <box xpadding="0" spacing="2" orientation="horizontal">
 179 
 180 <item type="pixmap">
 181 <pos width="24" height="24"/>
 182 <normal file="icon-language.png"/>
 183 <prelight file="icon-language-prelight.png"/>
 184 <active file="icon-language-active.png"/>
 185 </item>
 186 
 187 <item type="label">
 188 <normal font="Bitstream Vera Sans 12" color="#ffffff"/>
 189 <prelight font="Bitstream Vera Sans 12" color="#587999"/>
 190 <active font="Bitstream Vera Sans 12" color="#ffffff"/>
 191 <pos y="50%" anchor="w"/>
 192 <stock type="language"/>
 193 </item>
 194 </box>
 195 </item>
 196 <!-- session -->
 197 
 198 <item type="rect" id="session_button" button="true">
 199 <pos x="50%" y="50%" width="box" height="box" anchor="c"/>
 200 
 201 <box xpadding="0" spacing="2" orientation="horizontal">
 202 
 203 <item type="pixmap">
 204 <pos width="24" height="24"/>
 205 <normal file="icon-session.png"/>
 206 <prelight file="icon-session-prelight.png"/>
 207 <active file="icon-session-active.png"/>
 208 </item>
 209 
 210 <item type="label">
 211 <normal font="Bitstream Vera Sans 12" color="#ffffff"/>
 212 <prelight font="Bitstream Vera Sans 12" color="#587999"/>
 213 <active font="Bitstream Vera Sans 12" color="#ffffff"/>
 214 <pos y="50%" anchor="w"/>
 215 <stock type="session"/>
 216 </item>
 217 </box>
 218 </item>
 219 </box>
 220 </item>
 221 </box>
 222 </item>
 223 <!-- caps lock warning -->
 224 
 225 <item type="label" id="caps-lock-warning">
 226 <pos x="50%" y="80%" anchor="c"/>
 227 <normal font="Bitstream Vera Sans Bold 11" color="#dc292b"/>
 228 <stock type="caps-lock-warning"/>
 229 </item>
 230 <!-- pam error -->
 231 
 232 <item type="label" id="pam-error">
 233 <pos x="50%" y="83%" anchor="c"/>
 234 <normal font="Bitstream Vera Sans Bold 11" color="#dc292b"/>
 235 <text/>
 236 </item>
 237 <!-- pam message (hidden, but required) -->
 238 
 239 <item type="label" id="pam-message">
 240 <pos x="50%" anchor="c"/>
 241 <normal alpha="0.00" font="Bitstream Vera Sans Bold 11" color="#000000"/>
 242 <text/>
 243 </item>
 244 </greeter>

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2008-03-30 18:39:07, 6.2 KB) [[attachment:Xubuntu.xml]]
  • [get | view] (2008-03-30 18:37:17, 19.2 KB) [[attachment:box.png]]
  • [get | view] (2008-04-18 19:56:37, 291.2 KB) [[attachment:desktop.png]]
  • [get | view] (2008-03-30 18:36:09, 51.9 KB) [[attachment:logo.png]]
  • [get | view] (2007-12-16 18:03:08, 60.8 KB) [[attachment:oxygnome.png]]
  • [get | view] (2008-03-14 19:52:54, 722.0 KB) [[attachment:wallpaper.png]]
 All files | Selected Files: delete move to page

You are not allowed to attach a file to this page.