A nice conky file, for all
Screenshot here, config file below:
# .conkyrc configuration
# basics by Tristam Green, 11-21-2007
# edited by fusion.fake
# maintain spacing between certain elements
use_spacer yes
# set to yes if you want tormo to be forked in the background
#background yes
use_xft yes
# Xft font when Xft is enabled
xftfont Vera-8
#xftfont Andale Mono-9
#xftfont Clean-8
#xftfont cubicfive10:pixelsize=8
#xftfont squaredance10:pixelsize=14
#xftfont swf!t_v02:pixelsize=10
# Text alpha when using Xft
xftalpha 1
mail_spool $MAIL
# Update interval in seconds
update_interval 1.0
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_hints below
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 200 5
maximum_width 250
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no # amplifies text
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 3
# border margins
border_margin 5
# border widt5
border_width 6
# Default colors and also border colors, grey90 == #e5e5e5
default_color grey90
default_shade_color black
default_outline_color DarkGrey
# 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 24
gap_y 24
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# *** RHYTHMBOX FORMAT SETTINGS ***
# ${rhythmbox-client –print-playing}
# Print the title and artist of the playing song
# ${rhythmbox-client –print-playing-format}
# Print formatted details of the song
# *** PARAMETERS ***
# %at Album title
# %aT Album title in lowercase
# %aa Album artist
# %aA Album artist in lowercase
# %ay Release year of album
# %an Album disc number
# %aN Album disc number with leading zero
# %ag Album genre
# %aG Album genre in lowercase
# %tt Track title
# %tT Track title in lowercase
# %ta Track artist
# %tA Track artist in lowercase
# %tn Track number
# %tN Track number with leading zero
# %td Track duration
# %te Elapsed time of track
# Variables can be combined using quotes. For example “%tn %aa
%tt”, will
# print the track number followed by the artist and the title
of the
# track.
# stuff after ‘TEXT’ will be formatted on screen
TEXT
${color white}${font OpenLogos:size=14}Ubuntu Linux ${font}${font
Vera:size=8}$alignr ${time %a } ${time %e %B %G} | ${time %I:%M
%P}${font}
${color #5da5d3}User ${hr 1}
${color #e5e5e5}${execi 30 whoami} @ $nodename $alignr $sysname
$machine $kernel
${color #e5e5e5}uptime $alignr $uptime_short
${color #5da5d3}System ${hr 1}
${color #e5e5e5}cpu usage $color $alignr $cpu%
${color #e5e5e5}load $alignr $loadavg
${color #5da5d3}Memory ${hr 1}
${color #e5e5e5}total $alignr ${memmax}
${color #e5e5e5}used $alignr $memperc% $mem
${color #5da5d3}Wired (${color #ff9900}${addr eth0}${color #5da5d3})
${hr 1}
${color e5e5e5}down ${color #ff9900}${downspeedf eth0} ${color e5e5e5}k/s
${color e5e5e5}up ${color #ff9900}${upspeedf eth0} ${color e5e5e5}k/s
${color e5e5e5}total down: ${totaldown eth0}
${color e5e5e5}total up: ${totalup eth0}
${color #5da5d3}File Systems ${hr 1}
${color #e5e5e5}/dev/sda1 ${color white}${fs_free /}
(${fs_free_perc /}%) ${color #e5e5e5}free of ${fs_size /}
${fs_bar /}
${color #e5e5e5}/dev/mapper/sdb1 ${color white}${fs_free /home/gnuisancev3/Docs2}
(${fs_free_perc /home/gnuisancev3/Docs2}%) ${color #e5e5e5}free of ${fs_size }
${fs_bar /home/gnuisancev3/Docs2}
${color #e5e5e5}/dev/sdc1 ${color white}${fs_free /home/gnuisancev3/Docs}
(${fs_free_perc /home/gnuisancev3/Docs}%) ${color #e5e5e5}free of ${fs_size
/home/gnuisancev3/Docs}
${fs_bar /home/gnuisancev3/Docs2}
${color #5da5d3}Processes ${hr 1}
${color #e5e5e5}total $alignr $processes
${color #e5e5e5}running $alignr $running_processes
Highest CPU usage:
${color #ff9900} ${top name 1}${alignr}${top cpu 1}
${color}${top name 2}${alignr}${top cpu 2}
${top name 3}${alignr}${top cpu 3}
${top name 4}${alignr}${top cpu 4}
Highest memory usage:
${color #ff9900} ${top_mem name 1}${alignr}${top_mem mem 1}
${color}${top_mem name 2}${alignr}${top_mem mem 2}
${top_mem name 3}${alignr}${top_mem mem 3}
${top_mem name 4}${alignr}${top_mem mem 4}
${color #5da5d3}Currently Playing ${hr 1}
${color white}${exec rhythmbox-client –print-playing}
${execi 30 wmctrl -a conky}















Post a comment