aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKylie McClain <somasissounds@gmail.com>2015-02-15 01:46:03 -0500
committerKylie McClain <somasissounds@gmail.com>2015-02-15 01:46:03 -0500
commitf6033ae3f39a54651901ae0309b821ab0575bf27 (patch)
tree58e30387f675ee0821f3817656ae62131fd65011
parent8b0a4b507639d395771c8c5b2bd8351de459583d (diff)
make-colors-themes: remove xfwm4 theme
-rwxr-xr-xmake-colors-themes5
1 files changed, 5 insertions, 0 deletions
diff --git a/make-colors-themes b/make-colors-themes
index 324e16b..935c1dd 100755
--- a/make-colors-themes
+++ b/make-colors-themes
@@ -104,6 +104,11 @@ patch_theme() {
fix_line_endings "./zuki-themes/Zukitwo/gtk-2.0/widgets/panel.rc" "./zuki-themes/Zukitwo/gtk-2.0/gtkrc" "./Zukitwo-colors-common/patches/panel.rc.patch" "./Zukitwo-colors-common/patches/enable-dark-menubar.patch"
yes | patch ./zuki-themes/Zukitwo/gtk-2.0/widgets/panel.rc <./Zukitwo-colors-common/patches/panel.rc.patch
yes | patch ./zuki-themes/Zukitwo/gtk-2.0/gtkrc <./Zukitwo-colors-common/patches/enable-dark-menubar.patch
+ for zuki_theme in ./zuki-themes/*/;do
+ pushd "$zuki_theme/"
+ rm -rf "xfwm4"
+ popd
+ done
OLDIFS="$IFS"
IFS=$'\n'
for file in $(find ./zuki-themes/ -type f);do