Support Forums
Post Your Conky Set-ups. - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4)
+---- Forum: Linux, FreeBSD, and Unix (https://www.supportforums.net/forumdisplay.php?fid=17)
+---- Thread: Post Your Conky Set-ups. (/showthread.php?tid=18548)



Post Your Conky Set-ups. - eax - 05-06-2011

I'm sure most of you running Linux know what this is.

Here's mine:
Code:
background yes
use_xft yes
xftfont Sans:size=8
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 200 200
maximum_width 200
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white
default_shade_color black
default_outline_color white
alignment top_right
gap_x 12
gap_y 12
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no

TEXT

${font sans-serif:bold:size=9}DATE ${hr 2}
${alignc 29}${font Arial Black:size=18}${time %_I:%M%P}${font}
${voffset 2}${alignc}${time %A, %B %d %Y}

${font sans-serif:bold:size=9}PROCESSORS ${hr 2}
${font sans-serif:normal:size=8}CPU: ${cpu cpu1}% ${cpubar cpu1}
Speed:  $alignr${freq}MHz

${font sans-serif:bold:size=9}MEMORY ${hr 2}
${font sans-serif:normal:size=8}RAM $alignc $mem / $memmax $alignr $memperc%
$membar
${font sans-serif:normal:size=8}SWAP $alignc ${swap} / ${swapmax} $alignr ${swapperc}%
${swapbar}

${font sans-serif:bold:size=9}DISK I/O ${hr 2}
${font sans-serif:normal:size=8}Reads: $alignc ${diskio_read /dev/sda1} ${alignr}${diskiograph_read 10,90 00FF00 00FF00}
${font sans-serif:normal:size=8}Writes: $alignc ${diskio_write /dev/sda1} ${alignr}${diskiograph_write 10,90 FF0000 FF0000}

${font sans-serif:bold:size=9}TOP PROCESSES ${hr 2}
${font sans-serif:normal:size=8}${top_mem name 1}${alignr}${top mem 1} %
${top_mem name 2}${alignr}${top mem 2} %
$font${top_mem name 3}${alignr}${top mem 3} %
$font${top_mem name 4}${alignr}${top mem 4} %
$font${top_mem name 5}${alignr}${top mem 5} %

${font sans-serif:bold:size=7}Currently:$alignr$processes processes ($running_processes running)

${font sans-serif:bold:size=9}NETWORK ${hr 2}
${font sans-serif:normal:size=8}Up: $alignc${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 10,90 FF0000 FF0000}
${font sans-serif:normal:size=8}Down: $alignc${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 10,90 00FF00 00FF00}
${font sans-serif:normal:size=8}Upload: ${alignr}${totalup wlan0}
${font sans-serif:normal:size=8}Download: ${alignr}${totaldown wlan0}
${font sans-serif:normal:size=8}Local IP: ${alignr}${addr wlan0}
${font sans-serif:normal:size=8}ESSID: $alignr ${wireless_essid ath0}
${font sans-serif:normal:size=8}Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 10,120 wlan0}

${font sans-serif:bold:size=9}E-MAIL${hr 2}

     You have ${texeci 60 perl ~/scripts/gmail.pl n} new gmail(s).

${execi 60 perl ~/scripts/gmail.pl s}

${font sans-serif:bold:size=9}MUSIC${hr 2}

     ${color e0e0e0}${font Bitstream Vera Sans:size=9}${exec rhythmbox-client --no-start --print-playing-format %aa} - ${exec rhythmbox-client --no-start --print-playing-format %tt}  
       ${color adadad}${font Bitstream Vera Sans:size=8}${exec rhythmbox-client --no-start --print-playing-format %at}
       ${exec rhythmbox-client --no-start --print-playing-format %te/%td}

If you want the gmail part to work you need a perl script. I'll post if you want it.










RE: Post Your Conky Set-ups. - Fragma - 05-06-2011

Your image is broken.


RE: Post Your Conky Set-ups. - eax - 05-06-2011

There you go. It should work now.


RE: Post Your Conky Set-ups. - AceInfinity - 05-06-2011

I never spent a whole lot of time on mine for Linux.

Code:
######### Update interval in seconds #########
update_interval 1.0
######### Update interval in seconds #########

# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
text_buffer_size 2048

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type override
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 250 100
maximum_width 300

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border width
border_width 1

# Default colors and also border colors
default_color white
#default_shade_color black
#default_outline_color white
own_window_colour white

#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 10
gap_y 20

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer right


TEXT
${font StyleBats:size=18}$alignc Infinity
${font StyleBats:size=18}$alignc Linux Mint 10
${color #00ccFF}${font StyleBats:size=10}SYSTEM ${hr 2}

  ${color white}${font StyleBats:size=12}Uptime${font}${voffset -4}${goto 32}${alignr}${uptime}

  ${font StyleBats:size=12}CPU${font}${voffset -4}${goto 32}         ${cpu cpu0}% ${alignr}${cpubar cpu0 10,120}

  ${voffset 4}${font StyleBats:size=12}RAM${font}${voffset -4}${goto 32}        ${mem} ${alignr}${membar 10,120}

${voffset 2}${font Poky:size=18}${font}${voffset -6}${goto 32}HDD Temperature:${alignr}${color #00EEFF}${exec hddtemp /dev/sda -n} °C$color
${voffset 2}${font Poky:size=18}${font}${voffset -6}${goto 32}GPU Temperature:${alignr}${color #00EEFF}${execi 60 nvidia-settings -query GPUCoreTemp | perl -ne 'print $1 if /GPUCoreTemp.*?: (\d+)./;'} °C

${color #00ccFF}${font StyleBats:size=10}PROCESSES ${hr 2}
${color white}${goto 6}${voffset 4}${font StyleBats:size=16}${font}${voffset -4}${goto 32}Processes: ${alignr}$processes ($running_processes Running)
${goto 7.5}${voffset 4}${font Poky:size=15}${font}${goto 32}${voffset -10}Highest: ${alignr 80}CPU${alignr 5}RAM
${goto 32}${voffset -5.5}${hr 1}
${voffset -1}${goto 32}${top name 1} ${goto 124}${top cpu 1}%${alignr }${top mem 1}%
${voffset -1}${goto 32}${top name 2} ${goto 124}${top cpu 2}%${alignr }${top mem 2}%
${voffset -1}${goto 32}${top name 3} ${goto 124}${top cpu 3}%${alignr }${top mem 3}%
${voffset -1}${goto 32}${top name 4} ${goto 124}${top cpu 4}%${alignr }${top mem 4}%

${color #00ccFF}${font StyleBats:size=10}TIME & DATE ${hr 2}

${color white}${font Arial Black:size=20}${alignc}${time %l:%M%p}${font}
${alignc}${time %A, %B %d, %Y}

${color #00ccFF}${font StyleBats:size=10}HARD DRIVE ${hr 2}

    ${color white}${font Poky:size=10}Used Space: ${font} ${voffset -5}
${voffset 10}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,140 /}

    ${font Poky:size=10}Free Space: ${font} ${voffset -5}
${voffset 10}${fs_free /}/${fs_size /} ${alignr}${fs_bar 8,140 /}

And your image still doesn't work.


RE: Post Your Conky Set-ups. - Lulz - 05-29-2011

Image docent work still Sad


RE: Post Your Conky Set-ups. - Drakon - 07-20-2011

Image doesn't work, sadly.


RE: Post Your Conky Set-ups. - AceInfinity - 07-20-2011

His image isn't broken, he just pasted the url incorrectly.

He used this:
Code:
[img]http://postimage.org/image/1lus2mtac/[/img]

There's no link to the image file itself with a .png/.jpg/.gif/etc... location

It should have been
Code:
[img]http://s3.postimage.org/55gpsfw7z/Untitled.png[/img]





RE: Post Your Conky Set-ups. - 'Snorlax - 07-14-2012

Haha, when I clicked this thread I was hoping for screenshots! Tongue


RE: Post Your Conky Set-ups. - sarvsav - 09-03-2013

Hi,

There is a tool available named conky-manager (Ubuntu) , there are lots of good themes present in it by default.

~ Sarvsav


RE: Post Your Conky Set-ups. - Fly - 09-04-2013

Thanks for posting guys, I'm going to use one of these.