X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/5a68a96d656e686f632dd805bafe462b1e19bc70..b1beaacd2b45c95cba8802b2483becc5223d52d3:/dwb/userstyles/update diff --git a/dwb/userstyles/update b/dwb/userstyles/update index 79b1abc..27e874d 100755 --- a/dwb/userstyles/update +++ b/dwb/userstyles/update @@ -6,7 +6,7 @@ declare -A sites sites[github.com.css]="https://github.com/StylishThemes/GitHub-Dark/raw/master/github-dark.css" sites[wikipedia.org.css]="https://github.com/StylishThemes/Wikipedia-Dark/raw/master/wikipedia-dark.css" -sites[stackoverflow.org.css]="https://github.com/StylishThemes/StackOverflow-Dark/raw/master/stackoverflow-dark.css" +sites[stackoverflow.com.css]="https://github.com/StylishThemes/StackOverflow-Dark/raw/master/stackoverflow-dark.css" for file in "${!sites[@]}"; do wget "${sites[$file]}" -O "$DIR/$file"