mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 12:58:38 -07:00
Added Labwc to the installer
This commit is contained in:
@@ -82,7 +82,7 @@ OPTIONS:
|
||||
2. fixed Using fixed theme colors (that will break light/dark mode switch)
|
||||
|
||||
--tweaks Specify versions for tweaks
|
||||
1. [nord|dracula|gruvbox|everforest|catppuccin|all] (Nord/Dracula/Gruvbox/Everforet/Catppuccin/all) ColorSchemes version
|
||||
1. [nord|dracula|gruvbox|everforest|catppuccin|all] (Nord/Dracula/Gruvbox/Everforest/Catppuccin/all) ColorSchemes version
|
||||
2. black Blackness color version
|
||||
3. rimless Remove the 1px border about windows and menus
|
||||
4. normal Normal windows button style like gnome default theme (titlebuttons: max/min/close)
|
||||
@@ -162,6 +162,10 @@ install() {
|
||||
cp -r "${SRC_DIR}/main/xfwm4/themerc" "${THEME_DIR}-xhdpi/xfwm4/themerc"
|
||||
sed -i "s/button_offset=6/button_offset=12/" "${THEME_DIR}-xhdpi/xfwm4/themerc"
|
||||
|
||||
mkdir -p "${THEME_DIR}/labwc"
|
||||
cp "${SRC_DIR}/main/labwc/themerc${color}${scheme}" "${THEME_DIR}/labwc/themerc"
|
||||
cp -r "${SRC_DIR}/assets/labwc/assets${color}/"*.svg "${THEME_DIR}/labwc/"
|
||||
|
||||
mkdir -p "${THEME_DIR}/plank"
|
||||
if [[ "$color" == '-Light' ]]; then
|
||||
cp -r "${SRC_DIR}/main/plank/theme-Light${scheme}/"* "${THEME_DIR}/plank"
|
||||
|
Reference in New Issue
Block a user