Add 30x scripts

This commit is contained in:
Donovan Glover 2018-09-01 00:30:48 -04:00
parent 830b7bcb0c
commit 547032a285
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 48 additions and 0 deletions

13
sh/301-adapta-theme Normal file
View File

@ -0,0 +1,13 @@
#!/bin/sh
#
# Adapta is a common GTK theme used by many users. There is
# also A KDE theme for consistency across both toolkits.
#
# https://github.com/adapta-project/adapta-gtk-theme
# https://github.com/PapirusDevelopmentTeam/adapta-kde
set -xe
pacman -S adapta-gtk-theme
pacman -S adapta-kde

13
sh/302-arc-theme Normal file
View File

@ -0,0 +1,13 @@
#!/bin/sh
#
# Arc is also a often used theme. Once again, there is also
# a KDE version for consistency across the two.
#
# https://github.com/horst3180/arc-theme
# https://github.com/PapirusDevelopmentTeam/arc-kde
set -xe
pacman -S arc-gtk-theme
pacman -S arc-kde

12
sh/303-materia-theme Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
#
# Materia is another common theme.
#
# https://github.com/nana-4/materia-theme
# https://github.com/PapirusDevelopmentTeam/materia-kde
set -xe
pacman -S materia-gtk-theme
pacman -S materia-kde

10
sh/304-papirus-icon-theme Normal file
View File

@ -0,0 +1,10 @@
#!/bin/sh
#
# Papirus is the go-to icon theme used by many. It just works.
#
# https://wiki.archlinux.org/index.php/Icons
# https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
set -xe
pacman -S papirus-icon-theme