From 152474f63f971b4c543a896c11f2c6db5a4c2d41 Mon Sep 17 00:00:00 2001 From: sev Date: Wed, 18 Mar 2020 22:39:00 -0500 Subject: [PATCH] update submodules, cache icons when installing --- base/.vim/pack/commentary.vim/start/vim-commentary | 2 +- base/.vim/pack/repeat.vim/start/vim-repeat | 2 +- base/.vim/pack/speeddating.vim/start/vim-speeddating | 2 +- base/.vim/pack/surround.vim/start/vim-surround | 2 +- install.sh | 7 +++++-- xorg/icons/paper-icon-theme | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/base/.vim/pack/commentary.vim/start/vim-commentary b/base/.vim/pack/commentary.vim/start/vim-commentary index 141d9d3..f8238d7 160000 --- a/base/.vim/pack/commentary.vim/start/vim-commentary +++ b/base/.vim/pack/commentary.vim/start/vim-commentary @@ -1 +1 @@ -Subproject commit 141d9d32a9fb58fe474fcc89cd7221eb2dd57b3a +Subproject commit f8238d70f873969fb41bf6a6b07ca63a4c0b82b1 diff --git a/base/.vim/pack/repeat.vim/start/vim-repeat b/base/.vim/pack/repeat.vim/start/vim-repeat index ae361be..c947ad2 160000 --- a/base/.vim/pack/repeat.vim/start/vim-repeat +++ b/base/.vim/pack/repeat.vim/start/vim-repeat @@ -1 +1 @@ -Subproject commit ae361bea990e27d5beade3a8d9fa22e25cec3100 +Subproject commit c947ad2b6a16983724a0153bdf7f66d7a80a32ca diff --git a/base/.vim/pack/speeddating.vim/start/vim-speeddating b/base/.vim/pack/speeddating.vim/start/vim-speeddating index ce2f1aa..fe98cfa 160000 --- a/base/.vim/pack/speeddating.vim/start/vim-speeddating +++ b/base/.vim/pack/speeddating.vim/start/vim-speeddating @@ -1 +1 @@ -Subproject commit ce2f1aae9f2be128b4ca322a8e797be3ae40c30b +Subproject commit fe98cfaa7ea9c4b838d42a6830437c919eb55b4e diff --git a/base/.vim/pack/surround.vim/start/vim-surround b/base/.vim/pack/surround.vim/start/vim-surround index fab8621..f51a26d 160000 --- a/base/.vim/pack/surround.vim/start/vim-surround +++ b/base/.vim/pack/surround.vim/start/vim-surround @@ -1 +1 @@ -Subproject commit fab8621670f71637e9960003af28365129b1dfd0 +Subproject commit f51a26d3710629d031806305b6c8727189cd1935 diff --git a/install.sh b/install.sh index 15b9f19..bff209a 100755 --- a/install.sh +++ b/install.sh @@ -58,7 +58,10 @@ find urxvt-ext -type f -perm -111 -mindepth 1 -maxdepth 2 | while read -r x; do done find xorg/icons -type d -mindepth 1 -maxdepth 2 | while read -r x; do if [ -e "$x/index.theme" ]; then - l "$HOME/.icons/`basename "$x"`" + d="$HOME/.icons/`basename "$x"`" + l $d + which gtk-update-icon-cache >/dev/null 2>&1 && gtk-update-icon-cache -qtf $d + unset d fi done find xorg/themes -type d -mindepth 1 -maxdepth 1 | while read -r x; do @@ -68,7 +71,7 @@ find fonts -type d -mindepth 1 -maxdepth 1 | while read -r x; do l "$HOME/share/fonts/`basename "$x"`" done #XXX: potential bug with newlines in profile name (if ff even takes it) -#XXX: breaks on multiple profiles +#XXX: breaks on multiple profiles, read from profiles.ini ffdir="`find "$HOME/.mozilla/firefox" -type d -mindepth 1 -maxdepth 1 | head -1 2>$devnull`" if [ -d "$ffdir" ]; then find firefox -mindepth 1 -maxdepth 1 | while read -r x; do diff --git a/xorg/icons/paper-icon-theme b/xorg/icons/paper-icon-theme index ab51c46..aa3e8af 160000 --- a/xorg/icons/paper-icon-theme +++ b/xorg/icons/paper-icon-theme @@ -1 +1 @@ -Subproject commit ab51c46f2b562e0860eef0c2b2d673fd9811acdd +Subproject commit aa3e8af7a1f0831a51fd7e638a4acb077a1e5188 -- 2.47.0