From e35f3fe53cd8df85d4fd04e49dfffbaeac971cdf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 21:50:31 -0600 Subject: Rename kwin to twin (Part 2 of 2) --- twin-styles/glow/themes/glass/CMakeLists.txt | 22 +++++++++++++++++++++ twin-styles/glow/themes/glass/Makefile.am | 17 ++++++++++++++++ twin-styles/glow/themes/glass/background.png | Bin 0 -> 794 bytes twin-styles/glow/themes/glass/close.png | Bin 0 -> 186 bytes twin-styles/glow/themes/glass/close_glow.png | Bin 0 -> 567 bytes twin-styles/glow/themes/glass/glass.theme | 19 ++++++++++++++++++ twin-styles/glow/themes/glass/help.png | Bin 0 -> 183 bytes twin-styles/glow/themes/glass/help_glow.png | Bin 0 -> 554 bytes twin-styles/glow/themes/glass/iconify.png | Bin 0 -> 190 bytes twin-styles/glow/themes/glass/iconify_glow.png | Bin 0 -> 575 bytes twin-styles/glow/themes/glass/maximizeoff.png | Bin 0 -> 169 bytes twin-styles/glow/themes/glass/maximizeoff_glow.png | Bin 0 -> 518 bytes twin-styles/glow/themes/glass/maximizeon.png | Bin 0 -> 188 bytes twin-styles/glow/themes/glass/maximizeon_glow.png | Bin 0 -> 541 bytes twin-styles/glow/themes/glass/stickyoff.png | Bin 0 -> 178 bytes twin-styles/glow/themes/glass/stickyoff_glow.png | Bin 0 -> 597 bytes twin-styles/glow/themes/glass/stickyon.png | Bin 0 -> 180 bytes twin-styles/glow/themes/glass/stickyon_glow.png | Bin 0 -> 564 bytes 18 files changed, 58 insertions(+) create mode 100644 twin-styles/glow/themes/glass/CMakeLists.txt create mode 100644 twin-styles/glow/themes/glass/Makefile.am create mode 100644 twin-styles/glow/themes/glass/background.png create mode 100644 twin-styles/glow/themes/glass/close.png create mode 100644 twin-styles/glow/themes/glass/close_glow.png create mode 100644 twin-styles/glow/themes/glass/glass.theme create mode 100644 twin-styles/glow/themes/glass/help.png create mode 100644 twin-styles/glow/themes/glass/help_glow.png create mode 100644 twin-styles/glow/themes/glass/iconify.png create mode 100644 twin-styles/glow/themes/glass/iconify_glow.png create mode 100644 twin-styles/glow/themes/glass/maximizeoff.png create mode 100644 twin-styles/glow/themes/glass/maximizeoff_glow.png create mode 100644 twin-styles/glow/themes/glass/maximizeon.png create mode 100644 twin-styles/glow/themes/glass/maximizeon_glow.png create mode 100644 twin-styles/glow/themes/glass/stickyoff.png create mode 100644 twin-styles/glow/themes/glass/stickyoff_glow.png create mode 100644 twin-styles/glow/themes/glass/stickyon.png create mode 100644 twin-styles/glow/themes/glass/stickyon_glow.png (limited to 'twin-styles/glow/themes/glass') diff --git a/twin-styles/glow/themes/glass/CMakeLists.txt b/twin-styles/glow/themes/glass/CMakeLists.txt new file mode 100644 index 00000000..279668d3 --- /dev/null +++ b/twin-styles/glow/themes/glass/CMakeLists.txt @@ -0,0 +1,22 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + background.png + help.png help_glow.png + close.png close_glow.png + iconify.png iconify_glow.png + maximizeoff.png maximizeoff_glow.png + maximizeon.png maximizeon_glow.png + stickyon.png stickyon_glow.png + stickyoff.png stickyoff_glow.png + glass.theme + DESTINATION ${DATA_INSTALL_DIR}/twin/glow-themes/glass ) diff --git a/twin-styles/glow/themes/glass/Makefile.am b/twin-styles/glow/themes/glass/Makefile.am new file mode 100644 index 00000000..aeff2c35 --- /dev/null +++ b/twin-styles/glow/themes/glass/Makefile.am @@ -0,0 +1,17 @@ +linkdir = $(kde_datadir)/twin/glow-themes/glass +link_DATA = \ +background.png \ +help.png help_glow.png \ +close.png close_glow.png \ +iconify.png iconify_glow.png \ +maximizeoff.png maximizeoff_glow.png \ +maximizeon.png maximizeon_glow.png \ +stickyon.png stickyon_glow.png \ +stickyoff.png stickyoff_glow.png \ +glass.theme + +EXTRA_DIST = $(link_DATA) + +###KMAKE-start (don't edit or delete this block) + +###KMAKE-end diff --git a/twin-styles/glow/themes/glass/background.png b/twin-styles/glow/themes/glass/background.png new file mode 100644 index 00000000..97d278a0 Binary files /dev/null and b/twin-styles/glow/themes/glass/background.png differ diff --git a/twin-styles/glow/themes/glass/close.png b/twin-styles/glow/themes/glass/close.png new file mode 100644 index 00000000..8b61cfd2 Binary files /dev/null and b/twin-styles/glow/themes/glass/close.png differ diff --git a/twin-styles/glow/themes/glass/close_glow.png b/twin-styles/glow/themes/glass/close_glow.png new file mode 100644 index 00000000..2be50e89 Binary files /dev/null and b/twin-styles/glow/themes/glass/close_glow.png differ diff --git a/twin-styles/glow/themes/glass/glass.theme b/twin-styles/glow/themes/glass/glass.theme new file mode 100644 index 00000000..9facf271 --- /dev/null +++ b/twin-styles/glow/themes/glass/glass.theme @@ -0,0 +1,19 @@ +buttonSize=19,19 + +backgroundPixmap=background.png + +stickyOnPixmap=stickyon.png +stickyOffPixmap=stickyoff.png +maximizeOnPixmap=maximizeon.png +maximizeOffPixmap=maximizeoff.png +helpPixmap=help.png +closePixmap=close.png +iconifyPixmap=iconify.png + +stickyOnGlowPixmap=stickyon_glow.png +stickyOffGlowPixmap=stickyoff_glow.png +maximizeOnGlowPixmap=maximizeon_glow.png +maximizeOffGlowPixmap=maximizeoff_glow.png +helpGlowPixmap=help_glow.png +closeGlowPixmap=close_glow.png +iconifyGlowPixmap=iconify_glow.png diff --git a/twin-styles/glow/themes/glass/help.png b/twin-styles/glow/themes/glass/help.png new file mode 100644 index 00000000..7a12fe88 Binary files /dev/null and b/twin-styles/glow/themes/glass/help.png differ diff --git a/twin-styles/glow/themes/glass/help_glow.png b/twin-styles/glow/themes/glass/help_glow.png new file mode 100644 index 00000000..77976ff1 Binary files /dev/null and b/twin-styles/glow/themes/glass/help_glow.png differ diff --git a/twin-styles/glow/themes/glass/iconify.png b/twin-styles/glow/themes/glass/iconify.png new file mode 100644 index 00000000..55b9f6a9 Binary files /dev/null and b/twin-styles/glow/themes/glass/iconify.png differ diff --git a/twin-styles/glow/themes/glass/iconify_glow.png b/twin-styles/glow/themes/glass/iconify_glow.png new file mode 100644 index 00000000..ff741dbe Binary files /dev/null and b/twin-styles/glow/themes/glass/iconify_glow.png differ diff --git a/twin-styles/glow/themes/glass/maximizeoff.png b/twin-styles/glow/themes/glass/maximizeoff.png new file mode 100644 index 00000000..b08d34c1 Binary files /dev/null and b/twin-styles/glow/themes/glass/maximizeoff.png differ diff --git a/twin-styles/glow/themes/glass/maximizeoff_glow.png b/twin-styles/glow/themes/glass/maximizeoff_glow.png new file mode 100644 index 00000000..8ff43447 Binary files /dev/null and b/twin-styles/glow/themes/glass/maximizeoff_glow.png differ diff --git a/twin-styles/glow/themes/glass/maximizeon.png b/twin-styles/glow/themes/glass/maximizeon.png new file mode 100644 index 00000000..8894007e Binary files /dev/null and b/twin-styles/glow/themes/glass/maximizeon.png differ diff --git a/twin-styles/glow/themes/glass/maximizeon_glow.png b/twin-styles/glow/themes/glass/maximizeon_glow.png new file mode 100644 index 00000000..7fe3c840 Binary files /dev/null and b/twin-styles/glow/themes/glass/maximizeon_glow.png differ diff --git a/twin-styles/glow/themes/glass/stickyoff.png b/twin-styles/glow/themes/glass/stickyoff.png new file mode 100644 index 00000000..d87cfe9d Binary files /dev/null and b/twin-styles/glow/themes/glass/stickyoff.png differ diff --git a/twin-styles/glow/themes/glass/stickyoff_glow.png b/twin-styles/glow/themes/glass/stickyoff_glow.png new file mode 100644 index 00000000..f682df78 Binary files /dev/null and b/twin-styles/glow/themes/glass/stickyoff_glow.png differ diff --git a/twin-styles/glow/themes/glass/stickyon.png b/twin-styles/glow/themes/glass/stickyon.png new file mode 100644 index 00000000..f044c134 Binary files /dev/null and b/twin-styles/glow/themes/glass/stickyon.png differ diff --git a/twin-styles/glow/themes/glass/stickyon_glow.png b/twin-styles/glow/themes/glass/stickyon_glow.png new file mode 100644 index 00000000..0b468787 Binary files /dev/null and b/twin-styles/glow/themes/glass/stickyon_glow.png differ -- cgit v1.2.1