]> git.rmz.io Git - dotfiles.git/blobdiff - dwb/userstyles/update
dwb: remove config
[dotfiles.git] / dwb / userstyles / update
diff --git a/dwb/userstyles/update b/dwb/userstyles/update
deleted file mode 100755 (executable)
index 27e874d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/bash
-
-DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-
-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.com.css]="https://github.com/StylishThemes/StackOverflow-Dark/raw/master/stackoverflow-dark.css"
-
-for file in "${!sites[@]}"; do
-    wget "${sites[$file]}" -O "$DIR/$file"
-    sed '/@-moz-document/d;/^}/d' -i "$DIR/$file"
-done