diff options
author | B Stack <bgstack15@gmail.com> | 2020-02-11 17:26:20 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-02-11 17:26:20 -0500 |
commit | 9a2359fc439b0336b7dee82afb47aa21d24b98a6 (patch) | |
tree | 087be2c65ad4a31c146462234d87bae100a106ff /src/usr/share/themes/bgstack15-red/xfwm4/readme | |
download | xdg-themes-stackrpms-9a2359fc439b0336b7dee82afb47aa21d24b98a6.tar.gz xdg-themes-stackrpms-9a2359fc439b0336b7dee82afb47aa21d24b98a6.tar.bz2 xdg-themes-stackrpms-9a2359fc439b0336b7dee82afb47aa21d24b98a6.zip |
initial commit
Diffstat (limited to 'src/usr/share/themes/bgstack15-red/xfwm4/readme')
-rw-r--r-- | src/usr/share/themes/bgstack15-red/xfwm4/readme | 10 |
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 |