PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 27, 2012, 08:19:31 AM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: Conky screenshot  (Read 1270 times)
jcolyng
Full Member
***
Offline Offline

Posts: 202


Cowtown Texas


WWW
« on: May 15, 2011, 12:02:27 AM »

My latest conky...

Logged

Colyn

djohnston
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 5710


I don't do Windows


« Reply #1 on: May 15, 2011, 02:13:52 AM »

Wow, that looks nice! Care to share your conkyrc file?

Logged

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378
jcolyng
Full Member
***
Offline Offline

Posts: 202


Cowtown Texas


WWW
« Reply #2 on: May 15, 2011, 09:22:50 AM »

Wow, that looks nice! Care to share your conkyrc file?



Thanks

Here is my conkyrc file

Code:
###Conky

alignment top_left
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no

use_xft yes
xftfont URW Chancery L:size=11
gap_x 10
gap_y 70
minimum_size 200x500
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_transparent yes
own_window_class Conky
own_window_type conky
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
background yes
stippled_borders 8
update_interval 2
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

#This is what you will see on the desktop.
TEXT
${image /etc/conky/Clock.png -p 1,0 -s 32x32}${goto 50}${color #00ff00}${time %k:%M:%S}${alignr}${Time %A %m / %d / %Y}

$hr
${image /etc/conky/TV.png -p 1,50 -s 32x32} ${goto 50}${#00ff00}$nodename - $sysname $kernel on $machine

${pre_exec lsb_release -d | cut -f 2| tr "[:upper:]" "[:lower:]"}

${color #00ffff}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'}
${color #00ffff}Monitor: ${exec xrandr | grep '*' | sed -e 's/*+//'}

${image /etc/conky/Task.png -p 1,195 -s 32x32} ${goto 50}${color #00ff00}Uptime:$color $uptime
${color #00ff00}RAM:$color $mem/$memmax - $memperc% ${membar 4}
${color #00ff00}CPU:$color $cpu% ${cpubar 4}
${color #00ff00}CPU 0 Temp:$color ${hwmon 0 temp 1}°C ${color #00ff00}CPU Fan: $color ${hwmon 0 fan 1} rpm
${color #00ff00}CPU 1 Temp:$color ${hwmon 0 temp 3}°C ${color #00ff00}Vent Fan: $color ${hwmon 0 fan 2} rpm
${color #00ff00}HDD Temp: $color ${execi 300 hddtemp /dev/sda -n;}°C
${color #00ff00}Processes:$color $processes  ${color #00ff00}Running:$color $running_processes

${image /etc/conky/Drive.png -p 1,355 -s 32x32} ${goto 50}${color #00ff00}$alignc Drives:

${color #00ff00}Swap:       $color $swap/$swapmax - ${alignr}$swapperc%
${swapbar 4}
${color #00ff00}Root:       $color ${fs_used /}/${fs_size /}${alignr}${fs_used_perc /}%
${fs_bar 4 /}
${color #00ff00}Home:       $color ${fs_used /home/colyn}/${fs_size /home/colyn}${alignr}${fs_used_perc /home/colyn}%
${fs_bar 4 /home/colyn}
${image /etc/conky/Connect.png -p 1,510 -s 32x32} ${goto 50}${color #00ff00}Networking:

${color #00ff00}Down:${color #8844ee} ${downspeed eth0} k/s${color lightgrey} ${offset 70}${color #00ff00}Up:${color #22ccff} ${upspeed eth0} k/s
${color white}${downspeedgraph eth0 32,150 ff0000 0000ff} $alignr${color white}${upspeedgraph eth0 32,150 0000ff ff0000}
${color #00ff00}Local I.P. $color ${addr eth0}

${image /etc/conky/pclos_logo.jpg -p 100,640 -s 100x42}
Logged

Colyn

kensum71
Full Member
***
Offline Offline

Posts: 98


« Reply #3 on: May 29, 2011, 01:31:55 PM »

jcolyng, thanks for the conky config. Here is what I have so far in my lxde mini running in vb. I don't understand some of it and may need some help if I can't get it right.

Logged
darkages
Sr. Member
****
Online Online

Posts: 262


Windows? Naah. Now, clowns… that's another story.


« Reply #4 on: May 29, 2011, 03:46:47 PM »

Thanks jcolyng
Logged

The clowns? Oh, yeah, the clowns. We fight them too; entire armies, spilling out of Volkswagens. We do our best to fight them off, but they keep sending `em in.
jcolyng
Full Member
***
Offline Offline

Posts: 202


Cowtown Texas


WWW
« Reply #5 on: May 29, 2011, 04:25:14 PM »

jcolyng, thanks for the conky config. Here is what I have so far in my lxde mini running in vb. I don't understand some of it and may need some help if I can't get it right.


In order to get the cpu and hard drive temps, you'll need to install hddtemp and lm_sensors from synaptic. Once installed open a terminal and enter
Code:
su
then your root password. Now enter
Code:
sensors-detect
and answer "yes" to all the questions. Next copy the below file into your /etc/default folder as hddtemp. Do not add an extension. Reboot and see if everything works.

Go here for the icons.

http://dl.dropbox.com/u/2077694/icon.tar.xz

Code:
# Defaults for hddtemp initscript (/etc/init.d/hddtemp)
# This is a POSIX shell fragment

# Master system-wide hddtemp switch. The initscript will not run if it is not
# set to true. STOP THE SERVICE BEFORE DISABLING IT!

# [automatically edited by postinst, do not change line format or set it to
# anything but false or true ]
RUN_DAEMON="true"

# List of devices you want to use with hddtemp. If none specified,
# hddtemp will probe standard devices.
DISKS="/dev/hda /dev/sda"

# List of devices you want to use with hddtemp, but that would not be
# probed for a working sensor.
DISKS_NOPROBE=""

# IP address of the interface on which you want hddtemp to be bound
# on. If none specified, goes to 127.0.0.1. Use 0.0.0.0 to bind hddtemp
# on all interfaces.
INTERFACE="127.0.0.1"

# Port number on which you want hddtemp to listen on. If none specified,
# the port 7634 is used.
PORT="7634"

# Database file to use. If none specified, /etc/hddtemp.db is used.
#DATABASE="/etc/hddtemp.db"

# Separator to use between fields. The default separator is '|'.
#SEPARATOR="|"

# Logging period (in seconds) for the temperatures.
SYSLOG="300"

# Other options to pass to hddtemp
OPTIONS=""
Logged

Colyn

jcolyng
Full Member
***
Offline Offline

Posts: 202


Cowtown Texas


WWW
« Reply #6 on: May 29, 2011, 04:27:18 PM »

Thanks jcolyng

You're welcome.
Logged

Colyn

Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM