~ubuntu-branches/ubuntu/saucy/cairo-dock-plug-ins/saucy

« back to all changes in this revision

Viewing changes to powermanager/data/powermanager.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-08-26 21:07:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090826210739-gyjuuqezrzuluao4
Tags: upstream-2.0.8.1
Import upstream version 2.0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!en;@VERSION_POWERMANAGER@
 
2
 
 
3
#[gtk-about]
 
4
[Icon]
 
5
 
 
6
#j+[0;128] Desired icon size for this applet
 
7
#{Set to 0 to use the default applet size}
 
8
icon size = 0;0
 
9
 
 
10
#s Icon name :
 
11
name = Battery
 
12
 
 
13
#d Name of the dock it belongs to:
 
14
dock name = 
 
15
 
 
16
icon=
 
17
order=
 
18
 
 
19
#[gtk-convert]
 
20
[Desklet]
 
21
 
 
22
#j+[48;512] Desklet's dimension (width x height) :
 
23
#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
 
24
size = 96;96
 
25
 
 
26
#i[-2048;2048] Desklet's position (x ; y) :
 
27
#{Depending on your WindowManager, you can move it with ALT + left_click}
 
28
x position=0
 
29
#i[-2048;2048] ...
 
30
y position=0
 
31
 
 
32
#b Is detached from the dock ?
 
33
initially detached=false
 
34
#r[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Accessibility :
 
35
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
 
36
accessibility=0
 
37
#b Should be visible on all desktops ?
 
38
sticky=true
 
39
 
 
40
#b Lock position ?
 
41
#{If locked, the desklet can't be moved by simply dragging it with the left mouse button. Of course you can still move it with ALT + left_click.}
 
42
locked = false
 
43
 
 
44
#I[-180;180] Rotation :
 
45
#{in degrees.}
 
46
rotation = 0
 
47
 
 
48
use size=
 
49
 
 
50
#F[Decorations;gtk-orientation-portrait]
 
51
frame_deco=
 
52
 
 
53
#o+ Choose a decoration theme for this desklet :
 
54
#{Choose the 'personnal' one to define your own decorations below.}
 
55
decorations = default
 
56
 
 
57
#v
 
58
sep_deco =
 
59
 
 
60
#S+ Background image :
 
61
#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
 
62
bg desklet =
 
63
#e+[0;1] Background tansparency :
 
64
bg alpha = 1
 
65
#i+[0;256] Left offset :
 
66
#{in pixels. Use this to adjust the left position of the drawings.}
 
67
left offset = 0
 
68
#i+[0;256] Top offset :
 
69
#{in pixels. Use this to adjust the top position of the drawings.}
 
70
top offset = 0
 
71
#i+[0;256] Right offset :
 
72
#{in pixels. Use this to adjust the right position of the drawings.}
 
73
right offset = 0
 
74
#i+[0;256] Bottom offset :
 
75
#{in pixels. Use this to adjust the bottom position of the drawings.}
 
76
bottom offset = 0
 
77
#S+ Foreground image :
 
78
#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
 
79
fg desklet =
 
80
#e+[0;1] Foreground tansparency :
 
81
fg alpha = 1
 
82
 
 
83
#[gtk-preferences]
 
84
[Configuration]
 
85
 
 
86
#i[20;180] Interval of time between 2 checks :
 
87
#{in seconds.}
 
88
check interval = 30
 
89
 
 
90
use approx = false
 
91
 
 
92
use_dbus = false
 
93
 
 
94
#F[Display;gtk-dnd-multiple]
 
95
frame_info=
 
96
 
 
97
#S+ Icon's filename when on battery :
 
98
battery icon = 
 
99
#S+ Icon's filename when on charge :
 
100
charge icon = 
 
101
#r+[nothing;zoom;transparency;draw bar] Effect to apply on the icon according to charge :
 
102
effect=0
 
103
 
 
104
 
 
105
#b+ Use a gauge instead of icons ?
 
106
use gauge = true
 
107
#h+[@prefix@/@DATADIRNAME@/cairo-dock/gauges;gauges;gauges] Choose one of the available themes :/
 
108
theme = Battery
 
109
 
 
110
#r+[nothing;charge;time] Information to be displayed on the icon :
 
111
quick-info_type=2
 
112
 
 
113
 
 
114
#F[Alert;gtk-dialog-info]
 
115
frame_alert=
 
116
 
 
117
#b Alert when battery charged ?
 
118
high battery=true
 
119
#u Use a sound :
 
120
#{Let it empty to have no sound}
 
121
sound_2 =
 
122
#b Alert when low battery ?
 
123
low battery=true
 
124
#i[1;90] Battery level :
 
125
#{in percent.}
 
126
low value = 15
 
127
#u Use a sound :
 
128
#{Let it empty to have no sound}
 
129
sound_1 =
 
130
#b Alert when battery charge is critical ?
 
131
#{When battery level is under 4%}
 
132
critical battery=true
 
133
#u Use a sound :
 
134
#{Let it empty to have no sound}
 
135
sound_0 =
 
136
 
 
137
#b Animate icon during the alert ?
 
138
battery witness=true
 
139
#a+ Animation during alert :
 
140
battery_animation=pulse
 
141