~cairo-dock-team/cairo-dock-plug-ins/plug-ins

« back to all changes in this revision

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

  • Committer: Matthieu Baerts
  • Date: 2014-10-19 00:26:10 UTC
  • Revision ID: matttbe@gmail.com-20141019002610-ulf26s9b4c4rw10r
We just switched from BZR to Git.
Follow us on Github: https://github.com/Cairo-Dock

Note: we will only use Github to manage our source code and all pull requests.
Please continue to report your bugs/ideas/messages on our forum or Launchpad! 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#@VERSION_RSS_READER@
2
 
 
3
 
#[@pkgdatadir@/icons/icon-icons.svg]
4
 
[Icon]
5
 
 
6
 
#F[Icon]
7
 
frame_maininfo=
8
 
 
9
 
#d Name of the dock it belongs to:
10
 
dock name = 
11
 
 
12
 
#s[Default] Name of the icon as it will appear in its caption in the dock:
13
 
#{Leave empty to use the title of the RSS feed.}
14
 
name = 
15
 
#v
16
 
sep_display=
17
 
 
18
 
#g+[Default] Image filename:
19
 
icon = 
20
 
 
21
 
#j+[0;128] Desired icon size for this applet
22
 
#{Set to 0 to use the default applet size}
23
 
icon size = 0;0
24
 
 
25
 
order=
26
 
 
27
 
#A
28
 
handbook=RSSreader
29
 
 
30
 
#[@pkgdatadir@/icons/icon-desklets.svg]
31
 
[Desklet]
32
 
 
33
 
#X[Position]
34
 
frame_pos =
35
 
 
36
 
#b Lock position?
37
 
#{If locked, the desklet cannot be moved by simply dragging it with the left mouse button. It can still be moved with ALT + left-click.}
38
 
locked = false
39
 
 
40
 
#j+[96;1024] Desklet dimensions (width x height):
41
 
#{Depending on your WindowManager, you may be able to resize this with ALT + middle-click or ALT + left-click.}
42
 
size = 300;200
43
 
 
44
 
#i[-2048;2048] Desklet position (x, y):
45
 
#{Depending on your WindowManager, you may be able to move this with ALT + left-click.}
46
 
x position=0
47
 
#i[-2048;2048] ...
48
 
y position=0
49
 
 
50
 
#I[-180;180] Rotation:
51
 
#{You can quickly rotate the desklet with the mouse, by dragging the little buttons on its left and top sides.}
52
 
rotation = 0
53
 
 
54
 
#X[Visibility]
55
 
frame_visi =
56
 
 
57
 
#b Is detached from the dock
58
 
initially detached=true
59
 
#l[Normal;Keep above;Keep below;Keep on widget layer;Reserve space] Visibility:
60
 
accessibility=0
61
 
#b Should be visible on all desktops?
62
 
sticky=true
63
 
 
64
 
 
65
 
 
66
 
 
67
 
#F[Decorations;preferences-desktop-theme]
68
 
frame_deco=
69
 
 
70
 
#o+ Choose a decoration theme for this desklet:
71
 
#{Choose 'Custom decorations' to define your own decorations below.}
72
 
decorations = default
73
 
 
74
 
#v
75
 
sep_deco =
76
 
 
77
 
#g+ Background image:
78
 
#{Image to be displayed below drawings, e.g. a frame. Leave empty for no image.}
79
 
bg desklet =
80
 
#e+[0;1] Background transparency:
81
 
bg alpha = 1
82
 
#i+[0;256] Left offset:
83
 
#{in pixels. Use this to adjust the left position of drawings.}
84
 
left offset = 0
85
 
#i+[0;256] Top offset:
86
 
#{in pixels. Use this to adjust the top position of drawings.}
87
 
top offset = 0
88
 
#i+[0;256] Right offset:
89
 
#{in pixels. Use this to adjust the right position of drawings.}
90
 
right offset = 0
91
 
#i+[0;256] Bottom offset:
92
 
#{in pixels. Use this to adjust the bottom position of drawings.}
93
 
bottom offset = 0
94
 
#g+ Foreground image:
95
 
#{Image to be displayed above the drawings, e.g. a reflection. Leave empty for no image.}
96
 
fg desklet =
97
 
#e+[0;1] Foreground tansparency:
98
 
fg alpha = 1
99
 
 
100
 
 
101
 
#[preferences-system]
102
 
[Configuration]
103
 
 
104
 
#F[RSS Feed;insert-link]
105
 
RSS_feed = 
106
 
 
107
 
#s URL:
108
 
#{Enter a valid atom/rss feed}
109
 
url_rss_feed=
110
 
 
111
 
#s RSS login (optional):
112
 
RSS_login =
113
 
 
114
 
#p RSS password (optional):
115
 
RSS_password =
116
 
 
117
 
 
118
 
#F[Behaviour;system-run]
119
 
frame_behav= 
120
 
 
121
 
#I[1;30] Refresh time:
122
 
#{In minutes.}
123
 
refresh_time=5
124
 
 
125
 
#Y-[No;0;0;Icon animation;1;2;Dialog bubble;2;1;Icon animation + Dialog bubble;1;2] Notify about feed updates:
126
 
notifications = 3
127
 
 
128
 
#a+ Animation of the icon:
129
 
#{Let empty to use the default notification animation.}
130
 
animation_feed_changed=
131
 
 
132
 
#I[0;60] Duration of the notification:
133
 
#{In seconds. Set to 0 for infinite time (need to click on dialog to close it).}
134
 
dialogs_duration=10
135
 
 
136
 
#v
137
 
sep = 
138
 
 
139
 
#s[Default] Open the feed with the following program:
140
 
specific_web_browser= 
141
 
 
142
 
 
143
 
#[dialog-information]
144
 
[Appearance]
145
 
 
146
 
#F[Title;format-text-bold]
147
 
title = 
148
 
 
149
 
#P+ Title font:
150
 
#{Font to be used for the title}
151
 
title_font=Sans Bold Italic 10
152
 
 
153
 
#C+ Title colour:
154
 
#{Colour to be used for the title}
155
 
title_color=1.0;1.0;0.0;1.0
156
 
 
157
 
#e+[0;1;left;right] Alignment of the title:
158
 
title_align=0
159
 
 
160
 
#F[Text;format-text-italic]
161
 
text = 
162
 
 
163
 
#P+ Feed lines font:
164
 
#{Font to be used for the feed lines}
165
 
font=Sans 8
166
 
 
167
 
#C+ Feed lines colour:
168
 
#{Colour to be used for the feed lines}
169
 
text_color=1.0;1.0;1.0;1.0
170
 
 
171
 
#I+[0;48] Left margin for the feed lines:
172
 
text_margin=0
173
 
 
174
 
#I+[0;24] Space between 2 feed lines:
175
 
space_between_feed_lines=5
176
 
 
177
 
 
178
 
#F[Logo;insert-image]
179
 
frame_logo= 
180
 
 
181
 
#B+ Display the logo?
182
 
#{The default logo is the applet's icon}
183
 
display_logo=true
184
 
 
185
 
#e+[1;4;normal;big] Logo size:
186
 
#{Adjust to increase/decrease the logo's size}
187
 
logo_size=1.5
188
 
 
189
 
 
190
 
#F[Background;preferences-desktop-theme]
191
 
frame_background= 
192
 
 
193
 
#B+[5] Display a simple background?
194
 
#{You can have more attractive backgrounds using the Desklet decorations}
195
 
display_background=true
196
 
 
197
 
#C+ Background first colour :
198
 
#{first colour of the gradation}
199
 
background_color1=0.2;0.2;0.2;1.0
200
 
 
201
 
#C+ Background second colour:
202
 
#{second colour of the gradation}
203
 
background_color2=0.7;0.7;0.7;0.8
204
 
 
205
 
#i+[0;50] Background radius corner:
206
 
#{Set the radius corner to 0 for no radius}
207
 
background_radius=15
208
 
 
209
 
#i+[0;10] Border thickness:
210
 
#{Set the thickness to 0 for no border}
211
 
border_thickness=2
212
 
 
213
 
#C+ Border colour :
214
 
#{Border colour}
215
 
border_color=0.;0.;0.;1.;