Introduction: My Archbang Conky Configuration

About: So, I'm primarily a traditional art hobbyist whose main areas of expertise as of recent are fanart and landscapes. As for the materials I prefer to work in, I'm good with almost any media, but my fave for draw…
I switched to Archbang a couple weeks ago, and I really love it so far, also, I went ahead and played with my Conky configuration in Archbang today, and the result is shown in the photo above.

In addition, here's the configuration for 'ya.

background yes
use_xft yes
xftfont monospace:size=9
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_colour black
double_buffer yes
minimum_size 3 3
maximum_width 400
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color gray
default_shade_color 000000
default_outline_color d9d7d6
alignment tr
gap_x 12
gap_y 15
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
color1 red
color2 gray
##############################################
#  Output
##############################################
TEXT
CPU: $alignr${cpu cpu0}%
${cpubar cpu0}
RAM: $alignr$mem / $memmax $alignr - ${memperc}%
$membar
SWAP: $alignr${swap} / ${swapmax} $alignr - ${swapperc}%
${swapbar}

HD ${hr 2}
/ ${alignr} ${fs_size /} / ${fs_free /} -  ${fs_free_perc /}% free / ${fs_used_perc /}% used
${fs_bar /}

HOST: $alignr$nodename
UPTIME: $alignr$uptime

SYSTEM ${hr 2}
$sysname $kernel $alignr $machine

WEATHER ${hr 2}
${execpi 180 curl -s http://weather.noaa.gov/pub/data/observations/metar/decoded/KLAW.TXT | sed -n 3,8p | sed -e 's/ gusting/\ngusting/' | sed -e 's/ observed/\nobserved/' }

WARNINGS/WATCHES/ADVISORIES ${hr 2}
${execpi 180 wget -q --output-document="/tmp/wraw.txt" http://alerts.weather.gov/cap/wwaatmget.php?x=OKC031&y=0}\
${execpi 180 cat /tmp/wraw.txt | grep "<title>" | sed -n 2,4p | sed -e 's/^[[:space:]]*//' | sed -e 's/\///' | sed -e 's/<title>//g' | sed -e 's/ at/\nat/' | sed -e 's/ until/\nuntil/' | sed "s/\([a-zA-Z]\)\s*$/\1/" > /tmp/walerts.txt}\
${execpi 180 cat /tmp/walerts.txt}

NET ${hr 2}
Down: ${downspeed enp0s19f5u6} kb/s $alignr total: ${totaldown enp0s19f5u6}
Up: ${upspeed enp0s19f5u6} kb/s $alignr total: ${totalup enp0s19f5u6}