Hey, I'm a graphic artist at large who is just getting back to the game. I'm up and running with 10.3 and thought I would share my conky.conf. Just install conky from OctoPkg (wrong about that:
Code: Select all
sudo pkg install conky
It's an awesome system monitor and I found an old version of CrunchBang Linux's config (a great linux distro which is dead now) and adapted it first to Ubuntu with Cinnamon and now Ghost with XFCE.
You'll find some commented out parts for different compositor setups.
If you are not into XMMS2 yet, I suggest you get it.
Code: Select all
# conky configuration
#
# The list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.
#
# For ideas about how to modify conky, please see:
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/
#
# For help with conky, please see:
# http://crunchbanglinux.org/forums/topic/2047/conky-help/
#
# Enjoy! :)
##############################################
# Settings
##############################################
background yes
use_xft yes
xftfont Liberation Sans:size=9
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
##############################################
# Compositing tips:
# Conky can play strangely when used with
# different compositors. I have found the
# following to work well, but your mileage
# may vary. Comment/uncomment to suit.
##############################################
## no compositor
own_window_type override
own_window_argb_visual no
## xcompmgr
#own_window_type override
#own_window_argb_visual yes
## cairo-compmgr
#own_window_type desktop
#own_window_argb_visual yes
##############################################
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 200 200
maximum_width 240
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color 656667
default_shade_color 000000
default_outline_color 828282
alignment top_right
gap_x 12
gap_y 56
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
##############################################
# Output
##############################################
TEXT
${color #078ba4}
S Y S T E M I N F O
${hr}
Host:$alignr$nodename
Kernel:$alignr$kernel
Uptime:$alignr$uptime
RAM:$alignr$mem/$memmax
Swap usage:$alignr$swap/$swapmax
Disk usage:$alignr${fs_used /}/${fs_size /}
CPU usage:$alignr${cpu cpu0}%
#${color white}Filesystem ${hr 1}${color}
F I L E S Y S T E M
${hr}
Home: ${alignr}${fs_free /} / ${fs_size /}
${fs_bar 4 /}
#dos: ${alignr}${fs_free /dos} / ${fs_size /dos}
#${fs_bar 4 /dos}
#${color white}NETWORK ${hr 1}${color}
N E T W O R K
${hr}
IP: ${addr wlan0}
Down ${downspeed wlan0} k/s ${alignr}Up ${upspeed wlan0} k/s
${downspeedgraph wlan0 25,107} ${alignr}${upspeedgraph wlan0 25,107}
Total ${totaldown wlan0} ${alignr}Total ${totalup wlan0}
#
#${color white}top${hr 1}${color}
T O P
${hr}
${top name 1}${alignc}${top cpu 1}${alignr}${top pid 1}
${top name 2}${alignc}${top cpu 2}${alignr}${top pid 2}
${top name 3}${alignc}${top cpu 3}${alignr}${top pid 3}
${top name 4}${alignc}${top cpu 4}${alignr}${top pid 4}
${top name 5}${alignc}${top cpu 5}${alignr}${top pid 5}
X M M S 2
${hr}
${execi 10 xmms2 list}
Enjoy!
ward