QUOTE(netherlord @ Jan 22 2011, 06:05 AM)
Just Finished installing Linux Mint 10, Here's Mine
Finally finished configuring conky for my desktop but it look kinda out of place with this wallpaper
Anyone can help me "beautify" it?
my conky config
» Click to show Spoiler - click again to hide... «
# UBUNTU-CONKY
# A comprehensive conky script, configured for use on
# Ubuntu / Debian Gnome, without the need for any external scripts.
#
# Based on conky-jc and the default .conkyrc.
# INCLUDES:
# - tail of /var/log/messages
# - netstat connections to your computer
#
# -- Pengo (conky@pengo.us)
#
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints below
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# fiddle with window
# use_spacer yes
use_xft yes
# stuff after 'TEXT' will be formatted on screen
xftfont Helvetica:style=Normal:size=9
# Update interval in seconds
update_interval 1.0
# Minimum size of text area
# minimum_size 250 5
# Draw shades?
draw_shades no
# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
uppercase no # set to yes if you want all text to be in uppercase
# Stippled borders?
stippled_borders 3
# border margins
# border_margin 9
# border width
border_width 10
# Default colors and also border colors, grey90 == #e5e5e5
default_color grey
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
gap_x 10
gap_y 20
# stuff after 'TEXT' will be formatted on screen
# hdb3: ${fs_free_perc /media/hdb3}% ${fs_bar 6 /media/hdb3}
# ${color green}EMPTY ${hr 2}$color
# ${execi 120 fortune -s | fold -w50}
TEXT
$color
${color Green}SYSTEM ${hr 2}$color
${alignc}$nodename
${alignc}$sysname $kernel on $machine
${color green}CPU ${hr 2}$color
${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'}
Temp: ${acpitemp}C
${color grey}CPU0 load: ${color darkred}${cpu cpu1} ${cpubar cpu1 5 15}$color
${color grey}CPU1 load: ${color darkred}${cpu cpu2} ${cpubar cpu2 5 15}$color
${alignc}Uptime:$uptime
${color green}GPU ${hr 2}$color
NVIDIA GeForce 9600M GT
Temp: ${nvidia temp}C
GPU Clock: ${nvidia gpufreq} MHz
Mem Clock: ${nvidia memfreq} MHz
${color green}Processes ${hr 2}$color
Load: ${loadavg}
Processes: $processes ${alignr}Running: $running_processes
NAME ${alignr}PID CPU% MEM%
${top name 1} ${alignr}${top pid 1} ${top cpu 1} ${top mem 1}
${top name 2} ${alignr}${top pid 2} ${top cpu 2} ${top mem 2}
${top name 3} ${alignr}${top pid 3} ${top cpu 3} ${top mem 3}
${top name 4} ${alignr}${top pid 4} ${top cpu 4} ${top mem 4}
${color green}MEMORY / DISK ${hr 2}$color
RAM($memmax): $memperc% ${membar 6}$color
Swap($swapmax): $swapperc% ${swapbar 6}$color
Root(${fs_size /}): ${fs_used_perc /} % ${fs_bar 6 /}$color
Backup(${fs_size /media/Backup}): ${fs_used_perc /media/Backup} % ${fs_bar 6 /media/Backup}$color
${color green}NETWORK ${hr 2} $color
${color green}Local Area Network $color
LAN IP: ${addrs eth0}
${color green}Down: $color${downspeedf wlan0} kB/s ${color red}${alignr}Up: $color${upspeedf wlan0} kB/s
${downspeedgraph eth0 25,140 000000 00ff00} ${alignr}${upspeedgraph eth0 25,140 000000 ff0000} $color
Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
Inbound: ${tcp_portmon 1 32767 count} / Outbound: ${tcp_portmon 32768 61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
${color green}Wi-Fi Connection $color
LAN IP: ${addrs wlan0}
Connected to: "${wireless_essid wlan0}" ${wireless_ap wlan0}
Wifi Signal: ${wireless_link_qual_perc wlan0} ${wireless_link_bar 6 wlan0}
Bitrate: ${wireless_bitrate wlan0}
${color green}Down: $color${downspeedf wlan0} kB/s ${color Red}${alignr}Up: $color${upspeedf wlan0} kB/s
${downspeedgraph wlan0 25,140 000000 00ff00} ${alignr}${upspeedgraph wlan0 25,140 000000 ff0000} $color
Total: ${totaldown wlan0} ${alignr}Total: ${totalup wlan0}
Inbound: ${tcp_portmon 1 32767 count} / Outbound: ${tcp_portmon 32768 61000 count} ${alignr}Total: ${tcp_portmon 1 65535 count}
P.S can someone tell me why my downspeed and upspeed isnt updating as it should?
This post has been edited by netherlord: Jan 25 2011, 10:15 AM Attached thumbnail(s)