Thread: conky horizontal help
please need conky. have horizontal in following form:
time kernel up
date cpu down
ram upload
download.
here script , have attached screenshot of conky current lay out.
php code:# border width
border_width 1
# default colors and also border colors
default_color gray
own_window_colour gray
# text alignment, other possible values are commented
alignment bottom_left
# gap between borders of screen and text
# same thing as passing -x at command line
gap_x 10
gap_y 45
# 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
# force utf8? note that utf8 support required xft
override_utf8_locale yes
# add spaces to keep things from moving about? this only affects certain objects.
use_spacer none
text
${alignc 35}${font cantarell ms:size=26}${time %h:%m}${font}
${alignc}${time %a %d %b %y}
kernel: ${alignr}${kernel}
cpu: ${cpu cpu}% ${alignr}${cpubar 8,60 cpu}
ram: $memperc% ${alignr}${membar 8,60}
${if_existing /proc/net/route eth0}
up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 789e2d a7cc5c}
down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 789e2d a7cc5c}
upload: ${alignr}${totalup eth0}
download: ${alignr}${totaldown eth0}
this page may moving items in .conkyrc . make copy of .conkrc , rename before start experimenting . http://conky.pitstop.free.fr/wiki/in...et/voffset_(en)
see conky man pages .code:man conky
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] conky horizontal help
Ubuntu
Comments
Post a Comment