diff options
author | Mavridis Philippe <[email protected]> | 2024-08-02 19:26:42 +0300 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-04 19:01:00 +0900 |
commit | c57ea5f28b963407717f62385cdd1d0df4740a9f (patch) | |
tree | 9c6d82c0bf198c0046e5b275646deb5c8fdbc5c7 /twin/pics | |
parent | 72fce97c2e965335bbd53ebe0af86386d0524204 (diff) | |
download | tdebase-c57ea5f28b963407717f62385cdd1d0df4740a9f.tar.gz tdebase-c57ea5f28b963407717f62385cdd1d0df4740a9f.zip |
TWin, Kicker: Add icons for tiling menus
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 66ebe21d5ef4cbeb0983d2456833f3e24fe44f0a)
Diffstat (limited to 'twin/pics')
-rw-r--r-- | twin/pics/CMakeLists.txt | 16 | ||||
-rw-r--r-- | twin/pics/tile_bottom.png | bin | 0 -> 3425 bytes | |||
-rw-r--r-- | twin/pics/tile_bottomleft.png | bin | 0 -> 3410 bytes | |||
-rw-r--r-- | twin/pics/tile_bottomright.png | bin | 0 -> 3414 bytes | |||
-rw-r--r-- | twin/pics/tile_left.png | bin | 0 -> 3417 bytes | |||
-rw-r--r-- | twin/pics/tile_right.png | bin | 0 -> 3416 bytes | |||
-rw-r--r-- | twin/pics/tile_top.png | bin | 0 -> 3437 bytes | |||
-rw-r--r-- | twin/pics/tile_topleft.png | bin | 0 -> 3427 bytes | |||
-rw-r--r-- | twin/pics/tile_topright.png | bin | 0 -> 3427 bytes |
9 files changed, 0 insertions, 16 deletions
diff --git a/twin/pics/CMakeLists.txt b/twin/pics/CMakeLists.txt deleted file mode 100644 index e9068f5d9..000000000 --- a/twin/pics/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -install( FILES - close.png maximize.png maximizedown.png menu.png - iconify.png pindown.png pinup.png unknown.png fog.png - fog-grey.png bluesun.png greenie.light.png greenie.dim.png - DESTINATION ${DATA_INSTALL_DIR}/twin/pics ) diff --git a/twin/pics/tile_bottom.png b/twin/pics/tile_bottom.png Binary files differnew file mode 100644 index 000000000..de6a89093 --- /dev/null +++ b/twin/pics/tile_bottom.png diff --git a/twin/pics/tile_bottomleft.png b/twin/pics/tile_bottomleft.png Binary files differnew file mode 100644 index 000000000..30ae6d94d --- /dev/null +++ b/twin/pics/tile_bottomleft.png diff --git a/twin/pics/tile_bottomright.png b/twin/pics/tile_bottomright.png Binary files differnew file mode 100644 index 000000000..34ef23211 --- /dev/null +++ b/twin/pics/tile_bottomright.png diff --git a/twin/pics/tile_left.png b/twin/pics/tile_left.png Binary files differnew file mode 100644 index 000000000..14a77d1a6 --- /dev/null +++ b/twin/pics/tile_left.png diff --git a/twin/pics/tile_right.png b/twin/pics/tile_right.png Binary files differnew file mode 100644 index 000000000..c04d5fc1b --- /dev/null +++ b/twin/pics/tile_right.png diff --git a/twin/pics/tile_top.png b/twin/pics/tile_top.png Binary files differnew file mode 100644 index 000000000..ca1e277e8 --- /dev/null +++ b/twin/pics/tile_top.png diff --git a/twin/pics/tile_topleft.png b/twin/pics/tile_topleft.png Binary files differnew file mode 100644 index 000000000..1e0cd5b9e --- /dev/null +++ b/twin/pics/tile_topleft.png diff --git a/twin/pics/tile_topright.png b/twin/pics/tile_topright.png Binary files differnew file mode 100644 index 000000000..c0316cfa2 --- /dev/null +++ b/twin/pics/tile_topright.png |