Compare commits
No commits in common. "d4754e5547ea661910a3ba9d387bee0179665c00" and "27fc4e152e88074e5907ff0b05870e3bb126d784" have entirely different histories.
d4754e5547
...
27fc4e152e
5
common/themes/chrome-icon-fix.sh
Normal file
5
common/themes/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-orange-dark/scalable/apps/
|
||||
}
|
@ -6,6 +6,4 @@ install_tela_circle_icons() {
|
||||
./install.sh -a
|
||||
cd ..
|
||||
sudo rm -r Tela-circle-icon-theme
|
||||
|
||||
sudo cp -r ~/.local/share/icons/hicolor/128x128/apps/* ~/.local/share/icons/Tela-circle-orange-dark/scalable/apps/
|
||||
}
|
@ -6,6 +6,7 @@ source $PWD/common/themes/orchis.sh
|
||||
source $PWD/common/themes/tela_circle_icons.sh
|
||||
source $PWD/common/themes/vimix_cursors.sh
|
||||
source $PWD/common/themes/grub_theme.sh
|
||||
source $PWD/common/themes/chrome-icon-fix.sh
|
||||
|
||||
update
|
||||
|
||||
@ -13,3 +14,5 @@ install_orchis orange
|
||||
install_tela_circle_icons
|
||||
install_vimix_cursors
|
||||
install_grub_theme vimix 1080p
|
||||
|
||||
fix_chrome_icons
|
||||
|
Loading…
Reference in New Issue
Block a user