- # conky configuration
- # set to yes if you want conky to be forked in the background
- background no
- # X font when Xft is disabled, you can pick one with program xfontsel
- #font 5x7
- #font 6x10
- #font 7x13
- #font 8x13
- #font 9x15
- #font *mintsmild.se*
- #font -*-courier-medium-r-*-*-17-120-100-100-*-*-*-*
- # Use Xft?
- use_xft yes
- # Xft font when Xft is enabled
- xftfont DejaVu Sans Mono:size=09:antialias=True
- # Text alpha when using Xft
- xftalpha 0.8
- # Print everything to stdout?
- out_to_console no
- # MPD host/port
- mpd_host localhost
- mpd_port 6600
- # mail spool
- mail_spool $MAIL
- # Update interval in seconds
- update_interval 1.0
- # 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_type desktop
- own_window_transparent no
- own_window_argb_visual yes
- own_window_argb_value 0
- # Use double buffering (reduces flicker, may not work for everyone)
- double_buffer yes
- # Minimum size of text area
- minimum_size 200 5
- maximum_width 200
- max_text_width 25
- # Draw shades?
- draw_shades yes
- # Draw outlines?
- draw_outline yes
- # Draw borders around text
- draw_borders no
- # Default colors and also border colors
- default_color EEEEEE
- default_shade_color 111111
- default_outline_color 111111
- # 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
- # same thing as passing -x at command line
- gap_x 5
- gap_y 5
- # 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 8
- # number of net samples to average
- # set to 1 to disable averaging
- net_avg_samples 8
- # 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 none
- # Use shortened units (G, not GiB)
- short_units yes
- # stuff after 'TEXT' will be formatted on screen
- TEXT
- ${execi 300 fvwm-root --retain-pixmap ~/Pictures/Backgrounds/1280/`expr $RANDOM % 12`.png}$alignc${color CC4400}${exec whoami}${color}@${color 00CD00}$nodename$color
- ${color 333333}${battery_bar 3,200 BAT0}$color
- ${font DejaVu Sans Mono:size=16:bold:antialias=True}$alignc${time %H:%M:%S}$font
- $alignc${time %a %e %b %y}
- #$alignc${execi 300 ~/bin/conky_weather.sh MEA\|IQ\|IZ010\|BAGHDAD}
- $alignc${execi 300 ~/bin/conky_weather.sh EUR\|DE\|GM002\|BURGOBERBACH}
- ${alignc}Gmail: ${execi 60 ~/bin/nathan_gmail.pl n} Unread
- ${color 333333}$hr$color$if_mpd_playing
- $alignc$mpd_title
- ${alignc}[${mpd_album}]
- ${alignc}by $mpd_artist
- ${color 333333}${mpd_bar 3,200}$color$endif
- $alignc$sysname $kernel
- $color${cpu}%/${freq_g}G$alignr$uptime
- $alignc${voffset -17}${acpitemp}C
- ${color 333333}${cpugraph 73,200 111111 333333}
- $color$alignc${voffset -85} Processes: ${running_processes}/$processes
- ${top name 1}${alignr}${top pid 1}
- ${top name 2}${alignr}${top pid 2}
- ${top name 3}${alignr}${top pid 3}
- ${voffset 10}${color 333333}${membar 15,200}
- $color$alignc${voffset -19}MEMORY (${mem}/${memmax})
- ${color 333333}${swapbar 15,200}
- $color$alignc${voffset -19}SWAP (${swap}/${swapmax})
- ${color 333333}${fs_bar 15,200 /}
- $color$alignc${voffset -19}SYSTEM (${fs_used /}/${fs_size /})${if_mounted /home}
- ${color 333333}${fs_bar 15,200 /home}
- $color$alignc${voffset -19}HOME (${fs_used /home}/${fs_size /home})$endif${if_mounted /media/SANDISK}
- ${color 333333}${fs_bar 15,200 /media/SANDISK}
- $color$alignc${voffset -19}SanDisk (${fs_used /media/SANDISK}/${fs_size /media/SANDISK})$endif${if_mounted /media/stick_mobil}
- ${color 333333}${fs_bar 15,200 /media/stick_mobil}
- $color$alignc${voffset -19}MOBILE (${fs_used /media/stick_mobil}/${fs_size /media/stick_mobil})$endif${if_mounted /media/stickhd}
- ${color 333333}${fs_bar 15,200 /media/stickhd}
- $color$alignc${voffset -19}BACKUP (${fs_used /media/stickhd}/${fs_size /media/stickhd})$endif${if_mounted /media/emmahd}
- ${color 333333}${fs_bar 15,200 /media/emmahd}
- $color$alignc${voffset -19}EMMA (${fs_used /media/emmahd}/${fs_size /media/emmahd})$endif${if_mounted /media/disk}
- ${color 333333}${fs_bar 15,200 /media/disk}
- $color$alignc${voffset -19}CAMERA (${fs_used /media/disk}/${fs_size /media/disk})$endif${if_up eth0}
- ${color 333333}${downspeedgraph eth0 36,200 111111 333333}
- $color${voffset -48}$alignc${addr eth0}
- $alignc${upspeed eth0} Up, ${downspeed eth0} Down$endif${if_up eth1}
- ${color 333333}${downspeedgraph eth1 36,200 111111 333333}
- $color${voffset -48}$alignc${addr eth1}
- $alignc${upspeed eth1} Up, ${downspeed eth1} Down$endif