diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8ad45038..98e75c03 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1 +1,8 @@ + + +- +- +- + diff --git a/src/other/firefox/userChrome.css b/src/other/firefox/userChrome.css index fdcc4e15..1fbea6f6 100644 --- a/src/other/firefox/userChrome.css +++ b/src/other/firefox/userChrome.css @@ -18,14 +18,14 @@ */ /* How many buttons on left headerbar */ -@import "Monterey/left_header_button_3.css"; -/*@import "Monterey/left_header_button_4.css";*/ -/*@import "Monterey/left_header_button_5.css";*/ +@import "Monterey/left_header_button_3.css"; /**/ +/*@import "Monterey/left_header_button_4.css"; /**/ +/*@import "Monterey/left_header_button_5.css"; /**/ /* How many buttons on right headerbar */ -@import "Monterey/right_header_button_3.css"; -/*@import "Monterey/right_header_button_4.css";*/ -/*@import "Monterey/right_header_button_5.css";*/ +@import "Monterey/right_header_button_3.css"; /**/ +/*@import "Monterey/right_header_button_4.css"; /**/ +/*@import "Monterey/right_header_button_5.css"; /**/ /*--------------Configure common theme features--------------*/ diff --git a/wallpapers/install-wallpapers.sh b/wallpapers/install-wallpapers.sh index c473f462..d1191100 100755 --- a/wallpapers/install-wallpapers.sh +++ b/wallpapers/install-wallpapers.sh @@ -58,6 +58,7 @@ install() { local color="$2" local screen="$3" prompt -i "\n * Install ${theme}${color} in ${WALLPAPER_DIR}... " + mkdir -p "${WALLPAPER_DIR}" [[ -f ${WALLPAPER_DIR}/${theme}${color}.png ]] && rm -rf ${WALLPAPER_DIR}/${theme}${color}.png cp -r ${REPO_DIR}/${screen}/${theme}${color}.png ${WALLPAPER_DIR} }