![]() |
2010-08-10
, 16:47
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#52
|
Also I added this line in the configuration file: override_utf8_locale yes
![]() |
2010-08-10
, 16:57
|
|
Posts: 395 |
Thanked: 107 times |
Joined on Dec 2009
@ India
|
#53
|
# Conky, a system monitor # $Id: conky.conf 2010-08-09 GaRy delaMer # Use Xft? use_xft yes xftfont Droid Sans Mono:size=11 xftalpha 0.8 override_utf8_locale yes # Update interval in seconds update_interval 3 # Create own window instead of using desktop (required in nautilus) background yes own_window yes own_window_class Conky own_window_type normal own_window_transparent no own_window_hints below,sticky out_to_console no # Use double buffering (reduces flicker, may not work for everyone) double_buffer yes # Subtract file system buffers from used memory? no_buffers yes # set to yes if you want all text to be in uppercase uppercase no # number of cpu samples to average # set to 1 to disable averaging cpu_avg_samples 2 # number of net samples to average # set to 1 to disable averaging net_avg_samples 2 # Add spaces to keep things from moving about? This only affects certain objects. use_spacer none # Size of text area #minimum_size 5 5 maximum_width 800 # Draw shades? draw_shades no # Draw outlines? draw_outline no # Draw borders draw_borders no # graph options show_graph_scale no show_graph_range no draw_graph_borders yes # Stippled borders? stippled_borders 0 # border margins border_margin 5 # border width border_width 1 # Text alignment alignment top_left # Gap between borders of screen and text # same thing as passing -x at command line gap_x 0 gap_y 40 # Default colors and also border colors default_color green default_shade_color red default_outline_color white default_shade_color white own_window_colour black color1 white color2 red color3 blue color4 yellow color5 lightgrey color6 ff6000 color7 ffa800 color8 fffc2a color9 24fff0 TEXT $alignc${color1}${font Nokia Sans:size=22}$font$color ${voffset -30}$alignr${color1}Uptime$color: $uptime_short$color $alignr${time %A %d %B %G} ${goto 60}SYSTEM ${goto 20}${color1}Kernel$color${goto 115}: $sysname $kernel ${goto 20}${color1}Battery$color${goto 115}: ${execi 30 hal-device bme |grep "Percentage" |awk '{print $3;}'} %${goto 200}${color1}Temperature$color : ${execi 3 cat /sys/class/power_supply/bq27200-0/temp} °C ${goto 20}${color1}CPU $machine$color${goto 115}: $cpu %${goto 200}${color1}Frequency$color : $freq MHz ${goto 20}${cpugraph 50,370 ffcc00 ff0000 -t} ${goto 20}${color1}RAM$color${goto 115}: $memperc % ${goto 200}$mem / $memmax ${goto 20}${membar 10,370} ${goto 20}${color1}SWAP$color${goto 115}: $swapperc % ${goto 200}$swap / $swapmax ${goto 20}${swapbar 10,370} ${goto 60}FILE SYSTEM ${goto 20}${color1}Root$color${goto 115}: ${fs_free_perc /} %${goto 200} ${fs_free /} / ${fs_size /} ${goto 20}$color6${fs_bar 10,370 /} ${goto 20}${color1}Home$color${goto 115}: ${fs_free_perc /home} %${goto 200} ${fs_free /home} / ${fs_size /home} ${goto 20}$color7${fs_bar 10,370 /home} ${goto 20}${color1}MyDocs$color${goto 115}: ${if_mounted /home/user/MyDocs}${fs_free_perc /home/user/MyDocs} %${goto 200} ${fs_free /home/user/MyDocs} / ${fs_size /home/user/MyDocs}$else${color2}Non montée$color$endif ${goto 20}${if_mounted /home/user/MyDocs}$color8${fs_bar 10,370 /home/user/MyDocs}$endif ${goto 20}${color1}MMC$color${goto 115}: ${if_mounted /media/mmc1}${fs_free_perc /home} %${goto 200} ${fs_free /home} / ${fs_size /home}$else${color2}No$color$endif ${goto 20}${if_mounted /media/mmc1}$color9${fs_bar 10,370}$endif ${voffset -388}$color${goto 460}NETWORKS ${goto 420}${color1}IP Local$color : $alignr${if_up gprs0}${addr gprs0}$else${if_empty ${wireless_essid wlan0}}${color2}Non connecté$color$else${addr wlan0}$endif$endif ${goto 420}${color1}IP Public$color : $alignr${if_up gprs0}${texeci 3400 wget --timeout=10 -q -O - http://whatismyip.org/ | tail}$else${if_empty ${wireless_essid wlan0}}${color2}Non connecté$color$else${texeci 3400 wget --timeout=10 -q -O - http://whatismyip.org/ | tail}$endif$endif ${goto 420}${color1}DL$color : ${if_up gprs0}${downspeed gprs0} kB/s${goto 540}${color1}GPRS$color$else${if_empty ${wireless_essid wlan0}}${color2}Non connected$color$else${downspeed wlan0} kB/s${goto 540}${color1}Wifi$color : ${wireless_essid wlan0}$endif$endif ${goto 420}${if_up gprs0}${downspeedgraph gprs0 45,370 ffcc00 ff0000 -t}$else${if_empty ${wireless_essid wlan0}}$else${downspeedgraph wlan0 45,370 ffcc00 ff0000 -t}$endif$endif ${goto 420}${color1}UL$color : ${if_up gprs0}${upspeed gprs0} kB/s$else${if_empty ${wireless_essid wlan0}}${color2}Non connected${voffset 82}$color$else${upspeed wlan0} kB/s${goto 540}${color1}Rate$color : ${wireless_bitrate wlan0} ${color1}Qualité$color : ${wireless_link_qual_perc wlan0}%$endif$endif ${goto 420}${if_up gprs0}${upspeedgraph gprs0 45,370 ffcc00 ff0000 -t}$else${if_empty ${wireless_essid wlan0}}$else${upspeedgraph wlan0 45,370 ffcc00 ff0000 -t}$endif$endif ${goto 460}PROCESSES $processes} ONGOING $running_processes ${goto 420}${color1}NAME PID CPU% MEM% ${goto 420}$color6${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} ${goto 420}$color7${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} ${goto 420}$color7${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3} ${goto 420}$color8${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4} ${goto 420}$color8${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5} ${goto 420}$color9${top name 6} ${top pid 6} ${top cpu 6} ${top mem 6} ${goto 420}$color9${top name 7} ${top pid 7} ${top cpu 7} ${top mem 7}$color ${voffset -377}$color${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -3}${goto 400}| ${voffset -394}${goto 0}_______${goto 120}______________________________________${goto 520}_______________________________ ${voffset 190}${goto 0}_______${goto 220}___________________________${goto 675}____________________
![]() |
2010-08-11
, 04:24
|
Posts: 112 |
Thanked: 105 times |
Joined on Mar 2010
@ Montpellier, FRANCE
|
#54
|
# Conky, a system monitor # $Id: conky.conf 2010-08-09 GaRy delaMer # Use Xft? use_xft yes xftfont Droid Sans Mono:size=11 xftalpha 0.8 override_utf8_locale yes # Update interval in seconds update_interval 3 # Create own window instead of using desktop (required in nautilus) background yes own_window yes own_window_title Conky System Monitor - Nokia N900 own_window_type normal own_window_transparent no own_window_hints below,sticky out_to_console no # Use double buffering (reduces flicker, may not work for everyone) double_buffer yes # Subtract file system buffers from used memory? no_buffers yes # set to yes if you want all text to be in uppercase uppercase no # number of cpu samples to average # set to 1 to disable averaging cpu_avg_samples 2 # number of net samples to average # set to 1 to disable averaging net_avg_samples 2 # Add spaces to keep things from moving about? This only affects certain objects. use_spacer none # Size of text area #minimum_size 1 1 maximum_width 800 # Draw shades? draw_shades no # Draw outlines? draw_outline no # Draw borders draw_borders no # graph options show_graph_scale no show_graph_range no draw_graph_borders yes # Stippled borders? stippled_borders 1 # border margins border_margin 1 # border width border_width 1 # Text alignment alignment top_left # Default colors and also border colors default_color green default_shade_color red default_outline_color white default_shade_color white own_window_colour black color1 lightgrey color2 red color3 blue color4 yellow color5 white color6 ff6000 color7 ffa800 color8 fffc2a color9 24fff0 own_window_title Nokia N900 - Conky System Monitor #Fonts #OpenLogos http://www.dafont.com/openlogos.font #PizzaDude Bullets http://www.dafont.com/fr/pizzadude-bullets.font #StyleBats http://fr.fontriver.com/font/stylebats/ TEXT ${goto 326}$color5${font Nokia Sans:size=22}GaRy delaMer$font$color ${voffset -30}${alignr 10}${color1}${font StyleBats}q$font Uptime$color $uptime_short$color ${alignr 4}${time %A %d %B %G} ${voffset -8}${goto 60}SYSTEM${goto 460}NETWORKS ${voffset -20}${goto 0}_______${goto 110}_______________________________________${goto 529}______________________________ $color1${font OpenLogos:size=15}t$font Kernel$color${goto 122}$sysname $kernel $color1${font StyleBats:size=15}8$font Battery$color${goto 122}${execi 10 hal-device bme |awk -F"[. ]" '$5 == "is_charging" {chrg = $7}; $5 == "percentage" {perc = $7} END if (chrg == "false") {print perc " %"} else {print "Charging"}'}${goto 210}${color1}Temperature$color${alignr 410}${exec cat /sys/class/power_supply/bq27200-0/temp} °C $color1${font StyleBats:size=15}A$font CPU $machine$color${goto 122}$cpu %${goto 210}${color1}Frequency$color${alignr 410}$freq MHz ${cpugraph 45,390 ffcc00 ff0000 -t} $color1${font StyleBats:size=15}g$font RAM$color${goto 122}$mem / $memmax${alignr 410}$memperc % ${voffset -4}$color4${membar 4,390} $color1${font StyleBats:size=15}j$font SWAP$color${goto 122}$swap / $swapmax${alignr 410}$swapperc % ${voffset -4}$color5${swapbar 4,390}$color ${voffset -35} ${goto 60}FILE SYSTEM ${voffset -20}${goto 0}_______${goto 158}___________________________ ${goto 30}${loadgraph 1 24,160 ffe400 ffe400}${goto 235}${diskiograph /dev/mmcblk0 24,160 00ff00 00ff00} ${voffset -28}${color1}Lo${goto 200}Dio $color1${font StyleBats:size=22}I$font${voffset -15} Root$color${goto 122}${fs_free /} / ${fs_size /}${alignr 410}${fs_free_perc /} % ${goto 39}$color6${fs_bar 4,355 /} $color1${font StyleBats:size=22}J$font${voffset -15} Home$color${goto 122}${fs_free /home} / ${fs_size /home}${alignr 410}${fs_free_perc /home} % ${goto 39}$color7${fs_bar 4,355 /home} $color1${font StyleBats:size=22}O$font${voffset -15} MyDocs$color${goto 122}${if_mounted /home/user/MyDocs}${fs_free /home/user/MyDocs} / ${fs_size /home/user/MyDocs}${alignr 410}${fs_free_perc /home/user/MyDocs} %$else${color2}Not mounted$color$endif ${goto 39}${if_mounted /home/user/MyDocs}$color8${fs_bar 4,355 /home/user/MyDocs}$endif $color1${font StyleBats:size=22}U$font${voffset -15} Mmc$color${goto 122}${if_mounted /media/mmc1}${fs_free /home} / ${fs_size /home}${alignr 410}${fs_free_perc /home} %$else${color2}Not mounted$color$endif ${goto 39}${if_mounted /media/mmc1}$color9${fs_bar 4,355 /media/mmc1}$color$endif ${voffset -415} ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${voffset -3}${goto 398}| ${if_up gprs0} ${voffset -440} ${goto 410}$color1${font PizzaDude Bullets}a$font Local IP$color${alignr 4}${addr gprs0} ${goto 410}$color1${font PizzaDude Bullets}b$font Public IP$color${alignr 4}${texeci 3400 wget --timeout=10 -q -O - http://whatismyip.org/ | tail} ${goto 442}${color1}Dl$color ${downspeed gprs0} kB/s ${goto 540}${color1}GPRS ${goto 410}$color1${font PizzaDude Bullets:size=22}T$font$color ${goto 442}${voffset -30}${downspeedgraph gprs0 45,350 ffcc00 ff0000 -t} ${goto 442}${color1}Up$color ${upspeed gprs0} kB/s ${goto 410}$color1${font PizzaDude Bullets:size=22}N$font$color ${goto 442}${voffset -30}${upspeedgraph gprs0 45,350 ffcc00 ff0000 -t} ${alignr 20}${color1}${font PizzaDude Bullets}U$font Download$color ${totaldown gprs0} ${color1}${font PizzaDude Bullets}O$font Upload$color ${totalup gprs0} $else ${if_empty ${wireless_essid wlan0}} ${voffset -430} ${goto 460}$color2${font PizzaDude Bullets:size=22}4$font${font :size=22}${voffset -10} Not connected$font$color $else ${voffset -440} ${goto 410}$color1${font PizzaDude Bullets}a$font Local IP$color${alignr 4}${addr wlan0} ${goto 410}$color1${font PizzaDude Bullets}b$font Public IP$color${alignr 4}${texeci 3400 wget --timeout=10 -q -O - http://whatismyip.org/ | tail} ${goto 442}${color1}Dl$color ${downspeed wlan0} kB/s ${goto 540}${color1}Wifi$color ${wireless_essid wlan0} ${goto 410}$color1${font PizzaDude Bullets:size=22}T$font$color ${goto 442}${voffset -30}${downspeedgraph wlan0 45,350 ffcc00 ff0000 -t} ${goto 442}${color1}Up$color ${upspeed wlan0} kB/s ${goto 540}${color1}Rate$color ${wireless_bitrate wlan0} ${color1}Quality$color ${wireless_link_qual_perc wlan0} % ${goto 410}$color1${font PizzaDude Bullets:size=22}N$font$color ${goto 442}${voffset -30}${upspeedgraph wlan0 45,350 ffcc00 ff0000 -t} ${alignr 20}${color1}${font PizzaDude Bullets}U$font Download$color ${totaldown wlan0} ${color1}${font PizzaDude Bullets}O$font Upload$color ${totalup wlan0} $endif $endif ${voffset -72} ${goto 460}PROCESSUS $processes RUNNING $running_processes ${voffset -20}${goto 402}_______${goto 675}___________________________ ${alignr 4}${color1}NAME PID CPU% MEM% TIME ${alignr 4}$color2${top name 1} ${top pid 1}${top cpu 1}${top mem 1}${top time 1} ${alignr 4}$color6${top name 2} ${top pid 2}${top cpu 2}${top mem 2}${top time 2} ${alignr 4}$color6${top name 3} ${top pid 3}${top cpu 3}${top mem 3}${top time 3} ${alignr 4}$color7${top name 4} ${top pid 4}${top cpu 4}${top mem 4}${top time 4} ${alignr 4}$color7${top name 5} ${top pid 5}${top cpu 5}${top mem 5}${top time 5} ${alignr 4}$color8${top name 6} ${top pid 6}${top cpu 6}${top mem 6}${top time 6} ${alignr 4}$color8${top name 7} ${top pid 7}${top cpu 7}${top mem 7}${top time 7} ${alignr 4}$color9${top name 8} ${top pid 8}${top cpu 8}${top mem 8}${top time 8} ${alignr 4}$color9${top name 9} ${top pid 9}${top cpu 9}${top mem 9}${top time 9} ${voffset -25}$color ${goto 460}INFORMATIONS ${voffset -20}${goto 402}_______${goto 565}__________________________ ${goto 450}${color1}${font :size=22}Created by$color GaRy delaMer ${color1} ${goto 470}${color1}${font :size=14}Conky version$color $conky_version$font ${goto 470}${color1}${font :size=14}Built$color $conky_build_date$font
The Following 8 Users Say Thank You to GaRy delaMEr For This Useful Post: | ||
|
2010-08-11
, 09:51
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#55
|
Also I added this line in the configuration file: override_utf8_locale yes
![]() |
2010-08-11
, 09:55
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#56
|
![]() |
2010-08-11
, 09:58
|
Posts: 195 |
Thanked: 16 times |
Joined on Feb 2010
@ Switzerland
|
#57
|
Thanks.
Also added this line and put the symbol back in with Leafpad on the N900 and all is fine.
![]() |
2010-08-11
, 10:15
|
|
Posts: 820 |
Thanked: 436 times |
Joined on May 2010
@ Portsmouth, UK.
|
#58
|
root
leafpad /etc/conky/conky.conf
![]() |
2010-08-11
, 14:01
|
Posts: 112 |
Thanked: 105 times |
Joined on Mar 2010
@ Montpellier, FRANCE
|
#59
|
leafpad /home/user/MyDocs/conky.conf
![]() |
2010-08-11
, 15:22
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#60
|
![]() |
Tags |
conky, fix it yourself, post your conky |
|
Please translate to english and upload
Nokia N900: It's a computer with a phone, not a phone that can compute.
Web Advices
Tablet Phone X
Blogging Tips
Know IP Address