From 90595fd45a6565adddad4b89c7c4352b89718578 Mon Sep 17 00:00:00 2001 From: ds6 Date: Thu, 24 May 2018 01:55:27 -0500 Subject: [PATCH 1/1] add Blackbird theme, simplify xorg install --- .gitmodules | 3 +++ install.sh | 11 +++++------ xorg/themes/Blackbird | 1 + 3 files changed, 9 insertions(+), 6 deletions(-) create mode 160000 xorg/themes/Blackbird diff --git a/.gitmodules b/.gitmodules index 7215e25..0861fc8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "paper-icon-theme"] path = xorg/icons/paper-icon-theme url = https://github.com/snwh/paper-icon-theme +[submodule "Blackbird"] + path = xorg/themes/Blackbird + url = https://github.com/shimmerproject/Blackbird diff --git a/install.sh b/install.sh index 2d244b1..7e74711 100755 --- a/install.sh +++ b/install.sh @@ -49,13 +49,12 @@ done find "$PWD/urxvt-ext" -type f $fex -mindepth 1 -maxdepth 2 | while read -r x; do l "$HOME/.urxvt/ext/`basename $x`" done -cd "$PWD/xorg" -for y in icons themes; do - find $y -type d -mindepth 2 -maxdepth 2 | while read -r x; do - l "$HOME/.$y/`basename "$x"`" "$PWD/$x" - done +find "$PWD/xorg/icons" -type d -mindepth 2 -maxdepth 2 | while read -r x; do + l "$HOME/.icons/`basename "$x"`" +done +find "$PWD/xorg/themes" -type d -mindepth 1 -maxdepth 1 | while read -r x; do + l "$HOME/.themes/`basename "$x"`" done -cd - find "$PWD/xorg/fonts" -type d -mindepth 1 -maxdepth 1 | while read -r x; do l "$HOME/share/fonts/`basename "$x"`" done diff --git a/xorg/themes/Blackbird b/xorg/themes/Blackbird new file mode 160000 index 0000000..a1c5674 --- /dev/null +++ b/xorg/themes/Blackbird @@ -0,0 +1 @@ +Subproject commit a1c5674c0ec38b4cc8ba41d2c0e6187987ae7eb4 -- 2.47.0