View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#11
Originally Posted by mrlanrat View Post
This is great. qwerty12 could you please post your .conkyrc for us?

Thanks.
Yeah, sure. I've made a few changes so it now shows you the wireless information. (For some reason, it won't get the quality info so I've deleted those lines)

Delete the MPD and Fortune bit if you don't have them installed:

# Create own window instead of using desktop (required in nautilus)
own_window no
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 no

# fiddle with window
use_spacer right

# Update interval in seconds
update_interval 3.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 Nokia Sans
font
use_xft yes
xftfont Nokia Sans:pixelsize=12
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
default_shade_color white
default_outline_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 10

# stuff after 'TEXT' will be formatted on screen

TEXT

$color
${color blue}CPU ${hr 2}$color
${color blue}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg - ${freq}MHz
$cpubar
NAME PID CPU% MEM%
${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color blue}MEMORY / DISK ${hr 2}$color
RAM: $mem/$memmax $memperc% ${membar 6}$color
Swap: $swap/$swapmax $swapperc% ${swapbar 6}$color
${color blue}Processes:$color $processes ${color grey}Running:$color $running_processes
Root: ${fs_free_perc /}% ${fs_bar 6 /}$color
Internal mmc: ${fs_free_perc /media/mmc2/}% ${fs_bar 6 /media/mmc2/}$color
${color blue}NETWORK (${addr wlan0}) ${hr 2}$color
Down:${color #8844ee} ${downspeed wlan0} k/s${color white} ${offset 70}Up:${color #22ccff} ${upspeed wlan0} k/s
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}
AP Name: ${wireless_essid wlan0} | Bitrate: ${wireless_bitrate wlan0}
${font Nokia Sans:style=Bold:pixelsize=12}${color #88aadd}MPD: ${alignc}$mpd_artist - $mpd_title
${color #88aadd}$mpd_bar ${color #88aadd}
${alignc}$mpd_status
${color blue}FORTUNE ${hr 2}$color
${execi 120 fortune -s | fold -w50}
Originally Posted by mrlanrat View Post
I can mirror anything!

Here ya go!
Conky 1.5.1-1

You may need to right click and click save as, my server tends to want to open it as a text file.

(if anyone knows how to fix this please tell me)

Thanks a lot! :)

I'm not an expert with webservers or anything but I think the mimetype needs to be set in the .htaccess file :/

Originally Posted by Benson View Post
Quick question: does it drag around if you drag on it?

If not, could it be useful for hiding desktop applets under? (So they don't get drug around.)

Obviously for information-only ones, not interaction, and I guess you could just display the information here... Yeah, dumb idea.
No :)

But this doesn't stop applets from moving around, you can still drag them with conky on top.

Last edited by qwerty12; 2008-05-09 at 05:59.
 

The Following User Says Thank You to qwerty12 For This Useful Post: