From 4b69d5f2e97ff2262d4e2c5f6d7b7d018f9910c5 Mon Sep 17 00:00:00 2001 From: Muhammad Rivan Date: Wed, 23 Jun 2021 13:31:48 +0000 Subject: [PATCH] Critical update --- .github/pull_request_template.md | 7 +++++++ src/other/firefox/userChrome.css | 12 ++++++------ wallpapers/install-wallpapers.sh | 1 + 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8ad4503..98e75c0 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 fdcc4e1..1fbea6f 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 c473f46..d119110 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} }