diff --git a/README.md b/README.md index 139d2ca..ce4b124 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,22 @@ -E17gtk-revolved is a dark GTK2/GTK3 theme with sharp corners, which is designed for use in Enlightenment and gives the elegant look of Enlightenment to GTK widgets. Of course, it can be used in other environments too but it is not tuned to Gnome or any of its apps. This is a fork of the original theme located in https://github.com/tsujan/E17gtk. It's been tested in Gnome, Mate, XFCE and KDE. +This is an evolution (fork) from the already wonderful E17GTK theme by TSUJAN (https://www.pling.com/p/1013662/ and https://github.com/tsujan/E17gtk). +This theme fits very well with the default theme for the Enlightenment desktop. It also matches Kvantum's default theme. It's dark gray with blue accents, and non-flat (quite skeuomorphic). It's very easy on the eyes and also very usable. It includes a GTK2 theme too. +It has some minor tweaks, here and there. -This is a screenshot of the original version -![Screenshot](screenshot.jpg?raw=true "Screenshot") +I have this theme as a git so if you clone it, you can always pull the latest updates without having to download it again. For example, you can go to your ~/.themes folder and execute there +git clone https://git.disroot.org/eudaimon/E17gtk-revolved.git +Then you just need to go to ~/.themes/E17gtk-revolved and execute "git pull" each time you'd like to check for updates (not very often, I should say). +You may also create a symbolic link in /usr/share/themes, so applications run as root (such as synaptic) can also appear correctly: +sudo ln -s ~/.themes/E17gtk-revolved /usr/share/themes/E17gtk-revolved + +I've decided to add an option to donate money: If I had enough time and income, I'd definitely dedicate much more time to this activity, which I enjoy very much. Thank you! https://www.paypal.com/donate/?hosted_button_id=9LW4UGMXG6CQW + +xfwm4 theme derived from one created by [pkfbcedkrz](https://www.pling.com/u/pkfbcedkrz). Many thanks! Please also read the file WORKAROUNDS! +Screenshots: +![Screenshot](preview/widgets01.png "gtk3-widget-factory 1") +![Screenshot](preview/widgets02.png "gtk3-widget-factory 2") +![Screenshot](preview/widgets03.png "gtk3-widget-factory 3") +![Screenshot](preview/gtk2.png "GTK2") \ No newline at end of file diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 4b0fdc5..d0b7be4 100644 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -920,8 +920,7 @@ notebook > stack { background-color: @theme_bg_color; /*background-clip: border-box;*/ color: @theme_fg_color; /* gdebi bug? */ - border-style: solid; - border-width: 0px 1px 1px 1px; + border: 1px outset shade(@bg_color,0.8); } /* make exceptions for Nemo, Nautilus and SpaceFM */ @@ -1333,14 +1332,14 @@ combobox menu { } /* Yet another change in gtk-3.18 for breaking themes! */ -combobox *, +/*combobox *, combobox *:hover, combobox *:hover:active, combobox *:active, combobox *:disabled { background-image: none; background-color: transparent; -} +}*/ /*********** * Buttons * @@ -1546,6 +1545,14 @@ button.destructive-action:hover { } +button.destructive-action:active, button.destructive-action:checked { + background-image: linear-gradient(to bottom, + #a74949, + #723434 31%, + #642e2e 32%, + #e55b5b); +} + /**************************** * Suggested action buttons * ****************************/ @@ -1563,6 +1570,13 @@ button.suggested-action:hover { } +button.suggested-action:active, button.suggested-action:checked { + background-image: linear-gradient(to bottom, + #49a754, + #347237 31%, + #2e6430 32%, + #5be562); +} /****************** * Linked Buttons * @@ -3988,9 +4002,9 @@ calendar.header { * Notebook and Tabs * *********************/ -notebook > stack { +/*notebook > stack { border-image: url("assets/notebook-border-dark.svg") 0 1 1 1 / 0px 1px 1px 1px stretch; -} +}*/ notebook > header tab { border-image: url("assets/tab-border.svg") 2 / 2px stretch; diff --git a/preview/gtk2.png b/preview/gtk2.png new file mode 100644 index 0000000..f366acc Binary files /dev/null and b/preview/gtk2.png differ diff --git a/preview/widgets01.png b/preview/widgets01.png index ef60861..8668e1a 100644 Binary files a/preview/widgets01.png and b/preview/widgets01.png differ diff --git a/preview/widgets02.png b/preview/widgets02.png index e4d0dae..275aa47 100644 Binary files a/preview/widgets02.png and b/preview/widgets02.png differ diff --git a/preview/widgets03.png b/preview/widgets03.png new file mode 100644 index 0000000..44f0e6c Binary files /dev/null and b/preview/widgets03.png differ diff --git a/xfwm4/README b/xfwm4-old,big/README similarity index 100% rename from xfwm4/README rename to xfwm4-old,big/README diff --git a/xfwm4/bottom-active.xpm b/xfwm4-old,big/bottom-active.xpm similarity index 100% rename from xfwm4/bottom-active.xpm rename to xfwm4-old,big/bottom-active.xpm diff --git a/xfwm4/bottom-inactive.xpm b/xfwm4-old,big/bottom-inactive.xpm similarity index 100% rename from xfwm4/bottom-inactive.xpm rename to xfwm4-old,big/bottom-inactive.xpm diff --git a/xfwm4/bottom-left-active.xpm b/xfwm4-old,big/bottom-left-active.xpm similarity index 100% rename from xfwm4/bottom-left-active.xpm rename to xfwm4-old,big/bottom-left-active.xpm diff --git a/xfwm4/bottom-left-inactive.xpm b/xfwm4-old,big/bottom-left-inactive.xpm similarity index 100% rename from xfwm4/bottom-left-inactive.xpm rename to xfwm4-old,big/bottom-left-inactive.xpm diff --git a/xfwm4/bottom-right-active.xpm b/xfwm4-old,big/bottom-right-active.xpm similarity index 100% rename from xfwm4/bottom-right-active.xpm rename to xfwm4-old,big/bottom-right-active.xpm diff --git a/xfwm4/bottom-right-inactive.xpm b/xfwm4-old,big/bottom-right-inactive.xpm similarity index 100% rename from xfwm4/bottom-right-inactive.xpm rename to xfwm4-old,big/bottom-right-inactive.xpm diff --git a/xfwm4/button-active.png b/xfwm4-old,big/button-active.png similarity index 100% rename from xfwm4/button-active.png rename to xfwm4-old,big/button-active.png diff --git a/xfwm4/button-inactive.png b/xfwm4-old,big/button-inactive.png similarity index 100% rename from xfwm4/button-inactive.png rename to xfwm4-old,big/button-inactive.png diff --git a/xfwm4/close-pressed.png b/xfwm4-old,big/close-active.png similarity index 100% rename from xfwm4/close-pressed.png rename to xfwm4-old,big/close-active.png diff --git a/xfwm4/close-active.xpm b/xfwm4-old,big/close-active.xpm similarity index 100% rename from xfwm4/close-active.xpm rename to xfwm4-old,big/close-active.xpm diff --git a/xfwm4-old,big/close-inactive.png b/xfwm4-old,big/close-inactive.png new file mode 120000 index 0000000..2fffb9c --- /dev/null +++ b/xfwm4-old,big/close-inactive.png @@ -0,0 +1 @@ +close-active.png \ No newline at end of file diff --git a/xfwm4/close-inactive.xpm b/xfwm4-old,big/close-inactive.xpm similarity index 100% rename from xfwm4/close-inactive.xpm rename to xfwm4-old,big/close-inactive.xpm diff --git a/xfwm4/hide-pressed.png b/xfwm4-old,big/close-prelight.png similarity index 100% rename from xfwm4/hide-pressed.png rename to xfwm4-old,big/close-prelight.png diff --git a/xfwm4/close-prelight.xpm b/xfwm4-old,big/close-prelight.xpm similarity index 100% rename from xfwm4/close-prelight.xpm rename to xfwm4-old,big/close-prelight.xpm diff --git a/xfwm4/maximize-pressed.png b/xfwm4-old,big/close-pressed.png similarity index 100% rename from xfwm4/maximize-pressed.png rename to xfwm4-old,big/close-pressed.png diff --git a/xfwm4/close-pressed.xpm b/xfwm4-old,big/close-pressed.xpm similarity index 100% rename from xfwm4/close-pressed.xpm rename to xfwm4-old,big/close-pressed.xpm diff --git a/xfwm4/maximize-toggled-pressed.png b/xfwm4-old,big/hide-active.png similarity index 100% rename from xfwm4/maximize-toggled-pressed.png rename to xfwm4-old,big/hide-active.png diff --git a/xfwm4/hide-active.xpm b/xfwm4-old,big/hide-active.xpm similarity index 100% rename from xfwm4/hide-active.xpm rename to xfwm4-old,big/hide-active.xpm diff --git a/xfwm4-old,big/hide-inactive.png b/xfwm4-old,big/hide-inactive.png new file mode 120000 index 0000000..d5f88e3 --- /dev/null +++ b/xfwm4-old,big/hide-inactive.png @@ -0,0 +1 @@ +hide-active.png \ No newline at end of file diff --git a/xfwm4/hide-inactive.xpm b/xfwm4-old,big/hide-inactive.xpm similarity index 100% rename from xfwm4/hide-inactive.xpm rename to xfwm4-old,big/hide-inactive.xpm diff --git a/xfwm4/menu-prelight.png b/xfwm4-old,big/hide-prelight.png similarity index 100% rename from xfwm4/menu-prelight.png rename to xfwm4-old,big/hide-prelight.png diff --git a/xfwm4/hide-prelight.xpm b/xfwm4-old,big/hide-prelight.xpm similarity index 100% rename from xfwm4/hide-prelight.xpm rename to xfwm4-old,big/hide-prelight.xpm diff --git a/xfwm4/menu-pressed.png b/xfwm4-old,big/hide-pressed.png similarity index 100% rename from xfwm4/menu-pressed.png rename to xfwm4-old,big/hide-pressed.png diff --git a/xfwm4/hide-pressed.xpm b/xfwm4-old,big/hide-pressed.xpm similarity index 100% rename from xfwm4/hide-pressed.xpm rename to xfwm4-old,big/hide-pressed.xpm diff --git a/xfwm4/left-active.xpm b/xfwm4-old,big/left-active.xpm similarity index 100% rename from xfwm4/left-active.xpm rename to xfwm4-old,big/left-active.xpm diff --git a/xfwm4/left-inactive.xpm b/xfwm4-old,big/left-inactive.xpm similarity index 100% rename from xfwm4/left-inactive.xpm rename to xfwm4-old,big/left-inactive.xpm diff --git a/xfwm4/shade-pressed.png b/xfwm4-old,big/maximize-active.png similarity index 100% rename from xfwm4/shade-pressed.png rename to xfwm4-old,big/maximize-active.png diff --git a/xfwm4/maximize-active.xpm b/xfwm4-old,big/maximize-active.xpm similarity index 100% rename from xfwm4/maximize-active.xpm rename to xfwm4-old,big/maximize-active.xpm diff --git a/xfwm4-old,big/maximize-inactive.png b/xfwm4-old,big/maximize-inactive.png new file mode 120000 index 0000000..7389953 --- /dev/null +++ b/xfwm4-old,big/maximize-inactive.png @@ -0,0 +1 @@ +maximize-active.png \ No newline at end of file diff --git a/xfwm4/maximize-inactive.xpm b/xfwm4-old,big/maximize-inactive.xpm similarity index 100% rename from xfwm4/maximize-inactive.xpm rename to xfwm4-old,big/maximize-inactive.xpm diff --git a/xfwm4/shade-toggled-active.png b/xfwm4-old,big/maximize-prelight.png similarity index 100% rename from xfwm4/shade-toggled-active.png rename to xfwm4-old,big/maximize-prelight.png diff --git a/xfwm4/maximize-prelight.xpm b/xfwm4-old,big/maximize-prelight.xpm similarity index 100% rename from xfwm4/maximize-prelight.xpm rename to xfwm4-old,big/maximize-prelight.xpm diff --git a/xfwm4/shade-toggled-prelight.png b/xfwm4-old,big/maximize-pressed.png similarity index 100% rename from xfwm4/shade-toggled-prelight.png rename to xfwm4-old,big/maximize-pressed.png diff --git a/xfwm4/maximize-pressed.xpm b/xfwm4-old,big/maximize-pressed.xpm similarity index 100% rename from xfwm4/maximize-pressed.xpm rename to xfwm4-old,big/maximize-pressed.xpm diff --git a/xfwm4/shade-toggled-pressed.png b/xfwm4-old,big/maximize-toggled-active.png similarity index 100% rename from xfwm4/shade-toggled-pressed.png rename to xfwm4-old,big/maximize-toggled-active.png diff --git a/xfwm4/maximize-toggled-active.xpm b/xfwm4-old,big/maximize-toggled-active.xpm similarity index 100% rename from xfwm4/maximize-toggled-active.xpm rename to xfwm4-old,big/maximize-toggled-active.xpm diff --git a/xfwm4-old,big/maximize-toggled-inactive.png b/xfwm4-old,big/maximize-toggled-inactive.png new file mode 120000 index 0000000..704bf64 --- /dev/null +++ b/xfwm4-old,big/maximize-toggled-inactive.png @@ -0,0 +1 @@ +maximize-toggled-active.png \ No newline at end of file diff --git a/xfwm4/maximize-toggled-inactive.xpm b/xfwm4-old,big/maximize-toggled-inactive.xpm similarity index 100% rename from xfwm4/maximize-toggled-inactive.xpm rename to xfwm4-old,big/maximize-toggled-inactive.xpm diff --git a/xfwm4/stick-pressed.png b/xfwm4-old,big/maximize-toggled-prelight.png similarity index 100% rename from xfwm4/stick-pressed.png rename to xfwm4-old,big/maximize-toggled-prelight.png diff --git a/xfwm4/maximize-toggled-prelight.xpm b/xfwm4-old,big/maximize-toggled-prelight.xpm similarity index 100% rename from xfwm4/maximize-toggled-prelight.xpm rename to xfwm4-old,big/maximize-toggled-prelight.xpm diff --git a/xfwm4/stick-toggled-pressed.png b/xfwm4-old,big/maximize-toggled-pressed.png similarity index 100% rename from xfwm4/stick-toggled-pressed.png rename to xfwm4-old,big/maximize-toggled-pressed.png diff --git a/xfwm4/maximize-toggled-pressed.xpm b/xfwm4-old,big/maximize-toggled-pressed.xpm similarity index 100% rename from xfwm4/maximize-toggled-pressed.xpm rename to xfwm4-old,big/maximize-toggled-pressed.xpm diff --git a/xfwm4-old,big/menu-active.png b/xfwm4-old,big/menu-active.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/menu-active.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/menu-active.xpm b/xfwm4-old,big/menu-active.xpm similarity index 100% rename from xfwm4/menu-active.xpm rename to xfwm4-old,big/menu-active.xpm diff --git a/xfwm4-old,big/menu-inactive.png b/xfwm4-old,big/menu-inactive.png new file mode 120000 index 0000000..b334d4f --- /dev/null +++ b/xfwm4-old,big/menu-inactive.png @@ -0,0 +1 @@ +menu-active.png \ No newline at end of file diff --git a/xfwm4/menu-inactive.xpm b/xfwm4-old,big/menu-inactive.xpm similarity index 100% rename from xfwm4/menu-inactive.xpm rename to xfwm4-old,big/menu-inactive.xpm diff --git a/xfwm4-old,big/menu-prelight.png b/xfwm4-old,big/menu-prelight.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/menu-prelight.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/menu-prelight.xpm b/xfwm4-old,big/menu-prelight.xpm similarity index 100% rename from xfwm4/menu-prelight.xpm rename to xfwm4-old,big/menu-prelight.xpm diff --git a/xfwm4-old,big/menu-pressed.png b/xfwm4-old,big/menu-pressed.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/menu-pressed.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/menu-pressed.xpm b/xfwm4-old,big/menu-pressed.xpm similarity index 100% rename from xfwm4/menu-pressed.xpm rename to xfwm4-old,big/menu-pressed.xpm diff --git a/xfwm4/right-active.xpm b/xfwm4-old,big/right-active.xpm similarity index 100% rename from xfwm4/right-active.xpm rename to xfwm4-old,big/right-active.xpm diff --git a/xfwm4/right-inactive.xpm b/xfwm4-old,big/right-inactive.xpm similarity index 100% rename from xfwm4/right-inactive.xpm rename to xfwm4-old,big/right-inactive.xpm diff --git a/xfwm4-old,big/shade-active.png b/xfwm4-old,big/shade-active.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/shade-active.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/shade-active.xpm b/xfwm4-old,big/shade-active.xpm similarity index 100% rename from xfwm4/shade-active.xpm rename to xfwm4-old,big/shade-active.xpm diff --git a/xfwm4-old,big/shade-inactive.png b/xfwm4-old,big/shade-inactive.png new file mode 120000 index 0000000..4158451 --- /dev/null +++ b/xfwm4-old,big/shade-inactive.png @@ -0,0 +1 @@ +shade-active.png \ No newline at end of file diff --git a/xfwm4/shade-inactive.xpm b/xfwm4-old,big/shade-inactive.xpm similarity index 100% rename from xfwm4/shade-inactive.xpm rename to xfwm4-old,big/shade-inactive.xpm diff --git a/xfwm4-old,big/shade-prelight.png b/xfwm4-old,big/shade-prelight.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/shade-prelight.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/shade-prelight.xpm b/xfwm4-old,big/shade-prelight.xpm similarity index 100% rename from xfwm4/shade-prelight.xpm rename to xfwm4-old,big/shade-prelight.xpm diff --git a/xfwm4-old,big/shade-pressed.png b/xfwm4-old,big/shade-pressed.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/shade-pressed.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/shade-pressed.xpm b/xfwm4-old,big/shade-pressed.xpm similarity index 100% rename from xfwm4/shade-pressed.xpm rename to xfwm4-old,big/shade-pressed.xpm diff --git a/xfwm4-old,big/shade-toggled-active.png b/xfwm4-old,big/shade-toggled-active.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/shade-toggled-active.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/shade-toggled-active.xpm b/xfwm4-old,big/shade-toggled-active.xpm similarity index 100% rename from xfwm4/shade-toggled-active.xpm rename to xfwm4-old,big/shade-toggled-active.xpm diff --git a/xfwm4/shade-toggled-inactive.png b/xfwm4-old,big/shade-toggled-inactive.png similarity index 100% rename from xfwm4/shade-toggled-inactive.png rename to xfwm4-old,big/shade-toggled-inactive.png diff --git a/xfwm4/shade-toggled-inactive.xpm b/xfwm4-old,big/shade-toggled-inactive.xpm similarity index 100% rename from xfwm4/shade-toggled-inactive.xpm rename to xfwm4-old,big/shade-toggled-inactive.xpm diff --git a/xfwm4-old,big/shade-toggled-prelight.png b/xfwm4-old,big/shade-toggled-prelight.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/shade-toggled-prelight.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/shade-toggled-prelight.xpm b/xfwm4-old,big/shade-toggled-prelight.xpm similarity index 100% rename from xfwm4/shade-toggled-prelight.xpm rename to xfwm4-old,big/shade-toggled-prelight.xpm diff --git a/xfwm4-old,big/shade-toggled-pressed.png b/xfwm4-old,big/shade-toggled-pressed.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/shade-toggled-pressed.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/shade-toggled-pressed.xpm b/xfwm4-old,big/shade-toggled-pressed.xpm similarity index 100% rename from xfwm4/shade-toggled-pressed.xpm rename to xfwm4-old,big/shade-toggled-pressed.xpm diff --git a/xfwm4-old,big/stick-active.png b/xfwm4-old,big/stick-active.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/stick-active.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/stick-active.xpm b/xfwm4-old,big/stick-active.xpm similarity index 100% rename from xfwm4/stick-active.xpm rename to xfwm4-old,big/stick-active.xpm diff --git a/xfwm4-old,big/stick-inactive.png b/xfwm4-old,big/stick-inactive.png new file mode 120000 index 0000000..b93b327 --- /dev/null +++ b/xfwm4-old,big/stick-inactive.png @@ -0,0 +1 @@ +stick-active.png \ No newline at end of file diff --git a/xfwm4/stick-inactive.xpm b/xfwm4-old,big/stick-inactive.xpm similarity index 100% rename from xfwm4/stick-inactive.xpm rename to xfwm4-old,big/stick-inactive.xpm diff --git a/xfwm4-old,big/stick-prelight.png b/xfwm4-old,big/stick-prelight.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/stick-prelight.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/stick-prelight.xpm b/xfwm4-old,big/stick-prelight.xpm similarity index 100% rename from xfwm4/stick-prelight.xpm rename to xfwm4-old,big/stick-prelight.xpm diff --git a/xfwm4-old,big/stick-pressed.png b/xfwm4-old,big/stick-pressed.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/stick-pressed.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/stick-pressed.xpm b/xfwm4-old,big/stick-pressed.xpm similarity index 100% rename from xfwm4/stick-pressed.xpm rename to xfwm4-old,big/stick-pressed.xpm diff --git a/xfwm4-old,big/stick-toggled-active.png b/xfwm4-old,big/stick-toggled-active.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/stick-toggled-active.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/stick-toggled-active.xpm b/xfwm4-old,big/stick-toggled-active.xpm similarity index 100% rename from xfwm4/stick-toggled-active.xpm rename to xfwm4-old,big/stick-toggled-active.xpm diff --git a/xfwm4-old,big/stick-toggled-inactive.png b/xfwm4-old,big/stick-toggled-inactive.png new file mode 120000 index 0000000..67bce61 --- /dev/null +++ b/xfwm4-old,big/stick-toggled-inactive.png @@ -0,0 +1 @@ +stick-toggled-active.png \ No newline at end of file diff --git a/xfwm4/stick-toggled-inactive.xpm b/xfwm4-old,big/stick-toggled-inactive.xpm similarity index 100% rename from xfwm4/stick-toggled-inactive.xpm rename to xfwm4-old,big/stick-toggled-inactive.xpm diff --git a/xfwm4-old,big/stick-toggled-prelight.png b/xfwm4-old,big/stick-toggled-prelight.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/stick-toggled-prelight.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/stick-toggled-prelight.xpm b/xfwm4-old,big/stick-toggled-prelight.xpm similarity index 100% rename from xfwm4/stick-toggled-prelight.xpm rename to xfwm4-old,big/stick-toggled-prelight.xpm diff --git a/xfwm4-old,big/stick-toggled-pressed.png b/xfwm4-old,big/stick-toggled-pressed.png new file mode 120000 index 0000000..c8f3b5d --- /dev/null +++ b/xfwm4-old,big/stick-toggled-pressed.png @@ -0,0 +1 @@ +button-active.png \ No newline at end of file diff --git a/xfwm4/stick-toggled-pressed.xpm b/xfwm4-old,big/stick-toggled-pressed.xpm similarity index 100% rename from xfwm4/stick-toggled-pressed.xpm rename to xfwm4-old,big/stick-toggled-pressed.xpm diff --git a/xfwm4-old,big/themerc b/xfwm4-old,big/themerc new file mode 100644 index 0000000..7283083 --- /dev/null +++ b/xfwm4-old,big/themerc @@ -0,0 +1,20 @@ +active_text_color=active_text_color_2 +active_text_shadow_color=active_hilight_2 +inactive_text_color=inactive_text_color_2 +inactive_text_shadow_color=inactive_hilight_2 +button_offset=2 +button_spacing=0 +frame_border_top=6 +full_width_title=true +maximized_offset=0 +show_app_icon=true +shadow_delta_height=20 +shadow_delta_width=20 +shadow_delta_x=20 +shadow_delta_y=0 +shadow_opacity=50 +title_horizontal_offset=1 +title_shadow_active=under +title_shadow_inactive=under +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 diff --git a/xfwm4-old,big/title-1-active.png b/xfwm4-old,big/title-1-active.png new file mode 100644 index 0000000..45f6a84 Binary files /dev/null and b/xfwm4-old,big/title-1-active.png differ diff --git a/xfwm4/title-1-active.xpm b/xfwm4-old,big/title-1-active.xpm similarity index 100% rename from xfwm4/title-1-active.xpm rename to xfwm4-old,big/title-1-active.xpm diff --git a/xfwm4/title-1-active.xpm.original b/xfwm4-old,big/title-1-active.xpm.original similarity index 100% rename from xfwm4/title-1-active.xpm.original rename to xfwm4-old,big/title-1-active.xpm.original diff --git a/xfwm4-old,big/title-1-inactive.png b/xfwm4-old,big/title-1-inactive.png new file mode 120000 index 0000000..b4aa42b --- /dev/null +++ b/xfwm4-old,big/title-1-inactive.png @@ -0,0 +1 @@ +title-1-active.png \ No newline at end of file diff --git a/xfwm4/title-1-inactive.xpm b/xfwm4-old,big/title-1-inactive.xpm similarity index 100% rename from xfwm4/title-1-inactive.xpm rename to xfwm4-old,big/title-1-inactive.xpm diff --git a/xfwm4-old,big/title-2-active.png b/xfwm4-old,big/title-2-active.png new file mode 120000 index 0000000..b4aa42b --- /dev/null +++ b/xfwm4-old,big/title-2-active.png @@ -0,0 +1 @@ +title-1-active.png \ No newline at end of file diff --git a/xfwm4/title-2-active.xpm b/xfwm4-old,big/title-2-active.xpm similarity index 100% rename from xfwm4/title-2-active.xpm rename to xfwm4-old,big/title-2-active.xpm diff --git a/xfwm4-old,big/title-2-inactive.png b/xfwm4-old,big/title-2-inactive.png new file mode 120000 index 0000000..f5451d3 --- /dev/null +++ b/xfwm4-old,big/title-2-inactive.png @@ -0,0 +1 @@ +title-2-active.png \ No newline at end of file diff --git a/xfwm4/title-2-inactive.xpm b/xfwm4-old,big/title-2-inactive.xpm similarity index 100% rename from xfwm4/title-2-inactive.xpm rename to xfwm4-old,big/title-2-inactive.xpm diff --git a/xfwm4-old,big/title-3-active.png b/xfwm4-old,big/title-3-active.png new file mode 120000 index 0000000..b4aa42b --- /dev/null +++ b/xfwm4-old,big/title-3-active.png @@ -0,0 +1 @@ +title-1-active.png \ No newline at end of file diff --git a/xfwm4/title-3-active.xpm b/xfwm4-old,big/title-3-active.xpm similarity index 100% rename from xfwm4/title-3-active.xpm rename to xfwm4-old,big/title-3-active.xpm diff --git a/xfwm4-old,big/title-3-inactive.png b/xfwm4-old,big/title-3-inactive.png new file mode 120000 index 0000000..7d403d4 --- /dev/null +++ b/xfwm4-old,big/title-3-inactive.png @@ -0,0 +1 @@ +title-3-active.png \ No newline at end of file diff --git a/xfwm4/title-3-inactive.xpm b/xfwm4-old,big/title-3-inactive.xpm similarity index 100% rename from xfwm4/title-3-inactive.xpm rename to xfwm4-old,big/title-3-inactive.xpm diff --git a/xfwm4-old,big/title-4-active.png b/xfwm4-old,big/title-4-active.png new file mode 120000 index 0000000..b4aa42b --- /dev/null +++ b/xfwm4-old,big/title-4-active.png @@ -0,0 +1 @@ +title-1-active.png \ No newline at end of file diff --git a/xfwm4/title-4-active.xpm b/xfwm4-old,big/title-4-active.xpm similarity index 100% rename from xfwm4/title-4-active.xpm rename to xfwm4-old,big/title-4-active.xpm diff --git a/xfwm4-old,big/title-4-inactive.png b/xfwm4-old,big/title-4-inactive.png new file mode 120000 index 0000000..86bce4a --- /dev/null +++ b/xfwm4-old,big/title-4-inactive.png @@ -0,0 +1 @@ +title-4-active.png \ No newline at end of file diff --git a/xfwm4/title-4-inactive.xpm b/xfwm4-old,big/title-4-inactive.xpm similarity index 100% rename from xfwm4/title-4-inactive.xpm rename to xfwm4-old,big/title-4-inactive.xpm diff --git a/xfwm4-old,big/title-5-active.png b/xfwm4-old,big/title-5-active.png new file mode 120000 index 0000000..b4aa42b --- /dev/null +++ b/xfwm4-old,big/title-5-active.png @@ -0,0 +1 @@ +title-1-active.png \ No newline at end of file diff --git a/xfwm4/title-5-active.xpm b/xfwm4-old,big/title-5-active.xpm similarity index 100% rename from xfwm4/title-5-active.xpm rename to xfwm4-old,big/title-5-active.xpm diff --git a/xfwm4-old,big/title-5-inactive.png b/xfwm4-old,big/title-5-inactive.png new file mode 120000 index 0000000..2511e7c --- /dev/null +++ b/xfwm4-old,big/title-5-inactive.png @@ -0,0 +1 @@ +title-5-active.png \ No newline at end of file diff --git a/xfwm4/title-5-inactive.xpm b/xfwm4-old,big/title-5-inactive.xpm similarity index 100% rename from xfwm4/title-5-inactive.xpm rename to xfwm4-old,big/title-5-inactive.xpm diff --git a/xfwm4-old,big/top-left-active.png b/xfwm4-old,big/top-left-active.png new file mode 100644 index 0000000..14bfc0b Binary files /dev/null and b/xfwm4-old,big/top-left-active.png differ diff --git a/xfwm4/top-left-active.xpm b/xfwm4-old,big/top-left-active.xpm similarity index 100% rename from xfwm4/top-left-active.xpm rename to xfwm4-old,big/top-left-active.xpm diff --git a/xfwm4-old,big/top-left-inactive.png b/xfwm4-old,big/top-left-inactive.png new file mode 120000 index 0000000..9558d65 --- /dev/null +++ b/xfwm4-old,big/top-left-inactive.png @@ -0,0 +1 @@ +top-left-active.png \ No newline at end of file diff --git a/xfwm4/top-left-inactive.xpm b/xfwm4-old,big/top-left-inactive.xpm similarity index 100% rename from xfwm4/top-left-inactive.xpm rename to xfwm4-old,big/top-left-inactive.xpm diff --git a/xfwm4-old,big/top-right-active.png b/xfwm4-old,big/top-right-active.png new file mode 100644 index 0000000..14bfc0b Binary files /dev/null and b/xfwm4-old,big/top-right-active.png differ diff --git a/xfwm4/top-right-active.xpm b/xfwm4-old,big/top-right-active.xpm similarity index 100% rename from xfwm4/top-right-active.xpm rename to xfwm4-old,big/top-right-active.xpm diff --git a/xfwm4-old,big/top-right-inactive.png b/xfwm4-old,big/top-right-inactive.png new file mode 120000 index 0000000..a055793 --- /dev/null +++ b/xfwm4-old,big/top-right-inactive.png @@ -0,0 +1 @@ +top-right-active.png \ No newline at end of file diff --git a/xfwm4/top-right-inactive.xpm b/xfwm4-old,big/top-right-inactive.xpm similarity index 100% rename from xfwm4/top-right-inactive.xpm rename to xfwm4-old,big/top-right-inactive.xpm diff --git a/xfwm4/bottom-active.png b/xfwm4/bottom-active.png new file mode 100644 index 0000000..df176aa Binary files /dev/null and b/xfwm4/bottom-active.png differ diff --git a/xfwm4/bottom-inactive.png b/xfwm4/bottom-inactive.png new file mode 100644 index 0000000..df176aa Binary files /dev/null and b/xfwm4/bottom-inactive.png differ diff --git a/xfwm4/bottom-left-active.png b/xfwm4/bottom-left-active.png new file mode 100644 index 0000000..916ae97 Binary files /dev/null and b/xfwm4/bottom-left-active.png differ diff --git a/xfwm4/bottom-left-inactive.png b/xfwm4/bottom-left-inactive.png new file mode 100644 index 0000000..74eab38 Binary files /dev/null and b/xfwm4/bottom-left-inactive.png differ diff --git a/xfwm4/bottom-right-active.png b/xfwm4/bottom-right-active.png new file mode 100644 index 0000000..47a36bd Binary files /dev/null and b/xfwm4/bottom-right-active.png differ diff --git a/xfwm4/bottom-right-inactive.png b/xfwm4/bottom-right-inactive.png new file mode 100644 index 0000000..8baa1f5 Binary files /dev/null and b/xfwm4/bottom-right-inactive.png differ diff --git a/xfwm4/close-active.png b/xfwm4/close-active.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/close-active.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/close-active.png b/xfwm4/close-active.png new file mode 100644 index 0000000..0183a38 Binary files /dev/null and b/xfwm4/close-active.png differ diff --git a/xfwm4/close-inactive.png b/xfwm4/close-inactive.png deleted file mode 120000 index 2fffb9c..0000000 --- a/xfwm4/close-inactive.png +++ /dev/null @@ -1 +0,0 @@ -close-active.png \ No newline at end of file diff --git a/xfwm4/close-inactive.png b/xfwm4/close-inactive.png new file mode 100644 index 0000000..b5cc349 Binary files /dev/null and b/xfwm4/close-inactive.png differ diff --git a/xfwm4/close-prelight.png b/xfwm4/close-prelight.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/close-prelight.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/close-prelight.png b/xfwm4/close-prelight.png new file mode 100644 index 0000000..2c5853e Binary files /dev/null and b/xfwm4/close-prelight.png differ diff --git a/xfwm4/hide-active.png b/xfwm4/hide-active.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/hide-active.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/hide-active.png b/xfwm4/hide-active.png new file mode 100644 index 0000000..0fb1ae9 Binary files /dev/null and b/xfwm4/hide-active.png differ diff --git a/xfwm4/hide-inactive.png b/xfwm4/hide-inactive.png deleted file mode 120000 index d5f88e3..0000000 --- a/xfwm4/hide-inactive.png +++ /dev/null @@ -1 +0,0 @@ -hide-active.png \ No newline at end of file diff --git a/xfwm4/hide-inactive.png b/xfwm4/hide-inactive.png new file mode 100644 index 0000000..52fa64c Binary files /dev/null and b/xfwm4/hide-inactive.png differ diff --git a/xfwm4/hide-prelight.png b/xfwm4/hide-prelight.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/hide-prelight.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/hide-prelight.png b/xfwm4/hide-prelight.png new file mode 100644 index 0000000..d9acb22 Binary files /dev/null and b/xfwm4/hide-prelight.png differ diff --git a/xfwm4/left-active.png b/xfwm4/left-active.png new file mode 100644 index 0000000..ae8cf64 Binary files /dev/null and b/xfwm4/left-active.png differ diff --git a/xfwm4/left-inactive.png b/xfwm4/left-inactive.png new file mode 100644 index 0000000..ae8cf64 Binary files /dev/null and b/xfwm4/left-inactive.png differ diff --git a/xfwm4/maximize-active.png b/xfwm4/maximize-active.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/maximize-active.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/maximize-active.png b/xfwm4/maximize-active.png new file mode 100644 index 0000000..0722480 Binary files /dev/null and b/xfwm4/maximize-active.png differ diff --git a/xfwm4/maximize-inactive.png b/xfwm4/maximize-inactive.png deleted file mode 120000 index 7389953..0000000 --- a/xfwm4/maximize-inactive.png +++ /dev/null @@ -1 +0,0 @@ -maximize-active.png \ No newline at end of file diff --git a/xfwm4/maximize-inactive.png b/xfwm4/maximize-inactive.png new file mode 100644 index 0000000..7e5cf5b Binary files /dev/null and b/xfwm4/maximize-inactive.png differ diff --git a/xfwm4/maximize-prelight.png b/xfwm4/maximize-prelight.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/maximize-prelight.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/maximize-prelight.png b/xfwm4/maximize-prelight.png new file mode 100644 index 0000000..74d8f9d Binary files /dev/null and b/xfwm4/maximize-prelight.png differ diff --git a/xfwm4/maximize-toggled-active.png b/xfwm4/maximize-toggled-active.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/maximize-toggled-active.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/maximize-toggled-active.png b/xfwm4/maximize-toggled-active.png new file mode 100644 index 0000000..80b0429 Binary files /dev/null and b/xfwm4/maximize-toggled-active.png differ diff --git a/xfwm4/maximize-toggled-inactive.png b/xfwm4/maximize-toggled-inactive.png deleted file mode 120000 index 704bf64..0000000 --- a/xfwm4/maximize-toggled-inactive.png +++ /dev/null @@ -1 +0,0 @@ -maximize-toggled-active.png \ No newline at end of file diff --git a/xfwm4/maximize-toggled-inactive.png b/xfwm4/maximize-toggled-inactive.png new file mode 100644 index 0000000..fe596c7 Binary files /dev/null and b/xfwm4/maximize-toggled-inactive.png differ diff --git a/xfwm4/maximize-toggled-prelight.png b/xfwm4/maximize-toggled-prelight.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/maximize-toggled-prelight.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/maximize-toggled-prelight.png b/xfwm4/maximize-toggled-prelight.png new file mode 100644 index 0000000..41794d5 Binary files /dev/null and b/xfwm4/maximize-toggled-prelight.png differ diff --git a/xfwm4/menu-active.png b/xfwm4/menu-active.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/menu-active.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/menu-active.png b/xfwm4/menu-active.png new file mode 100644 index 0000000..d76b9f2 Binary files /dev/null and b/xfwm4/menu-active.png differ diff --git a/xfwm4/menu-inactive.png b/xfwm4/menu-inactive.png deleted file mode 120000 index b334d4f..0000000 --- a/xfwm4/menu-inactive.png +++ /dev/null @@ -1 +0,0 @@ -menu-active.png \ No newline at end of file diff --git a/xfwm4/menu-inactive.png b/xfwm4/menu-inactive.png new file mode 100644 index 0000000..d83b90a Binary files /dev/null and b/xfwm4/menu-inactive.png differ diff --git a/xfwm4/right-active.png b/xfwm4/right-active.png new file mode 100644 index 0000000..c3bd99b Binary files /dev/null and b/xfwm4/right-active.png differ diff --git a/xfwm4/right-inactive.png b/xfwm4/right-inactive.png new file mode 100644 index 0000000..c3bd99b Binary files /dev/null and b/xfwm4/right-inactive.png differ diff --git a/xfwm4/shade-active.png b/xfwm4/shade-active.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/shade-active.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/shade-active.png b/xfwm4/shade-active.png new file mode 100644 index 0000000..526b002 Binary files /dev/null and b/xfwm4/shade-active.png differ diff --git a/xfwm4/shade-inactive.png b/xfwm4/shade-inactive.png deleted file mode 120000 index 4158451..0000000 --- a/xfwm4/shade-inactive.png +++ /dev/null @@ -1 +0,0 @@ -shade-active.png \ No newline at end of file diff --git a/xfwm4/shade-inactive.png b/xfwm4/shade-inactive.png new file mode 100644 index 0000000..558b235 Binary files /dev/null and b/xfwm4/shade-inactive.png differ diff --git a/xfwm4/shade-prelight.png b/xfwm4/shade-prelight.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/shade-prelight.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/shade-prelight.png b/xfwm4/shade-prelight.png new file mode 100644 index 0000000..8698847 Binary files /dev/null and b/xfwm4/shade-prelight.png differ diff --git a/xfwm4/some_buttons.xcf b/xfwm4/some_buttons.xcf new file mode 100644 index 0000000..9d5c115 Binary files /dev/null and b/xfwm4/some_buttons.xcf differ diff --git a/xfwm4/stick-active.png b/xfwm4/stick-active.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/stick-active.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/stick-active.png b/xfwm4/stick-active.png new file mode 100644 index 0000000..49770bf Binary files /dev/null and b/xfwm4/stick-active.png differ diff --git a/xfwm4/stick-inactive.png b/xfwm4/stick-inactive.png deleted file mode 120000 index b93b327..0000000 --- a/xfwm4/stick-inactive.png +++ /dev/null @@ -1 +0,0 @@ -stick-active.png \ No newline at end of file diff --git a/xfwm4/stick-inactive.png b/xfwm4/stick-inactive.png new file mode 100644 index 0000000..7fd34cd Binary files /dev/null and b/xfwm4/stick-inactive.png differ diff --git a/xfwm4/stick-prelight.png b/xfwm4/stick-prelight.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/stick-prelight.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/stick-prelight.png b/xfwm4/stick-prelight.png new file mode 100644 index 0000000..5760ddb Binary files /dev/null and b/xfwm4/stick-prelight.png differ diff --git a/xfwm4/stick-toggled-active.png b/xfwm4/stick-toggled-active.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/stick-toggled-active.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/stick-toggled-active.png b/xfwm4/stick-toggled-active.png new file mode 100644 index 0000000..23a54ed Binary files /dev/null and b/xfwm4/stick-toggled-active.png differ diff --git a/xfwm4/stick-toggled-inactive.png b/xfwm4/stick-toggled-inactive.png deleted file mode 120000 index 67bce61..0000000 --- a/xfwm4/stick-toggled-inactive.png +++ /dev/null @@ -1 +0,0 @@ -stick-toggled-active.png \ No newline at end of file diff --git a/xfwm4/stick-toggled-inactive.png b/xfwm4/stick-toggled-inactive.png new file mode 100644 index 0000000..5a9c454 Binary files /dev/null and b/xfwm4/stick-toggled-inactive.png differ diff --git a/xfwm4/stick-toggled-prelight.png b/xfwm4/stick-toggled-prelight.png deleted file mode 120000 index c8f3b5d..0000000 --- a/xfwm4/stick-toggled-prelight.png +++ /dev/null @@ -1 +0,0 @@ -button-active.png \ No newline at end of file diff --git a/xfwm4/stick-toggled-prelight.png b/xfwm4/stick-toggled-prelight.png new file mode 100644 index 0000000..0bac857 Binary files /dev/null and b/xfwm4/stick-toggled-prelight.png differ diff --git a/xfwm4/themerc b/xfwm4/themerc index 7283083..74b8c01 100644 --- a/xfwm4/themerc +++ b/xfwm4/themerc @@ -2,19 +2,19 @@ active_text_color=active_text_color_2 active_text_shadow_color=active_hilight_2 inactive_text_color=inactive_text_color_2 inactive_text_shadow_color=inactive_hilight_2 -button_offset=2 -button_spacing=0 -frame_border_top=6 -full_width_title=true +button_offset=5 +button_spacing=1 +full_width_title=false +frame_border_top=5 maximized_offset=0 show_app_icon=true -shadow_delta_height=20 -shadow_delta_width=20 -shadow_delta_x=20 +shadow_delta_height=15 +shadow_delta_width=15 +shadow_delta_x=15 shadow_delta_y=0 shadow_opacity=50 title_horizontal_offset=1 -title_shadow_active=under -title_shadow_inactive=under +title_shadow_active=false +title_shadow_inactive=false title_vertical_offset_active=1 title_vertical_offset_inactive=1 diff --git a/xfwm4/title-1-active.png b/xfwm4/title-1-active.png index 45f6a84..da9d37f 100644 Binary files a/xfwm4/title-1-active.png and b/xfwm4/title-1-active.png differ diff --git a/xfwm4/title-1-inactive.png b/xfwm4/title-1-inactive.png deleted file mode 120000 index b4aa42b..0000000 --- a/xfwm4/title-1-inactive.png +++ /dev/null @@ -1 +0,0 @@ -title-1-active.png \ No newline at end of file diff --git a/xfwm4/title-1-inactive.png b/xfwm4/title-1-inactive.png new file mode 100644 index 0000000..ca3adcd Binary files /dev/null and b/xfwm4/title-1-inactive.png differ diff --git a/xfwm4/title-2-active.png b/xfwm4/title-2-active.png deleted file mode 120000 index b4aa42b..0000000 --- a/xfwm4/title-2-active.png +++ /dev/null @@ -1 +0,0 @@ -title-1-active.png \ No newline at end of file diff --git a/xfwm4/title-2-active.png b/xfwm4/title-2-active.png new file mode 100644 index 0000000..7f0c843 Binary files /dev/null and b/xfwm4/title-2-active.png differ diff --git a/xfwm4/title-2-inactive.png b/xfwm4/title-2-inactive.png deleted file mode 120000 index f5451d3..0000000 --- a/xfwm4/title-2-inactive.png +++ /dev/null @@ -1 +0,0 @@ -title-2-active.png \ No newline at end of file diff --git a/xfwm4/title-2-inactive.png b/xfwm4/title-2-inactive.png new file mode 100644 index 0000000..d2ba33c Binary files /dev/null and b/xfwm4/title-2-inactive.png differ diff --git a/xfwm4/title-3-active.png b/xfwm4/title-3-active.png deleted file mode 120000 index b4aa42b..0000000 --- a/xfwm4/title-3-active.png +++ /dev/null @@ -1 +0,0 @@ -title-1-active.png \ No newline at end of file diff --git a/xfwm4/title-3-active.png b/xfwm4/title-3-active.png new file mode 100644 index 0000000..7f0c843 Binary files /dev/null and b/xfwm4/title-3-active.png differ diff --git a/xfwm4/title-3-inactive.png b/xfwm4/title-3-inactive.png deleted file mode 120000 index 7d403d4..0000000 --- a/xfwm4/title-3-inactive.png +++ /dev/null @@ -1 +0,0 @@ -title-3-active.png \ No newline at end of file diff --git a/xfwm4/title-3-inactive.png b/xfwm4/title-3-inactive.png new file mode 100644 index 0000000..d2ba33c Binary files /dev/null and b/xfwm4/title-3-inactive.png differ diff --git a/xfwm4/title-4-active.png b/xfwm4/title-4-active.png deleted file mode 120000 index b4aa42b..0000000 --- a/xfwm4/title-4-active.png +++ /dev/null @@ -1 +0,0 @@ -title-1-active.png \ No newline at end of file diff --git a/xfwm4/title-4-active.png b/xfwm4/title-4-active.png new file mode 100644 index 0000000..6336e7e Binary files /dev/null and b/xfwm4/title-4-active.png differ diff --git a/xfwm4/title-4-inactive.png b/xfwm4/title-4-inactive.png deleted file mode 120000 index 86bce4a..0000000 --- a/xfwm4/title-4-inactive.png +++ /dev/null @@ -1 +0,0 @@ -title-4-active.png \ No newline at end of file diff --git a/xfwm4/title-4-inactive.png b/xfwm4/title-4-inactive.png new file mode 100644 index 0000000..0426d7e Binary files /dev/null and b/xfwm4/title-4-inactive.png differ diff --git a/xfwm4/title-5-active.png b/xfwm4/title-5-active.png deleted file mode 120000 index b4aa42b..0000000 --- a/xfwm4/title-5-active.png +++ /dev/null @@ -1 +0,0 @@ -title-1-active.png \ No newline at end of file diff --git a/xfwm4/title-5-active.png b/xfwm4/title-5-active.png new file mode 100644 index 0000000..2a7a5cb Binary files /dev/null and b/xfwm4/title-5-active.png differ diff --git a/xfwm4/title-5-inactive.png b/xfwm4/title-5-inactive.png deleted file mode 120000 index 2511e7c..0000000 --- a/xfwm4/title-5-inactive.png +++ /dev/null @@ -1 +0,0 @@ -title-5-active.png \ No newline at end of file diff --git a/xfwm4/title-5-inactive.png b/xfwm4/title-5-inactive.png new file mode 100644 index 0000000..23b67c0 Binary files /dev/null and b/xfwm4/title-5-inactive.png differ diff --git a/xfwm4/top-left-active.png b/xfwm4/top-left-active.png index 14bfc0b..ab947e6 100644 Binary files a/xfwm4/top-left-active.png and b/xfwm4/top-left-active.png differ diff --git a/xfwm4/top-left-inactive.png b/xfwm4/top-left-inactive.png deleted file mode 120000 index 9558d65..0000000 --- a/xfwm4/top-left-inactive.png +++ /dev/null @@ -1 +0,0 @@ -top-left-active.png \ No newline at end of file diff --git a/xfwm4/top-left-inactive.png b/xfwm4/top-left-inactive.png new file mode 100644 index 0000000..585c4de Binary files /dev/null and b/xfwm4/top-left-inactive.png differ diff --git a/xfwm4/top-right-active.png b/xfwm4/top-right-active.png index 14bfc0b..360bf72 100644 Binary files a/xfwm4/top-right-active.png and b/xfwm4/top-right-active.png differ diff --git a/xfwm4/top-right-inactive.png b/xfwm4/top-right-inactive.png deleted file mode 120000 index a055793..0000000 --- a/xfwm4/top-right-inactive.png +++ /dev/null @@ -1 +0,0 @@ -top-right-active.png \ No newline at end of file diff --git a/xfwm4/top-right-inactive.png b/xfwm4/top-right-inactive.png new file mode 100644 index 0000000..96cdcfd Binary files /dev/null and b/xfwm4/top-right-inactive.png differ