forked from sh-edraft.de/sh_linux_installation_scripts
Added chrome icon fix
This commit is contained in:
parent
16a72dafc1
commit
719b79c60b
5
default/chrome-icon-fix.sh
Normal file
5
default/chrome-icon-fix.sh
Normal file
@ -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/
|
||||||
|
}
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
source ./default/update.sh
|
source ./default/update.sh
|
||||||
source ./default/theme.sh
|
source ./default/theme.sh
|
||||||
|
source ./default/chrome-icon-fix.sh
|
||||||
|
|
||||||
update
|
update
|
||||||
install_theme
|
install_theme
|
||||||
|
fix_chrome_icons
|
||||||
|
Reference in New Issue
Block a user