Title: [Bash] panel_colors Author: Anonymous Pastebin link: http://pastebin.com/mUPSGXk8 First Edit: Tuesday 5th of May 2015 07:23:11 AM CDT Last Edit: Tuesday 5th of May 2015 07:23:11 AM CDT black=$(cat ~/.Xresources | grep "color0" | awk '{print $2}') darkgrey=$(cat ~/.Xresources | grep "color8" | awk '{print $2}') darkred=$(cat ~/.Xresources | grep "color1" | awk '{print $2}') red=$(cat ~/.Xresources | grep "color9" | awk '{print $2}') darkgreen=$(cat ~/.Xresources | grep "color2" | awk '{print $2}') green=$(cat ~/.Xresources | grep "color10" | awk '{print $2}') darkyellow=$(cat ~/.Xresources | grep "color3" | awk '{print $2}') yellow=$(cat ~/.Xresources | grep "color11" | awk '{print $2}') darkblue=$(cat ~/.Xresources | grep "color4" | awk '{print $2}') blue=$(cat ~/.Xresources | grep "color12" | awk '{print $2}') darkmagenta=$(cat ~/.Xresources | grep "color5" | awk '{print $2}') magenta=$(cat ~/.Xresources | grep "color13" | awk '{print $2}') darkcyan=$(cat ~/.Xresources | grep "color6" | awk '{print $2}') cyan=$(cat ~/.Xresources | grep "color14" | awk '{print $2}') lightgrey=$(cat ~/.Xresources | grep "color7" | awk '{print $2}') white=$(cat ~/.Xresources | grep "color15" | awk '{print $2}')   power_left="?" power_right="?"