diff options
-rw-r--r-- | extensions/userscripts | 5 | ||||
-rw-r--r-- | tools/dwb_em.in | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/extensions/userscripts b/extensions/userscripts index 4c0cedaf..905a7ed3 100644 --- a/extensions/userscripts +++ b/extensions/userscripts @@ -65,8 +65,9 @@ var sigDocument = -1; var sigCommitted = -1; /* //<DEFAULT_CONFIG - // paths to userscripts - [] + // paths to userscripts, this extension will also load all scripts in from + // $XDG_CONFIG_HOME/.config/dwb/scripts + scripts : [] //>DEFAULT_CONFIG */ diff --git a/tools/dwb_em.in b/tools/dwb_em.in index 43b75811..0080748a 100644 --- a/tools/dwb_em.in +++ b/tools/dwb_em.in @@ -51,7 +51,7 @@ check_dir() { } update_metainfo () { - notify "retrieving data" + notify "downloading metadata" curl "${CURL_FLAGS}" "${API_BASE}${DATA_FORMAT}" | \ awk '/^\s*-\s*{path:/ { p=substr($3, index($3, "/") + 1); print substr(p, 0, length(p)-1)" "substr($5, 0, length($5)-1) }' \ |