mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 01:14:01 +01:00
Add 30x scripts
This commit is contained in:
parent
830b7bcb0c
commit
547032a285
13
sh/301-adapta-theme
Normal file
13
sh/301-adapta-theme
Normal 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
13
sh/302-arc-theme
Normal 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
12
sh/303-materia-theme
Normal 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
10
sh/304-papirus-icon-theme
Normal 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
|
Loading…
Reference in New Issue
Block a user