summaryrefslogtreecommitdiff
blob: c15542dae3b6f3e3fe21c859e079f53083a12995 (plain)
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-03-18 11:31+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(title):6
msgid "Gentoo Linux Conky Howto"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(author:title):8
msgid "Author"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(mail:link):9
msgid "admin@sdesign.us"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(mail):9
msgid "Bill Woodford"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(author:title):11 ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(author:title):14
msgid "Editor"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(mail:link):12
msgid "brenden@rty.ca"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(mail):12
msgid "Brenden Matthews"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(mail:link):15
msgid "nightmorph"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(abstract):18
msgid "This document describes how to install and configure the system monitor known as Conky."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(version):27
msgid "1.6"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(date):28
msgid "2009-07-19"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(title):31
msgid "Background"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(title):33
msgid "Introduction to Conky"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(p):36
msgid "So you have a Gentoo machine, and have already learned 30 different commands to monitor different aspects of what your computer is doing at the current moment. What do you do from here? Isn't there an easier way to monitor system performance and see what it's doing, as well as the resources it's using to perform all those tasks? This is what a system monitor, such as Conky, provides."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(title):48
msgid "What it does"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(p):51
msgid "Unlike other system monitors such as top, Conky can run as a window in an X session, or by drawing to the root window (there is also an option to have Conky display information to stdout, but we won't discuss that here). It displays the information it has gathered through the use of both text, progress bars, and graphs. Also, unlike top, the way it is formatted is completely user-configurable. In addition to monitoring the system itself, Conky can also give you information about several music players (such as Music Player Daemon and Audacious Media Player), tell you how many new messages are in your mail spool, and plenty more. If the functionality you require isn't in Conky yet, it is a simple matter of writing a script to get the information you would like - some examples of this, which have already been done are RSS feeds, POP3 e-mail message count, local weather, boinc status, and even the status of Portage."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(title):71 ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(pre:caption):105
msgid "Installing Conky"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(title):73
msgid "Base install"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(p):76
msgid "Gentoo provides an ebuild to quickly and easily install Conky. Pay particular attention to the USE flags. You'll most likely want X11 support (<c>X</c>), and make sure you select the USE flags for any music players (other than MPD) which you want, such as Audacious (<c>audacious</c>). If you want to use the TCP port monitor, be SURE to disable the <c>ipv6</c> use flag, as the port monitor is for ipv4 systems only."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(p):85
msgid "In addition, the <c>truetype</c> USE flag compiles support for TrueType fonts with the use of Xft. Most users will want this as well."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(p):90
msgid "You can add syntax highlighting for Conky's configuration file with the <c>vim-syntax</c> and <c>nano-syntax</c> USE flags, depending on your preferred editor."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(pre:caption):96
msgid "/etc/portage/package.use"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(pre):96
#, no-wrap
msgid "\n<comment>(Use the following as an example)</comment>\n# <i>echo app-admin/conky truetype audacious -ipv6 &gt;&gt; /etc/portage/package.use</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(p):101
msgid "Once you have your USE flags correctly set up, it's time to install Conky!"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(pre):105
#, no-wrap
msgid "\n# <i>emerge -av conky</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(p):109
msgid "You can test Conky to see how it will look by running the command <c>conky</c> in a terminal. This will likely give you a good reference to how it will look and what you want to change, add or even remove."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(pre:caption):115
msgid "Running Conky for the first time"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(pre):115
#, no-wrap
msgid "\n$ <i>conky</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(note):119
msgid "Conky needs Double Buffer Extension (DBE) support from X server to prevent flickering, because it can't update window fast enough without it. It can be enabled in <path>/etc/X11/xorg.conf</path> with <c>Load \"dbe\"</c> line in <b>Section \"Module\"</b>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(p):126
msgid "Once you have an idea of how Conky looks, you can now move on to configuring it!"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(title):134
msgid "Configuring Conky"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(p):137
msgid "By default, Conky will look for a configuration file in the user's home directory located at <path>~/.conkyrc</path>. This file contains all the configuration options, and the static text, colors and other variables which control what data is shown to the user. Conky also provides a great sample configuration, located at <path>/etc/conky/conky.conf</path>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(pre:caption):145
msgid "Copying the sample configuration to your home directory"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(pre):145
#, no-wrap
msgid "\n$ <i>cp /etc/conky/conky.conf ~/.conkyrc</i>\n"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(p):149
msgid "Now, open up the sample configuration in the text editor of your choice. You may notice that there are two separate sections of the configuration file. The first section of the file, contains the program configuration options and controls how it acts. This includes things such as the <c>update_interval</c>, or how often Conky will update the information on the screen. The second section contains the actual text, graphs, and variables which are rendered on the screen. This includes things such as the system uptime (<c>$uptime</c>), cpu usage (<c>$cpu</c>) and anything else you want to be shown. The first section of the file starts right from the beginning, the second section consists of everything after the line which says <c>TEXT</c>. Comments in the file start with <c>#</c>, but keep in mind that even if a line is commented out in the second section of the file, the text will still be rendered to the screen."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(p):165
msgid "Lists of all the available configuration options and variables are kept at <uri>http://conky.sourceforge.net/config_settings.html</uri> and <uri>http://conky.sourceforge.net/variables.html</uri>. Besides, there are a few great screenshots along with sample configurations and scripts at <uri>http://conky.sourceforge.net/screenshots.html</uri>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(title):178
msgid "Extending Conky"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(title):180
msgid "Beyond the built-in variables"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(p):183
msgid "So you've gotten this far, and have scoured the Conky documentation for that extra variable which Conky just doesn't seem to have... You're in luck! Conky provides several variables for just this reason! <c>$exec</c> Will run a command every time Conky updates, <c>$execi</c> will run a command at a specified interval and <c>$texeci</c> will run a command in its own thread at a specified interval."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(pre:caption):192
msgid "Scripting examples"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(note):198
msgid "While any command which works in a command shell will work in any of these variables, it is important to keep in mind that the commands must exit. This means that commands like <c>tail -f</c> which keep running will <e>not</e> work properly."
msgstr ""

#. Place here names of translator, one per line. Format should be NAME; ROLE; E-MAIL
#: ../../gentoo/xml/htdocs/doc/en//conky-howto.xml(None):0
msgid "translator-credits"
msgstr ""