From 9a2359fc439b0336b7dee82afb47aa21d24b98a6 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 11 Feb 2020 17:26:20 -0500 Subject: initial commit --- src/usr/share/themes/bgstack15-red/xfwm4/readme | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/usr/share/themes/bgstack15-red/xfwm4/readme (limited to 'src/usr/share/themes/bgstack15-red/xfwm4/readme') 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 -- cgit