aboutsummaryrefslogtreecommitdiff
path: root/src/usr/share/themes/bgstack15-red/xfwm4/readme
blob: b975eddf9b8282925c25735d5a4881ac8b862eaf (plain)
1
2
3
4
5
6
7
8
9
10
# 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
bgstack15