2007-12-20, 15:10
#1
Hejsan!
Tänkte att vi skulle ge lite condy tips samt printscrn av våra condys.
Posta ~/.conkyrc med här kommer mitt förslag
Först printscreen:
http://img78.imageshack.us/my.php?image=skrmbildrf1.png
sedan configen
Tänkte att vi skulle ge lite condy tips samt printscrn av våra condys.
Posta ~/.conkyrc med här kommer mitt förslag

Först printscreen:
http://img78.imageshack.us/my.php?image=skrmbildrf1.png
sedan configen

# 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 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 no
# 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
font Sans
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 white
own_window_colour brown
own_window_transparent yes
# 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
TEXT
$color
${color grey}SYSTEM ${hr 2}$color
$nodename
Kernel: $sysname $kernel on $machine
Uptime: $uptime
CPU: AMD Athlon 64 2x 6000+ ${freq}MHz
Email: ${pop3_unseen **pop3 serven** **användarnamn** **lösenord**} new messages
${color grey}CPU ${hr 2}$color
CPU Frequency: $freq_dyn_g Maximum: $freq_g
Load: ${loadavg}
CPUTemp: ${acpitemp}
HDDtemp: ${hddtemp /dev/sdb1}
CPU1: ${cpu cpu1}%
CPU2: ${cpu cpu2}%
${cpugraph 000000 ffffff}
Processes: $processes
Running: $running_processes
${color grey}MEMORY / DISK ${hr 2}$color
RAM: $mem/$memmax = $memperc%$color Used
Swap: $swap/$swapmax = $swapperc%$color Used
Root: ${fs_free /}- ${fs_free_perc /}% Ledigt
${fs_bar 6 /}
Home: ${fs_free /home}- ${fs_free_perc /home}% Ledigt
${fs_bar 6 /home}
Download: ${fs_free /media/sda5}- ${fs_free_perc /media/sda5}% Ledigt
${fs_bar 6 /media/sda5}$color
500GB: ${fs_free /media/sdb1}- ${fs_free_perc /media/sdb1}% Ledigt
${fs_bar 6 /media/sdb1}
${color grey}NETWORK${hr 2}$color
Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0
25,140 000000 00ff00}$color
Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
IP: ${addr eth0}
Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768
61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
# 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 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 no
# 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
font Sans
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 white
own_window_colour brown
own_window_transparent yes
# 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
TEXT
$color
${color grey}SYSTEM ${hr 2}$color
$nodename
Kernel: $sysname $kernel on $machine
Uptime: $uptime
CPU: AMD Athlon 64 2x 6000+ ${freq}MHz
Email: ${pop3_unseen **pop3 serven** **användarnamn** **lösenord**} new messages
${color grey}CPU ${hr 2}$color
CPU Frequency: $freq_dyn_g Maximum: $freq_g
Load: ${loadavg}
CPUTemp: ${acpitemp}
HDDtemp: ${hddtemp /dev/sdb1}
CPU1: ${cpu cpu1}%
CPU2: ${cpu cpu2}%
${cpugraph 000000 ffffff}
Processes: $processes
Running: $running_processes
${color grey}MEMORY / DISK ${hr 2}$color
RAM: $mem/$memmax = $memperc%$color Used
Swap: $swap/$swapmax = $swapperc%$color Used
Root: ${fs_free /}- ${fs_free_perc /}% Ledigt
${fs_bar 6 /}
Home: ${fs_free /home}- ${fs_free_perc /home}% Ledigt
${fs_bar 6 /home}
Download: ${fs_free /media/sda5}- ${fs_free_perc /media/sda5}% Ledigt
${fs_bar 6 /media/sda5}$color
500GB: ${fs_free /media/sdb1}- ${fs_free_perc /media/sdb1}% Ledigt
${fs_bar 6 /media/sdb1}
${color grey}NETWORK${hr 2}$color
Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0
25,140 000000 00ff00}$color
Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
IP: ${addr eth0}
Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768
61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}