Improved theme installation
This commit is contained in:
parent
dd436c4ce2
commit
77941c5ca3
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
install_candy_icons() {
|
install_candy_icons() {
|
||||||
cd /tmp
|
cd /tmp
|
||||||
wget https://github.com/EliverLara/candy-icons/archive/refs/heads/master.zip
|
wget https://github.com/EliverLara/candy-icons/archive/refs/heads/master.zip
|
||||||
|
@ -3,13 +3,14 @@
|
|||||||
source $PWD/common/debian/scripts/update.sh
|
source $PWD/common/debian/scripts/update.sh
|
||||||
|
|
||||||
source $PWD/common/themes/orchis.sh
|
source $PWD/common/themes/orchis.sh
|
||||||
source $PWD/common/themes/tela_circle_icons.sh
|
# source $PWD/common/themes/tela_circle_icons.sh
|
||||||
|
source $PWD/common/themes/candy_icons.sh
|
||||||
source $PWD/common/themes/vimix_cursors.sh
|
source $PWD/common/themes/vimix_cursors.sh
|
||||||
source $PWD/common/themes/grub_theme.sh
|
source $PWD/common/themes/grub_theme.sh
|
||||||
|
|
||||||
update
|
update
|
||||||
|
|
||||||
install_orchis orange
|
install_orchis orange
|
||||||
install_tela_circle_icons
|
install_candy_icons
|
||||||
install_vimix_cursors
|
install_vimix_cursors
|
||||||
install_grub_theme vimix 1080p
|
install_grub_theme vimix 1080p
|
||||||
|
Loading…
Reference in New Issue
Block a user