summaryrefslogtreecommitdiffstats
path: root/client/pics
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-10-17 19:57:10 +0900
committerMichele Calgaro <[email protected]>2023-10-17 19:57:10 +0900
commit0eec68a32197fcf878eabe4434badcf73e2d4741 (patch)
tree6b468db129339c1a6c67222507291dc16199b67c /client/pics
downloadtwin-style-fahrenheit-0eec68a32197fcf878eabe4434badcf73e2d4741.tar.gz
twin-style-fahrenheit-0eec68a32197fcf878eabe4434badcf73e2d4741.zip
Initial code import from https://www.trinity-look.org/p/1100374. As per note on the website, the code has been abandoned. There is no license file in the source code, but given the package was available on the KDE3 store back in the days, it is reasonable to assume it was distributed under GPL2 license
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'client/pics')
-rw-r--r--client/pics/Makefile.am11
-rw-r--r--client/pics/close.pngbin0 -> 264 bytes
-rw-r--r--client/pics/help.pngbin0 -> 248 bytes
-rw-r--r--client/pics/maximize.pngbin0 -> 292 bytes
-rw-r--r--client/pics/minimize.pngbin0 -> 258 bytes
-rw-r--r--client/pics/minmax.pngbin0 -> 235 bytes
-rw-r--r--client/pics/sticky.pngbin0 -> 277 bytes
-rw-r--r--client/pics/unsticky.pngbin0 -> 280 bytes
8 files changed, 11 insertions, 0 deletions
diff --git a/client/pics/Makefile.am b/client/pics/Makefile.am
new file mode 100644
index 0000000..cd202c8
--- /dev/null
+++ b/client/pics/Makefile.am
@@ -0,0 +1,11 @@
+linkdir = $(kde_datadir)/kwin/fahrenheit
+
+link_DATA = close.png maximize.png minmax.png minimize.png \
+ sticky.png unsticky.png help.png
+
+EXTRA_DIST = $(link_DATA)
+
+###KMAKE-start (don't edit or delete this block)
+
+###KMAKE-end
+
diff --git a/client/pics/close.png b/client/pics/close.png
new file mode 100644
index 0000000..65f7135
--- /dev/null
+++ b/client/pics/close.png
Binary files differ
diff --git a/client/pics/help.png b/client/pics/help.png
new file mode 100644
index 0000000..950fa0d
--- /dev/null
+++ b/client/pics/help.png
Binary files differ
diff --git a/client/pics/maximize.png b/client/pics/maximize.png
new file mode 100644
index 0000000..118327d
--- /dev/null
+++ b/client/pics/maximize.png
Binary files differ
diff --git a/client/pics/minimize.png b/client/pics/minimize.png
new file mode 100644
index 0000000..c0c9a3d
--- /dev/null
+++ b/client/pics/minimize.png
Binary files differ
diff --git a/client/pics/minmax.png b/client/pics/minmax.png
new file mode 100644
index 0000000..e63406c
--- /dev/null
+++ b/client/pics/minmax.png
Binary files differ
diff --git a/client/pics/sticky.png b/client/pics/sticky.png
new file mode 100644
index 0000000..61fdc59
--- /dev/null
+++ b/client/pics/sticky.png
Binary files differ
diff --git a/client/pics/unsticky.png b/client/pics/unsticky.png
new file mode 100644
index 0000000..6487855
--- /dev/null
+++ b/client/pics/unsticky.png
Binary files differ