diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-18 15:01:26 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-18 15:01:30 +0200 |
commit | c1f6ea46d0d11dec3c11c02f1c10ef2e8e6ae9aa (patch) | |
tree | 51c1aee3854eccc02729c20e4c6002b272f04110 | |
parent | 9e95a78b781e5a0e9e8787e35bb9bd67ed3efc3a (diff) | |
download | kube-c1f6ea46d0d11dec3c11c02f1c10ef2e8e6ae9aa.tar.gz kube-c1f6ea46d0d11dec3c11c02f1c10ef2e8e6ae9aa.zip |
Added png icons in various sizes
In the hope that this fixes way to large icons being displayed e.g. in
the gnome application switcher.
-rw-r--r-- | icons/128-apps-kube_icon.png | bin | 0 -> 2506 bytes | |||
-rw-r--r-- | icons/16-apps-kube_icon.png | bin | 0 -> 1131 bytes | |||
-rw-r--r-- | icons/32-apps-kube_icon.png | bin | 0 -> 1131 bytes | |||
-rw-r--r-- | icons/48-apps-kube_icon.png | bin | 0 -> 1131 bytes | |||
-rw-r--r-- | icons/CMakeLists.txt | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/icons/128-apps-kube_icon.png b/icons/128-apps-kube_icon.png new file mode 100644 index 00000000..d2ba5820 --- /dev/null +++ b/icons/128-apps-kube_icon.png | |||
Binary files differ | |||
diff --git a/icons/16-apps-kube_icon.png b/icons/16-apps-kube_icon.png new file mode 100644 index 00000000..e2382d6a --- /dev/null +++ b/icons/16-apps-kube_icon.png | |||
Binary files differ | |||
diff --git a/icons/32-apps-kube_icon.png b/icons/32-apps-kube_icon.png new file mode 100644 index 00000000..e2382d6a --- /dev/null +++ b/icons/32-apps-kube_icon.png | |||
Binary files differ | |||
diff --git a/icons/48-apps-kube_icon.png b/icons/48-apps-kube_icon.png new file mode 100644 index 00000000..e2382d6a --- /dev/null +++ b/icons/48-apps-kube_icon.png | |||
Binary files differ | |||
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index 5fa36fbf..71caa12b 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt | |||
@@ -2,7 +2,7 @@ include(ECMInstallIcons) | |||
2 | include(KDEInstallDirs) | 2 | include(KDEInstallDirs) |
3 | 3 | ||
4 | #Install kube icons | 4 | #Install kube icons |
5 | ecm_install_icons(ICONS sc-apps-kube_icon.svg 256-apps-kube_icon.png DESTINATION share/icons) | 5 | ecm_install_icons(ICONS sc-apps-kube_icon.svg 256-apps-kube_icon.png 128-apps-kube_icon.png 48-apps-kube_icon.png 32-apps-kube_icon.png 16-apps-kube_icon.png DESTINATION share/icons) |
6 | ecm_install_icons(ICONS sc-apps-kube_symbol.svg DESTINATION share/icons) | 6 | ecm_install_icons(ICONS sc-apps-kube_symbol.svg DESTINATION share/icons) |
7 | ecm_install_icons(ICONS sc-apps-kube_logo.svg DESTINATION share/icons) | 7 | ecm_install_icons(ICONS sc-apps-kube_logo.svg DESTINATION share/icons) |
8 | 8 | ||