Improved project structure
This commit is contained in:
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/
|
||||
}
|
9
common/themes/grub_theme.sh
Normal file
9
common/themes/grub_theme.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_grub_theme() {
|
||||
git clone https://github.com/vinceliuice/grub2-themes.git
|
||||
cd grub2-themes
|
||||
sudo ./install.sh -t $1 -s $2
|
||||
cd ..
|
||||
sudo rm -r grub2-themes
|
||||
}
|
9
common/themes/orchis.sh
Normal file
9
common/themes/orchis.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_orchis() {
|
||||
git clone https://github.com/vinceliuice/Orchis-theme
|
||||
cd Orchis-theme
|
||||
./install.sh -t $1
|
||||
cd ..
|
||||
sudo rm -r Orchis-theme
|
||||
}
|
9
common/themes/tela_circle_icons.sh
Normal file
9
common/themes/tela_circle_icons.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_tela_circle_icons() {
|
||||
git clone https://github.com/vinceliuice/Tela-circle-icon-theme
|
||||
cd Tela-circle-icon-theme
|
||||
./install.sh -a
|
||||
cd ..
|
||||
sudo rm -r Tela-circle-icon-theme
|
||||
}
|
9
common/themes/vimix_cursors.sh
Normal file
9
common/themes/vimix_cursors.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_vimix_cursors() {
|
||||
git clone https://github.com/vinceliuice/Vimix-cursors
|
||||
cd Vimix-cursors
|
||||
./install.sh
|
||||
cd ..
|
||||
sudo rm -r Vimix-cursors
|
||||
}
|
Reference in New Issue
Block a user