Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - # conky configuration
 - # edited by [email protected]
 - # set to yes if you want Conky to be forked in the background
 - #background no
 - background yes
 - # Use Xft?
 - use_xft yes
 - #use_xft no
 - # Xft font when Xft is enabled
 - #xftfont Bitstream Vera Sans Mono:size=8
 - #xftfont Terminus:size=8
 - xftfont Tahoma:size=8
 - # Text alpha when using Xft
 - xftalpha 0.8
 - # Print everything to console?
 - # out_to_console no
 - # mail spool
 - #mail_spool $MAIL
 - # Update interval in seconds
 - update_interval 2.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 no
 - own_window yes
 - #own_window_type desktop
 - own_window_type normal
 - 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 yes
 - #double_buffer no
 - # Minimum size of text area
 - #minimum_size 1000 5
 - minimum_size 100 5
 - # Draw shades?
 - draw_shades yes
 - #draw_shades no
 - # Draw outlines?
 - draw_outline no
 - # Draw borders around text
 - draw_borders no
 - # Stippled borders?
 - stippled_borders 8
 - # border margins
 - #border_margin 4
 - border_inner_margin 4
 - # border width
 - border_width 1
 - # Default colors and also border colors
 - default_color white
 - default_shade_color black
 - default_outline_color white
 - # 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 450
 - gap_x 0
 - gap_y 0
 - # 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 no
 - # Add spaces to keep things from moving about? This only affects certain objects.
 - #use_spacer yes
 - use_spacer right
 - # variable is given either in format $variable or in ${variable}. Latter
 - # allows characters right after the variable and must be used in network
 - # stuff because of an argument
 - # stuff after 'TEXT' will be formatted on screen
 - TEXT
 - ${color slate grey}${time %a, } ${color }${time %e %B %G}
 - ${color slate grey}${time %Z: }${color }${time %H:%M:%S}
 - ${color slate grey}CET: ${color }${tztime Europe/Sarajevo %H:%M:%S}
 - ${color slate grey}UpTime: ${color }$uptime
 - ${color slate grey}Kern: ${color }$kernel
 - ${color slate grey}CPU: ${color } $cpu% ${acpitemp}C
 - ${color slate grey}IP: ${color } ${addr eth0}
 - ${cpugraph 20,130 000000 ffffff}
 - ${color slate grey}Load: ${color }$loadavg
 - ${color slate grey}Processes: ${color }$processes
 - ${color slate grey}Running: ${color }$running_processes
 - ${color slate grey}Highest CPU:
 - ${color #ddaa00} ${top name 1}${top_mem cpu 1}
 - ${color lightgrey} ${top name 2}${top cpu 2}
 - ${color lightgrey} ${top name 3}${top cpu 3}
 - ${color lightgrey} ${top name 4}${top cpu 4}
 - ${color slate grey}Highest MEM:
 - ${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
 - ${color lightgrey} ${top_mem name 2}${top_mem mem 2}
 - ${color lightgrey} ${top_mem name 3}${top_mem mem 3}
 - ${color lightgrey} ${top_mem name 4}${top_mem mem 4}
 - ${color slate grey}MEM: ${color } $memperc% $mem/$memmax
 - ${membar 3,130}
 - ${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
 - ${swapbar 3,130}
 - ${color slate grey}ROOT: ${color }${fs_free /}/${fs_size /}
 - ${fs_bar 3,130 /}
 - ${color slate grey}HOME: ${color }${fs_free /home}/${fs_size /home}
 - ${fs_bar 3,130 /home}
 - # ${color slate grey}SLACK: ${color }${fs_free /mnt/slack}/${fs_size /mnt/slack}
 - # ${fs_bar 3,100 /mnt/slack}
 - ${color slate grey}NET:
 - ${color}Up: ${color }${upspeed eth0} k/s
 - ${upspeedgraph eth0 20,130 000000 ffffff}
 - ${color}Down: ${color }${downspeed eth0}k/s${color}
 - ${downspeedgraph eth0 20,130 000000 ffffff}
 - # ${color slate grey}/var/log/messages:
 - # ${color}${exec tail -n20 /var/log/messages}
 - # ${#exec feh --bg-scale 'dcop kdesktop KBackgroundIface currentWallpaper 1'}
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment