From c239cd64a894deec52af48b1722f2eb29fc1b8a2 Mon Sep 17 00:00:00 2001 From: imoize <51510865+imoize@users.noreply.github.com> Date: Wed, 12 Jun 2024 06:23:14 +0700 Subject: [PATCH 1/3] Remove apple logo for alternative options --- .../scalable/preferences-desktop-display.svg | 16 +++++ .../scalable/preferences-desktop-icons.svg | 28 ++++++++ .../preferences-desktop-peripherals.svg | 27 +++++++ .../devices/scalable/drive-harddisk-root.svg | 70 ++++++++++--------- alternative/devices/scalable/input-mouse.svg | 57 ++++++++------- .../devices/scalable/input-touchpad.svg | 28 ++++---- links/apps/scalable/input_device_settings.svg | 1 - src/apps/scalable/input-mouse.svg | 1 - 8 files changed, 149 insertions(+), 79 deletions(-) create mode 100644 alternative/apps/scalable/preferences-desktop-display.svg create mode 100644 alternative/apps/scalable/preferences-desktop-icons.svg create mode 100644 alternative/apps/scalable/preferences-desktop-peripherals.svg delete mode 120000 links/apps/scalable/input_device_settings.svg delete mode 100644 src/apps/scalable/input-mouse.svg diff --git a/alternative/apps/scalable/preferences-desktop-display.svg b/alternative/apps/scalable/preferences-desktop-display.svg new file mode 100644 index 00000000..b0380d12 --- /dev/null +++ b/alternative/apps/scalable/preferences-desktop-display.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/alternative/apps/scalable/preferences-desktop-icons.svg b/alternative/apps/scalable/preferences-desktop-icons.svg new file mode 100644 index 00000000..90822a07 --- /dev/null +++ b/alternative/apps/scalable/preferences-desktop-icons.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/alternative/apps/scalable/preferences-desktop-peripherals.svg b/alternative/apps/scalable/preferences-desktop-peripherals.svg new file mode 100644 index 00000000..01be08d9 --- /dev/null +++ b/alternative/apps/scalable/preferences-desktop-peripherals.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/alternative/devices/scalable/drive-harddisk-root.svg b/alternative/devices/scalable/drive-harddisk-root.svg index d6d60dd2..7d9ffc2e 100644 --- a/alternative/devices/scalable/drive-harddisk-root.svg +++ b/alternative/devices/scalable/drive-harddisk-root.svg @@ -1,37 +1,41 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - + + + + - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/alternative/devices/scalable/input-mouse.svg b/alternative/devices/scalable/input-mouse.svg index 65587674..d2a19608 100644 --- a/alternative/devices/scalable/input-mouse.svg +++ b/alternative/devices/scalable/input-mouse.svg @@ -1,31 +1,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/alternative/devices/scalable/input-touchpad.svg b/alternative/devices/scalable/input-touchpad.svg index e33ec43d..56aad89a 100644 --- a/alternative/devices/scalable/input-touchpad.svg +++ b/alternative/devices/scalable/input-touchpad.svg @@ -1,17 +1,15 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/links/apps/scalable/input_device_settings.svg b/links/apps/scalable/input_device_settings.svg deleted file mode 120000 index e81935d8..00000000 --- a/links/apps/scalable/input_device_settings.svg +++ /dev/null @@ -1 +0,0 @@ -input-mouse.svg \ No newline at end of file diff --git a/src/apps/scalable/input-mouse.svg b/src/apps/scalable/input-mouse.svg deleted file mode 100644 index 6a969aad..00000000 --- a/src/apps/scalable/input-mouse.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 523aaf2fa26773043dc8704e45f6820c43e71351 Mon Sep 17 00:00:00 2001 From: imoize <51510865+imoize@users.noreply.github.com> Date: Wed, 12 Jun 2024 06:24:47 +0700 Subject: [PATCH 2/3] Add icon and fix color scheme --- links/apps/scalable/cuttlefish.svg | 1 - src/apps/scalable/cuttlefish.svg | 73 ++++++++++++++++++++++++++++++ src/places/16/folder-steam.svg | 2 +- 3 files changed, 74 insertions(+), 2 deletions(-) delete mode 120000 links/apps/scalable/cuttlefish.svg create mode 100644 src/apps/scalable/cuttlefish.svg diff --git a/links/apps/scalable/cuttlefish.svg b/links/apps/scalable/cuttlefish.svg deleted file mode 120000 index 2f42f037..00000000 --- a/links/apps/scalable/cuttlefish.svg +++ /dev/null @@ -1 +0,0 @@ -plasma.svg \ No newline at end of file diff --git a/src/apps/scalable/cuttlefish.svg b/src/apps/scalable/cuttlefish.svg new file mode 100644 index 00000000..537809cf --- /dev/null +++ b/src/apps/scalable/cuttlefish.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/places/16/folder-steam.svg b/src/places/16/folder-steam.svg index 4439bd0c..e0529cb5 100644 --- a/src/places/16/folder-steam.svg +++ b/src/places/16/folder-steam.svg @@ -3,6 +3,6 @@ - + From 6911966e9b6c283d00273ab7eddb0176fc2e1f40 Mon Sep 17 00:00:00 2001 From: imoize <51510865+imoize@users.noreply.github.com> Date: Fri, 14 Jun 2024 07:36:21 +0700 Subject: [PATCH 3/3] Add new icons --- src/apps/scalable/btop.svg | 21 ++ src/apps/scalable/btrfs-assistant.svg | 2 + src/apps/scalable/cachyos-kernel-manager.svg | 285 +++++++++++++++++++ src/apps/scalable/cachyos-pi.svg | 231 +++++++++++++++ src/apps/scalable/org.cachyos.hello.svg | 2 + 5 files changed, 541 insertions(+) create mode 100644 src/apps/scalable/btop.svg create mode 100644 src/apps/scalable/btrfs-assistant.svg create mode 100644 src/apps/scalable/cachyos-kernel-manager.svg create mode 100644 src/apps/scalable/cachyos-pi.svg create mode 100644 src/apps/scalable/org.cachyos.hello.svg diff --git a/src/apps/scalable/btop.svg b/src/apps/scalable/btop.svg new file mode 100644 index 00000000..f51fd20b --- /dev/null +++ b/src/apps/scalable/btop.svg @@ -0,0 +1,21 @@ + + diff --git a/src/apps/scalable/btrfs-assistant.svg b/src/apps/scalable/btrfs-assistant.svg new file mode 100644 index 00000000..5f10339d --- /dev/null +++ b/src/apps/scalable/btrfs-assistant.svg @@ -0,0 +1,2 @@ + + diff --git a/src/apps/scalable/cachyos-kernel-manager.svg b/src/apps/scalable/cachyos-kernel-manager.svg new file mode 100644 index 00000000..4d027d5e --- /dev/null +++ b/src/apps/scalable/cachyos-kernel-manager.svg @@ -0,0 +1,285 @@ + + diff --git a/src/apps/scalable/cachyos-pi.svg b/src/apps/scalable/cachyos-pi.svg new file mode 100644 index 00000000..03f68826 --- /dev/null +++ b/src/apps/scalable/cachyos-pi.svg @@ -0,0 +1,231 @@ + + diff --git a/src/apps/scalable/org.cachyos.hello.svg b/src/apps/scalable/org.cachyos.hello.svg new file mode 100644 index 00000000..a585ce4c --- /dev/null +++ b/src/apps/scalable/org.cachyos.hello.svg @@ -0,0 +1,2 @@ + +