This repository has been archived on 2021-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
sh_multi_install/common/themes/chrome-icon-fix.sh

6 lines
155 B
Bash
Raw Normal View History

2021-03-04 10:19:49 +01:00
#!/bin/bash
fix_chrome_icons() {
2021-03-04 10:35:24 +01:00
sudo cp -r ~/.local/share/icons/hicolor/128x128/apps/* ~/.local/share/icons/Tela-circle-orange-dark/scalable/apps/
2021-03-04 10:19:49 +01:00
}