Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Your Conky Set-ups.
#4
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.
Reply


Messages In This Thread
Post Your Conky Set-ups. - by eax - 05-06-2011, 10:49 AM
RE: Post Your Conky Set-ups. - by Fragma - 05-06-2011, 10:50 AM
RE: Post Your Conky Set-ups. - by eax - 05-06-2011, 01:10 PM
RE: Post Your Conky Set-ups. - by AceInfinity - 05-06-2011, 01:22 PM
RE: Post Your Conky Set-ups. - by Lulz - 05-29-2011, 08:44 PM
RE: Post Your Conky Set-ups. - by Drakon - 07-20-2011, 09:56 AM
RE: Post Your Conky Set-ups. - by AceInfinity - 07-20-2011, 10:37 AM
RE: Post Your Conky Set-ups. - by 'Snorlax - 07-14-2012, 06:34 PM
RE: Post Your Conky Set-ups. - by sarvsav - 09-03-2013, 08:34 PM
RE: Post Your Conky Set-ups. - by Fly - 09-04-2013, 04:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Conky, the Basics - TuT Reality 2 1,504 08-07-2010, 08:48 AM
Last Post: Reality
  Conky in Linux Mint Notieboie 2 3,304 04-06-2010, 03:47 AM
Last Post: Notieboie
  Your conky file/pic Detective RooTz 13 2,827 01-10-2010, 09:18 PM
Last Post: Detective RooTz
  conky Socrates 18 3,584 01-10-2010, 09:40 AM
Last Post: Canoris
  Set the default for shell bg and fg Phyrrus 5 1,200 11-10-2009, 02:12 AM
Last Post: manipulate

Forum Jump:


Users browsing this thread: 2 Guest(s)