diff options
author | Michele Calgaro <[email protected]> | 2023-10-17 19:57:10 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-10-17 19:57:10 +0900 |
commit | 0eec68a32197fcf878eabe4434badcf73e2d4741 (patch) | |
tree | 6b468db129339c1a6c67222507291dc16199b67c /client/pics | |
download | twin-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.am | 11 | ||||
-rw-r--r-- | client/pics/close.png | bin | 0 -> 264 bytes | |||
-rw-r--r-- | client/pics/help.png | bin | 0 -> 248 bytes | |||
-rw-r--r-- | client/pics/maximize.png | bin | 0 -> 292 bytes | |||
-rw-r--r-- | client/pics/minimize.png | bin | 0 -> 258 bytes | |||
-rw-r--r-- | client/pics/minmax.png | bin | 0 -> 235 bytes | |||
-rw-r--r-- | client/pics/sticky.png | bin | 0 -> 277 bytes | |||
-rw-r--r-- | client/pics/unsticky.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..65f7135 --- /dev/null +++ b/client/pics/close.png diff --git a/client/pics/help.png b/client/pics/help.png Binary files differnew file mode 100644 index 0000000..950fa0d --- /dev/null +++ b/client/pics/help.png diff --git a/client/pics/maximize.png b/client/pics/maximize.png Binary files differnew file mode 100644 index 0000000..118327d --- /dev/null +++ b/client/pics/maximize.png diff --git a/client/pics/minimize.png b/client/pics/minimize.png Binary files differnew file mode 100644 index 0000000..c0c9a3d --- /dev/null +++ b/client/pics/minimize.png diff --git a/client/pics/minmax.png b/client/pics/minmax.png Binary files differnew file mode 100644 index 0000000..e63406c --- /dev/null +++ b/client/pics/minmax.png diff --git a/client/pics/sticky.png b/client/pics/sticky.png Binary files differnew file mode 100644 index 0000000..61fdc59 --- /dev/null +++ b/client/pics/sticky.png diff --git a/client/pics/unsticky.png b/client/pics/unsticky.png Binary files differnew file mode 100644 index 0000000..6487855 --- /dev/null +++ b/client/pics/unsticky.png |