aboutsummaryrefslogtreecommitdiff
path: root/src/usr/share/themes/bgstack15-red/xfwm4/readme
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/share/themes/bgstack15-red/xfwm4/readme')
-rw-r--r--src/usr/share/themes/bgstack15-red/xfwm4/readme10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/usr/share/themes/bgstack15-red/xfwm4/readme b/src/usr/share/themes/bgstack15-red/xfwm4/readme
new file mode 100644
index 0000000..b975edd
--- /dev/null
+++ b/src/usr/share/themes/bgstack15-red/xfwm4/readme
@@ -0,0 +1,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