───────┬────────────────────────────────────────────────────────────────────────
       File: /home/mitch/.conkyrc
───────┼────────────────────────────────────────────────────────────────────────
   1    conky.config = { -- Create own window instead of using desktop (required in nautilus) 
   2        own_window = true,
   3        own_window_class = 'Conky',
   4        own_window_type = 'override',
   5        own_window_type = normal,
   6    --  own_window_type = 'conky',
   7    --  own_window_argb_= 'true',
   8        own_window_transparent = true,
   9        own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
  10    
  11    -- Use double buffering (reduces flicker, may not work for everyone)
  12        double_buffer = true,
  13    
  14    -- fiddle with window
  15        use_spacer = 'right',
  16    
  17    -- Use Xft?
  18        use_xft = true,
  19        font = 'Bitstream Vera Sans Mono:size=10',
  20    --xftfont DejaVu Sans Mono:size=9
  21    --xftfont Dungeon:size=7
  22    --xftfont DejaVu Sans:size=9
  23        xftalpha = 0.8,
  24        text_buffer_size = 2048,
  25    
  26    -- Update interval in seconds
  27        update_interval = 2.0,
  28    
  29    -- Minimum size of text area
  30    -- minimum_size 250 5
  31    
  32    -- Draw shades?
  33        draw_shades = false,
  34    
  35    -- Text stuff
  36        draw_outline = false,-- amplifies text if yes
  37        draw_borders = false,
  38        uppercase = false,-- set to yes if you want all text to be in uppercase
  39    
  40    -- Stippled borders?
  41        stippled_borders = 3,
  42    
  43    -- border width
  44        border_width = 10,
  45    
  46    -- Default colors and also border colors, grey90 == #e5e5e5
  47        default_color = 'grey90',
  48        own_window_colour = 'DarkGrey',
  49        own_window_transparent = true,
  50    
  51    -- Text alignment, other possible values are commented
  52    --alignment top_left
  53        alignment = 'top_right',
  54    --alignment bottom_left
  55    --alignment bottom_right
  56    
  57    -- Gap between borders of screen and text
  58        gap_x = 10,
  59        gap_y = 10,
  60    
  61    -- stuff after 'TEXT' will be formatted on screen
  62    
  63    };
  64    
  65    conky.text = [[
  66    ${color yellow}${alignc}${font Sans:size=18}${time %l:%M %p} ${time %A, %B %d}${font} ${voffset 10}
  67    ${color cyan}Day:${if_match "${time %H}" < "12"}${color green} ${else}${color yellow}${endif}${if_match "${time %H}" >= "22"}${color red}${endif}${execi 60 /home/mitch/bin/dbar}$color
  68    ${hr}
  69    ${color green}$nodename $sysname ${hr 2}$color
  70    ${color cyan}[CPU0 ${freq_g 1}ghz ${cpu cpu0}%] [CPU1 ${freq_g 2}ghz ${cpu cpu1}%]$color
  71    ${color cyan}[CPU2 ${freq_g 1}ghz ${cpu cpu2}%] [CPU3 ${freq_g 2}ghz ${cpu cpu3}%]$color
  72    ${color cyan}Uptime:$color${uptime} ${color cyan}Load:$color ${loadavg}
  73    ${color cyan}$cpubar$color
  74    ${color black}${cpugraph 000000 ffff00}$color
  75    ${color cyan}Processes:$color $processes  ${color cyan}Running:$color $running_processes
  76    ${color green}NAME             PID       CPU%      MEM% ${hr 1}$color
  77    ${top name 1} ${top pid 1}   ${top cpu 1}    ${top mem 1}
  78    ${top name 2} ${top pid 2}   ${top cpu 2}    ${top mem 2}
  79    ${top name 3} ${top pid 3}   ${top cpu 3}    ${top mem 3}
  80    ${top name 4} ${top pid 4}   ${top cpu 4}    ${top mem 4}
  81    ${top name 5} ${top pid 5}   ${top cpu 5}    ${top mem 5}
  82    
  83    ${color green}✔ RESOURCES ${hr 1}$color
  84    ${color yellow}${execi 15 /home/mitch/bin/disks -} 
  85    ${color cyan}RAM....:$color [$mem/${memmax}] $memperc%  ${membar 6}$color
  86    ${color cyan}Swap...:$color [$swap/${swapmax}] $swapperc%  ${swapbar 6}$color
  87    ${color cyan}Disk IO:$color [R:${diskio_read} W:${diskio_write}]$color 
  88    
  89    ${endif}${if_existing /sys/class/net/wlp0s20f3/operstate up}${color green}✔ WIFI [${addr wlp0s20f3}] ${hr 1}$color
  90    ${color cyan}Down: $color${downspeed wlp0s20f3}k/s ${alignr}${color cyan}Up:$color ${upspeed wlp0s20f3}k/s
  91    ${color black}${downspeedgraph wlp0s20f3 25,150 ff0000 0000ff} $alignr${color black}${upspeedgraph wlp0s20f3 25,150 0000ff ff0000}$color
  92    ${color cyan}Total:$color ${totaldown wlp0s20f3} ${alignr}${color cyan}Total:$color ${totalup wlp0s20f3} ${endif}
  93    ${color cyan}In:$color ${tcp_portmon 1 32767 count}${color cyan} Out:$color ${tcp_portmon 32768 61208 count} ${color cyan}ALL:$color ${tcp_portmon 1 65535 count}$color 
  94    
  95    ${color green}✔ CRN SERVICES ${hr 1}$color
  96    ${color yellow}${execi 120 /home/mitch/bin/status -}$color
  97    ${execi 120 nmap -p 80,6123  crn.hopto.org |egrep 'PORT|open|closed'}
  98    
  99    ${color green}✔ Bible Quote ${hr 1}$color
 100    ${color cyan}${execi 120 ~/bin/quote -p|fmt -45}
 101    ${color green}✔ Weather ${hr 1}$color
 102    ${font DejaVu Sans Mono:size=9}${color cyan}${execpi 3600 curl -s "wttr.in/?qT0" --silent --max-time 5}${font}
 103    
 104    ${color green}✔ Now Playing ${hr 1}$color
 105    ${color yellow}${execi 5 /home/mitch/bin/now-playing|fmt -45}
 106    ]]; 
───────┴────────────────────────────────────────────────────────────────────────