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

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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
#!en;1.3.0

#[gtk-about]
[Icon]
#j+[0;128] Desired icon size for this applet
#{Set to 0 to use the default applet size}
icon size = 0;0

#s Name of the icon as it will appear in its label in the dock :
name = cpusage

#d Name of the dock it belongs to:
dock name = 

order=
icon=

#[gtk-convert]
[Desklet]
#j+[48;512] Desklet's dimension (width x height) :
#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
size = 96;96

#i[-2048;2048] Desklet's position (x ; y) :
#{Depending on your WindowManager, you can move it with ALT + left_click}
x position=0
#i[-2048;2048] ...
y position=0

#b Is detached from the dock ?
initially detached=false
#r[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Accessibility :
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
accessibility=0
#b Should be visible on all desktops ?
sticky=true

#b Lock position ?
#{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.}
locked = false

#I[-180;180] Rotation :
#{in degrees.}
rotation = 0

use size=

#F[Decorations;gtk-orientation-portrait]
frame_deco=

#o+ Choose a decoration theme for this desklet :
#{Choose the 'personnal' one to define your own decorations below.}
decorations = default

#v
sep_deco =

#S+ Background image :
#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
bg desklet =
#e+[0;1] Background tansparency :
bg alpha = 1
#i+[0;256] Left offset :
#{in pixels. Use this to adjust the left position of the drawings.}
left offset = 0
#i+[0;256] Top offset :
#{in pixels. Use this to adjust the top position of the drawings.}
top offset = 0
#i+[0;256] Right offset :
#{in pixels. Use this to adjust the right position of the drawings.}
right offset = 0
#i+[0;256] Bottom offset :
#{in pixels. Use this to adjust the bottom position of the drawings.}
bottom offset = 0
#S+ Foreground image :
#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
fg desklet =
#e+[0;1] Foreground tansparency :
fg alpha = 1

#[gtk-preferences]
[Configuration]
#F[Display;gtk-dialog-info]
frame_disp=

#b+ Display a graphic rather than a gauge ?
use graphic = false

#r+[Line;Plain;Bar;Circle;Plain Circle] Type of graphic :
graphic type = 0

#c+3[0;1] High values color :
#{It's the color of the graphic for high CPU values.}
high color = 1;0;0

#c+3[0;1] Low values color :
#{It's the color of the graphic for low CPU values.}
low color = 1;1;0

#c+4[0;1] Background color of the graphic :
bg color = .5;.5;1.;.4

#h+[/usr/share/cairo-dock/gauges;gauges;gauges] Choose one of the available themes :/
theme = Turbo-night-fuel

#v
sep1=

#S+ Image to display as a watermark :
#{Let it empty to use the default image. Set the transparency to 0 if you don't want to have any watermark.}
watermark image =

#e+[0;1] Transparency of the watermark :
#{Set it up to 0 if you don't want to have a watermark.}
watermark alpha = .6

#v
sep2=

#r[No;On icon;On label] Display CPU usage values :
info display = 1


#F[Top List;gtk-sort-ascending]
frame_top=

#i[1;20] Number of programs to display in the top list :
#{When you left-click on the icon, you will get the list of the N most CPU-using programs.}
top = 3

#c+3[0;1] Start color of the top list :
#{It's the first color of the gradation used to write the top list.}
top color start = 1;0;0

#c+3[0;1] Stop color of the top list :
#{It's the second color of the gradation used to write the top list.}
top color stop = 1;1;0


#F[Configuration;gtk-preferences]
frame_conf=

#i[1;30] Delay between refresh :
#{in seconds.}
delay = 2

#i[1;30] Delay between refresh of the top list :
#{in seconds.}
top delay = 2

#s User command to show a system monitor :
#{Let empty to use he default one.}
sys monitor =

HZ = 100