View Single Post
Old August 16th, 2007   #505
phaedOne
5 Cups of Ubuntu
 
phaedOne's Avatar
 
Join Date: Apr 2006
Location: Miami, FL
Beans: 19
Ubuntu 7.04 Feisty Fawn
Thumbs down Re: Post your .conkyrc files w/ screenshots

Heres my latest. A nice and clean one. There are 3 conkys. (Top left, center, and right in screenshot)
Its calibrated for a 1440x900 display, if thats not you then you're gonna have to play with the
gap_x/gap_y values.

The font in the clock is "Impact" get it with:
Code:
sudo apt-get install msttcorefonts
Heres the source PSD for the wallpaper (feel free to use/modify/redistribute)





Code:
background yes
use_xft yes
xftfont Sans:size=8
xftalpha 0.8
update_interval 1
total_run_times 0
override_utf8_locale no
double_buffer yes

own_window yes
own_window_type override
own_window_transparent 1
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

draw_shades no
draw_outline no
draw_borders no
uppercase no
use_spacer yes

alignment top_left
gap_x 61
gap_y 34
minimum_size 150 5
maximum_width 150
default_color 000000 

TEXT
${font Sans:size=7}Kernel: $kernel
Code:
background yes
use_xft yes
xftfont Sans:size=7
xftalpha 0.8
update_interval 1
total_run_times 0
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale no
double_buffer yes

own_window yes
own_window_type override
own_window_transparent 1
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
uppercase no
use_spacer yes

alignment top_right
gap_x 21
gap_y 320
minimum_size 96 5
maximum_width 96
default_color B5B5B5 

TEXT

Load:${alignr}${loadavg 3} ${loadavg 1}
Batt:${alignr}$battery
${color #292929}${hr 1}${color #B5B5B5}
CPU${alignr}${freq_dyn_g}Ghz
${cpu cpu1}% ${cpubar cpu1}
${cpu cpu2}% ${cpubar cpu2}
${color #292929}${hr 1}${color #B5B5B5}
Memory ${alignr}$mem
${memperc}% $membar
${color #292929}${hr 1}${color #B5B5B5}
Network${alignr}eth1
ip ${alignr}${addr eth1}

Down ${alignr}${downspeedgraph eth1 13,62 }
Up ${alignr}${upspeedgraph eth1 11,70 }
Code:
background yes
use_xft yes
xftfont Dejavu Sans:size=8
xftalpha 0.5
update_interval 1
total_run_times 0
override_utf8_locale no
double_buffer yes

own_window yes
own_window_type override
own_window_transparent 1
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

draw_shades no
draw_outline no
draw_borders no
uppercase no
use_spacer yes

alignment top_right
gap_x 650
gap_y 440
minimum_size 125 20
maximum_width 125
default_color FFFFFF

TEXT
${font Sans:size=7}${time %a -  %B %d, %Y}
${font Impact:size=18}${time %I:%M:%S %p}
Attached Images
File Type: png Screenshot (copy).png (850.2 KB, 1447 views)
File Type: png Screenshot-1 (copy).png (774.4 KB, 1669 views)
File Type: png phaed.png (747.3 KB, 843 views)
File Type: png phaed-blue.png (860.1 KB, 957 views)

Last edited by phaedOne; August 19th, 2007 at 05:49 AM.. Reason: Added blue theme to PSD
phaedOne is offline   Reply With Quote