From 3f7965a9003eaf1c0481ed2d833cca2ab6a75de8 Mon Sep 17 00:00:00 2001 From: Kyuyrii Date: Wed, 25 Jun 2025 21:01:52 -0300 Subject: [PATCH] Added Labwc to the installer --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 24e8fd5a..a703a17b 100755 --- a/install.sh +++ b/install.sh @@ -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"