From 05daf2a9d9e647bbc2fcdecdc76ce08d67323b2a Mon Sep 17 00:00:00 2001 From: Aarav Garg <56773128+aargar1@users.noreply.github.com> Date: Wed, 13 Oct 2021 12:24:53 -0700 Subject: [PATCH 1/3] Add tux icon! --- lib-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-core.sh b/lib-core.sh index f511793..952eec5 100755 --- a/lib-core.sh +++ b/lib-core.sh @@ -85,7 +85,7 @@ COLOR_VARIANTS=('light' 'dark') OPACITY_VARIANTS=('normal' 'solid') ALT_VARIANTS=('normal' 'alt') THEME_VARIANTS=('default' 'blue' 'purple' 'pink' 'red' 'orange' 'yellow' 'green' 'grey') -ICON_VARIANTS=('standard' 'simple' 'gnome' 'ubuntu' 'arch' 'manjaro' 'fedora' 'debian' 'void' 'opensuse' 'popos' 'mxlinux' 'zorin') +ICON_VARIANTS=('standard' 'simple' 'gnome' 'ubuntu' 'tux' 'arch' 'manjaro' 'fedora' 'debian' 'void' 'opensuse' 'popos' 'mxlinux' 'zorin') SIDEBAR_SIZE_VARIANTS=('default' '180' '220' '240' '260' '280') PANEL_OPACITY_VARIANTS=('default' '30' '45' '60' '75') PANEL_SIZE_VARIANTS=('default' 'smaller' 'bigger') From 5a872e7bafe27aa51844ea367e62ea516ede92e4 Mon Sep 17 00:00:00 2001 From: Aarav Garg <56773128+aargar1@users.noreply.github.com> Date: Wed, 13 Oct 2021 12:25:55 -0700 Subject: [PATCH 2/3] Add tux icon. --- .../gnome-shell/activities/activities-tux.svg | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/assets/gnome-shell/activities/activities-tux.svg diff --git a/src/assets/gnome-shell/activities/activities-tux.svg b/src/assets/gnome-shell/activities/activities-tux.svg new file mode 100644 index 0000000..3dce418 --- /dev/null +++ b/src/assets/gnome-shell/activities/activities-tux.svg @@ -0,0 +1,22 @@ + + + + +Artboard 1 + + + + + + + + + + + + + + \ No newline at end of file From 39f5a99ceadac5ad37327d2d0a50c1fadae3ee84 Mon Sep 17 00:00:00 2001 From: Aarav Garg <56773128+aargar1@users.noreply.github.com> Date: Wed, 13 Oct 2021 12:26:26 -0700 Subject: [PATCH 3/3] Add tux! --- .../activities-black/activities-tux.svg | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/assets/gnome-shell/activities-black/activities-tux.svg diff --git a/src/assets/gnome-shell/activities-black/activities-tux.svg b/src/assets/gnome-shell/activities-black/activities-tux.svg new file mode 100644 index 0000000..b896382 --- /dev/null +++ b/src/assets/gnome-shell/activities-black/activities-tux.svg @@ -0,0 +1,21 @@ + + + + +Artboard 1 + + + + + + + + + + + + + \ No newline at end of file