Merge branch 'master' of https://github.com/vinceliuice/WhiteSur-gtk-theme
This commit is contained in:
commit
897abb20e7
7
.github/pull_request_template.md
vendored
7
.github/pull_request_template.md
vendored
@ -1 +1,8 @@
|
|||||||
|
<!------------------------------------------------------------------------------
|
||||||
What's the changes?
|
What's the changes?
|
||||||
|
------------------------------------------------------------------------------->
|
||||||
|
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
@ -18,14 +18,14 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* How many buttons on left headerbar */
|
/* How many buttons on left headerbar */
|
||||||
@import "Monterey/left_header_button_3.css";
|
@import "Monterey/left_header_button_3.css"; /**/
|
||||||
/*@import "Monterey/left_header_button_4.css";*/
|
/*@import "Monterey/left_header_button_4.css"; /**/
|
||||||
/*@import "Monterey/left_header_button_5.css";*/
|
/*@import "Monterey/left_header_button_5.css"; /**/
|
||||||
|
|
||||||
/* How many buttons on right headerbar */
|
/* How many buttons on right headerbar */
|
||||||
@import "Monterey/right_header_button_3.css";
|
@import "Monterey/right_header_button_3.css"; /**/
|
||||||
/*@import "Monterey/right_header_button_4.css";*/
|
/*@import "Monterey/right_header_button_4.css"; /**/
|
||||||
/*@import "Monterey/right_header_button_5.css";*/
|
/*@import "Monterey/right_header_button_5.css"; /**/
|
||||||
|
|
||||||
|
|
||||||
/*--------------Configure common theme features--------------*/
|
/*--------------Configure common theme features--------------*/
|
||||||
|
@ -58,6 +58,7 @@ install() {
|
|||||||
local color="$2"
|
local color="$2"
|
||||||
local screen="$3"
|
local screen="$3"
|
||||||
prompt -i "\n * Install ${theme}${color} in ${WALLPAPER_DIR}... "
|
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
|
[[ -f ${WALLPAPER_DIR}/${theme}${color}.png ]] && rm -rf ${WALLPAPER_DIR}/${theme}${color}.png
|
||||||
cp -r ${REPO_DIR}/${screen}/${theme}${color}.png ${WALLPAPER_DIR}
|
cp -r ${REPO_DIR}/${screen}/${theme}${color}.png ${WALLPAPER_DIR}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user