From 719b79c60b40e167a9b1dd894edbc02f712d99e9 Mon Sep 17 00:00:00 2001 From: edraft Date: Thu, 4 Mar 2021 10:19:49 +0100 Subject: [PATCH] Added chrome icon fix --- default/chrome-icon-fix.sh | 5 +++++ theme_installation.sh | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 default/chrome-icon-fix.sh diff --git a/default/chrome-icon-fix.sh b/default/chrome-icon-fix.sh new file mode 100644 index 0000000..a08d65c --- /dev/null +++ b/default/chrome-icon-fix.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +fix_chrome_icons() { + sudo cp -r ~/.local/share/icons/hicolor/128x128/apps/* ~/.local/share/icons/Tela-circle-ubuntu-dark/scalable/apps/ +} diff --git a/theme_installation.sh b/theme_installation.sh index 1e4254b..b4eda00 100644 --- a/theme_installation.sh +++ b/theme_installation.sh @@ -2,6 +2,8 @@ source ./default/update.sh source ./default/theme.sh +source ./default/chrome-icon-fix.sh update install_theme +fix_chrome_icons