Added localization (actually the config file) of conky - conky.conf
[bulgarian-l10n] / apps / conky / conky.conf
1 # Conky, a system monitor, based on torsmo
2 #
3 # Any original torsmo code is licensed under the BSD license
4 #
5 # All code written since the fork of torsmo is licensed under the GPL
6 #
7 # Please see COPYING for details
8 #
9 # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
10 # Copyright (c) 2005-2007 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
11 # All rights reserved.
12 #
13 # This program is free software: you can redistribute it and/or modify
14 # it under the terms of the GNU General Public License as published by
15 # the Free Software Foundation, either version 3 of the License, or
16 # (at your option) any later version.
17 #
18 # This program is distributed in the hope that it will be useful,
19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 # GNU General Public License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
24 #
25 # $Id: conky.conf 1193 2008-06-21 20:37:58Z ngarofil $
26
27 alignment top_left
28 background no
29 maximum_width 800
30 border_width 1
31 cpu_avg_samples 2
32 default_color white
33 default_outline_color white
34 default_shade_color white
35 draw_borders no
36 draw_graph_borders yes
37 draw_outline no
38 draw_shades no
39 use_xft yes
40 xftfont Droid Sans Mono:size=11
41 xftalpha 0.8
42 double_buffer yes
43 gap_x 20
44 gap_y 60
45 minimum_size 5 5
46 net_avg_samples 2
47 no_buffers yes
48 out_to_console no
49 own_window yes
50 own_window_class Conky
51 own_window_type normal
52 own_window_transparent yes
53 own_window_hints below,sticky
54 stippled_borders 0
55 update_interval 3.0
56 uppercase no
57 use_spacer none
58 show_graph_scale no
59 show_graph_range no
60 override_utf8_locale yes
61
62 TEXT
63 $alignc $nodename - $sysname $kernel върху $machine ${color yellow}Включен от:$color $uptime
64 ${color ff8a00}$stippled_hr
65 ${color yellow}    Честота на процесор:$color${goto 220}$freq МХц${goto 350}${color yellow}Средно:$color $loadavg $alignr ${color yellow}Процеси:$color $processes  ${color yellow}Активни:$color $running_processes
66 ${color yellow}Натоварване на процесор:$color${goto 220}$cpu% ${goto 350}${color red}${cpubar 10}
67 ${color yellow}Процесор:${color black}${cpugraph 16,255 ff0000 ff0000}${color yellow} ${goto 350}Нат:${color black}${loadgraph 1 16,100 ffe400 ffe400}${color yellow} В/И:${color black}${diskiograph /dev/mmcblk0 16,100 00ff00 00ff00}${color yellow} Памет:${color black}${memgraph 16,100 ff0000 ff0000}
68 ${color yellow}Опер. памет:$color${goto 110}$mem${goto 190}| $memmax${goto 310}$memperc%${goto 350}${color green}${membar 10}
69 ${color yellow}Swap  памет:$color${goto 110}$swap${goto 190}| $swapmax${goto 310}$swapperc%${goto 350}${color green}${swapbar 10}
70 ${color ff8a00}$stippled_hr
71 ${color yellow}rootfs${goto 110}$color${fs_free /}${goto 190}| ${fs_size /} ${color grey}${goto 310}своб${goto 350}${color green}${fs_bar 10 /}
72 ${color yellow}home${goto 110}$color${fs_free /home}${goto 190}| ${fs_size /home} ${color grey}${goto 310}своб${goto 350}${color green}${fs_bar 10 /home}
73 ${if_mounted /home/user/MyDocs}${color yellow}MyDocs${goto 110}$color${fs_free /home/user/MyDocs}${goto 190}| ${fs_size /home/user/MyDocs} ${color grey}${goto 310}своб${goto 350}${color green}${fs_bar 10 /home/user/MyDocs}$endif
74 ${if_mounted /media/mmc1}${color yellow}mmc1${goto 110}$color${fs_free /media/mmc1}${goto 190}| ${fs_size /media/mmc1} ${color grey}${goto 310}своб${goto 350}${color green}${fs_bar 10 /media/mmc1}$endif
75 ${color ff8a00}$stippled_hr
76 ${if_up gprs0}${color yellow}gprs0: ${color yellow}Изпращане:$color ${upspeed gprs0}кБ/с${color grey} - ${color yellow}Сваляне:$color ${downspeed gprs0}кБ/с  $else${color yellow}gprs0: ${color red}Няма връзка$endif
77 ${if_empty ${wireless_essid wlan0}}${color yellow}wlan0: ${color red}Няма връзка $else${color yellow}wlan0 ESSID:$color${wireless_essid wlan0} ${color yellow}Скорост:${color}${wireless_bitrate wlan0} ${goto 350}${color yellow}Качество на връзката:$color${wireless_link_qual_perc wlan0}% ${color yellow}Изпр:$color ${upspeed wlan0}кБ/с ${color grey} - ${color yellow}Св:$color ${downspeed wlan0}кБ/с $endif
78 ${if_up gprs0}${color yellow}gprs0  Изпращане: ${color black}${upspeedgraph gprs0 20,240 ff0000 00ff00}$alignr${color yellow}gprs0 Сваляне: ${color black}${downspeedgraph gprs0 20,240 00ff0000 ff0000} $else${if_empty ${wireless_essid wlan0}}$else${color yellow}wlan0 Изпращане: ${color black}${upspeedgraph wlan0 20,240 00ff00 ff0000}$alignr${color yellow}wlan0 Сваляне: ${color black}${downspeedgraph wlan0 20,240 ff0000 00ff00} $endif$endif
79 ${color ff8a00}$stippled_hr
80 ${color lightgrey} Име                  PID   Процесор(%)   Памет(%)
81 ${color #ff6000} ${top name 1}    ${top pid 1}        ${top cpu 1}     ${top mem 1}
82 ${color #ffa800} ${top name 2}    ${top pid 2}        ${top cpu 2}     ${top mem 2}
83 ${color #fffc2a} ${top name 3}    ${top pid 3}        ${top cpu 3}     ${top mem 3}
84 ${color #24ff00} ${top name 4}    ${top pid 4}        ${top cpu 4}     ${top mem 4}