#!/bin/sh while inotifywait -r /usr/share/themes/ "$HOME/.local/share/themes/"; do rsync -av --progress /usr/share/themes/* ~/.themes/ --exclude Windowck rsync -av --progress "$HOME/.local/share/themes/*" ~/.themes/ --exclude Windowck-dark done