# Readme for bgstack15-red-k25/xfwm4/
This is a modified Arc theme. I generated it from my previous xfwm4 themerc file, and then the pngs from the current (2017-12-03) theme.
I took all the symlinks and point them to the current directory.
# fetched the Arc/xfwm4 files, all except the themrc.
cd xfwm4-combined
find . -type l > ~/allsymlinks
cat ~/allsymlinks | while read line ; do readlink -f ${line} ; done > ~/allsymlinks-resolved
paste ~/allsymlinks ~/allsymlinks-resolved  > ~/allsymlinks2
cat ~/allsymlinks2 | while read file source; do shortsource="$( basename ${source})"; unlink ${file} ; ln -s ${shortsource} ${file} ; done
/bin/rm ~/allsymlinks-resolved
