Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- conky.config = {
- -- Conky sample configuration
- -- the list of variables has been removed from this file in favour
- -- of keeping the documentation more maintainable.
- -- Check http://conky.sf.net for an up-to-date-list.
- -- set to yes if you want Conky to be forked in the background
- background = false,
- -- 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 -*-*-*-*-*-*-34-*-*-*-*-*-*-*
- -- Use Xft?
- use_xft = true,
- -- Xft font when Xft is enabled
- font = 'Sans Mono:size=6',
- -- 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
- -- mpd_password tinker_bell
- -- Print everything to console?
- -- out_to_console no
- -- mail spool
- -- mail_spool $MAIL
- -- Update interval in seconds
- update_interval = 2,
- -- 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 = true,
- -- If own_window is yes, you may use type normal, desktop or override
- own_window_type = 'normal',
- -- Use pseudo transparency with own_window?
- own_window_transparent = true,
- -- If own_window_transparent is set to no, you can set the background colour here
- own_window_colour = 'hotpink',
- -- If own_window is yes, these window manager hints may be used
- own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
- -- Use double buffering (reduces flicker, may not work for everyone)
- double_buffer = true,
- -- Minimum size of text area
- minimum_width = 190, minimum_height = 721,
- -- Draw shades?
- draw_shades = true,
- -- Draw outlines?
- draw_outline = false,
- -- Draw borders around text
- draw_borders = true,
- -- Draw borders around graphs
- draw_graph_borders = false,
- -- Stippled borders?
- stippled_borders = no,
- -- border margins
- --border_margin 8
- border_inner_margin = 5,
- -- border width
- border_width = 1,
- -- Default colors and also border colors
- default_color = '#4d6f56',
- default_shade_color = 'black',
- default_outline_color = 'black',
- -- Text alignment, other possible values are commented
- --alignment top_left
- alignment = 'top_right',
- --alignment bottom_left
- --alignment bottom_right
- --alignment none
- -- Gap between borders of screen and text
- -- same thing as passing -x at command line
- gap_x = 10,
- gap_y = 41,
- -- Subtract file system buffers from used memory?
- no_buffers = false,
- -- set to yes if you want all text to be in uppercase
- uppercase = false,
- -- 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 = true,
- -- Add spaces to keep things from moving about? This only affects certain objects.
- use_spacer = 'none',
- -- Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
- --max_port_monitor_connections 256
- -- Maximum number of special things, e.g. fonts, offsets, aligns, etc.
- --max_specials 512
- -- Maximum size of buffer for user text, i.e. below TEXT line.
- max_user_text = 3366,
- -- Maximum width of window
- maximum_width = 190,
- -- 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
- };
- conky.text = [[
- ${alignc}${color #7a7a7a}$nodename - $sysname $kernel on $machine
- ${color #836226}SYSTEM INFO $stippled_hr
- ${color #7a7a7a}Uptime: ${color #4D6F56} $uptime
- ${color #7a7a7a}Load: ${color #4D6F56} $loadavg
- ${color #7a7a7a}CPU: ${color #4D6F56}$cpu% ${color #7a7a7a}| ${color #4D6F56}$freq_g GHz
- ${color #4D6F56}${cpubar cpu1}
- ${color #4D6F56}${cpubar cpu2}
- ${color #4D6F56}${cpugraph 0 11,188 836226 4d6f56}
- ${color #7a7a7a}MEM: ${color #4D6F56}$mem ${color #7a7a7a}| ${color #4D6F56}$memmax ${color #7a7a7a}| ${color #4D6F56}$memperc%
- ${color #4D6F56}${membar}
- ${color #7a7a7a}DISK IO:${offset 28}${color #4D6F56}${diskio}
- ${color #7a7a7a}DISK temp:${offset 15}${color #4D6F56}$hddtemp C
- ${color #4D6F56}${diskiograph 11,188}
- ${color #836226}FILE SYSTEMS $stippled_hr
- ${color #7a7a7a}/ ${color #4D6F56}${fs_used /} ${color #7a7a7a}| ${color #4D6F56}${fs_size /} ${color #7a7a7a}| ${color #4D6F56}$fs_used_perc%
- ${color #4D6F56}${fs_bar /}
- ${color #7a7a7a}SWAP ${color #4D6F56}$swap ${color #7a7a7a}| ${color #4D6F56}$swapmax ${color #7a7a7a}| ${color #4D6F56}$swapperc%
- ${color #4D6F56}${swapbar}
- ${color #836226}NETWORKING $stippled_hr
- ${color #7a7a7a}ETH0: ${color #4D6F56}${addr eth0}
- ${color #4D6F56}${downspeedgraph eth0 11,90 836226 4d6f56}${offset 8}${color #4D6F56}${upspeedgraph eth0 11,90 4d6f56 836226}
- ${color #7a7a7a}download: ${color #4D6F56} ${downspeed eth0} /s ${alignr} ${color #7a7a7a}upload:${color #4D6F56} ${upspeed eth0} /s
- ${color #7a7a7a}WLAN0: ${color #4D6F56}${addr wlan0}
- ${color #4D6F56}${downspeedgraph wlan0 11,90 836226 4d6f56}${offset 8}${color #4D6F56}${upspeedgraph wlan0 11,90 4d6f56 836226}
- ${color #7a7a7a}download: ${color #4D6F56} ${downspeed wlan0} /s ${alignr} ${color #7a7a7a}upload:${color #4D6F56} ${upspeed wlan0} /s
- ${color #7a7a7a}PPP0: ${color #4D6F56}${addr ppp0}
- ${color #4D6F56}${downspeedgraph ppp0 11,90 836226 4d6f56}${offset 8}${color #4D6F56}${upspeedgraph ppp0 11,90 4d6f56 836226}
- ${color #7a7a7a}download: ${color #4D6F56} ${downspeed ppp0} /s ${alignr} ${color #7a7a7a}upload:${color #4D6F56} ${upspeed ppp0} /s
- ${color #836226} $stippled_hr
- ]];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement