]> git.sev.monster Git - dotfiles.git/commitdiff
update submodules, cache icons when installing
authorsev <git@sev.monster>
Thu, 19 Mar 2020 03:39:00 +0000 (22:39 -0500)
committersev <git@sev.monster>
Fri, 5 Apr 2024 21:27:39 +0000 (16:27 -0500)
base/.vim/pack/commentary.vim/start/vim-commentary
base/.vim/pack/repeat.vim/start/vim-repeat
base/.vim/pack/speeddating.vim/start/vim-speeddating
base/.vim/pack/surround.vim/start/vim-surround
install.sh
xorg/icons/paper-icon-theme

index 141d9d32a9fb58fe474fcc89cd7221eb2dd57b3a..f8238d70f873969fb41bf6a6b07ca63a4c0b82b1 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 141d9d32a9fb58fe474fcc89cd7221eb2dd57b3a
+Subproject commit f8238d70f873969fb41bf6a6b07ca63a4c0b82b1
index ae361bea990e27d5beade3a8d9fa22e25cec3100..c947ad2b6a16983724a0153bdf7f66d7a80a32ca 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ae361bea990e27d5beade3a8d9fa22e25cec3100
+Subproject commit c947ad2b6a16983724a0153bdf7f66d7a80a32ca
index ce2f1aae9f2be128b4ca322a8e797be3ae40c30b..fe98cfaa7ea9c4b838d42a6830437c919eb55b4e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ce2f1aae9f2be128b4ca322a8e797be3ae40c30b
+Subproject commit fe98cfaa7ea9c4b838d42a6830437c919eb55b4e
index fab8621670f71637e9960003af28365129b1dfd0..f51a26d3710629d031806305b6c8727189cd1935 160000 (submodule)
@@ -1 +1 @@
-Subproject commit fab8621670f71637e9960003af28365129b1dfd0
+Subproject commit f51a26d3710629d031806305b6c8727189cd1935
index 15b9f199c4d4235782537d04adcb43adb07321f0..bff209a5c057f8f11a2d79063b890c2bab8bcf89 100755 (executable)
@@ -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
index ab51c46f2b562e0860eef0c2b2d673fd9811acdd..aa3e8af7a1f0831a51fd7e638a4acb077a1e5188 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ab51c46f2b562e0860eef0c2b2d673fd9811acdd
+Subproject commit aa3e8af7a1f0831a51fd7e638a4acb077a1e5188
This page took 0.0383790000000001 seconds and 4 git commands to generate.