fixed small things
This commit is contained in:
+3
-11
@@ -93,16 +93,16 @@ transform_svg_white \
|
||||
# ----------------------------
|
||||
echo
|
||||
info "Preparing global icons..."
|
||||
mkdir -p "$SCRIPT_DIR/colors/icons"
|
||||
mkdir -p "$SCRIPT_DIR/modules/jl/assets"
|
||||
|
||||
download \
|
||||
"https://raw.githubusercontent.com/Tekh-ops/Garuda-Linux-Icons/refs/heads/master/actions/scalable/window-close.svg" \
|
||||
"$SCRIPT_DIR/colors/icons/wrong.svg" \
|
||||
"$SCRIPT_DIR/modules/jl/assets/wrong.svg" \
|
||||
"wrong.svg"
|
||||
|
||||
download \
|
||||
"https://raw.githubusercontent.com/Tekh-ops/Garuda-Linux-Icons/refs/heads/master/actions/scalable/dialog-ok-apply.svg" \
|
||||
"$SCRIPT_DIR/colors/icons/correct.svg" \
|
||||
"$SCRIPT_DIR/modules/jl/assets/correct.svg" \
|
||||
"correct.svg"
|
||||
|
||||
# ----------------------------
|
||||
@@ -179,13 +179,5 @@ info "Creating Wallpaper Folder Config"
|
||||
cp "$SCRIPT_DIR/config/path/WallpaperPath.qml.template" "$SCRIPT_DIR/config/path/WallpaperPath.qml"
|
||||
sed -i "s|__CONFIG_DIR__|$WALLPAPER_DIR|g" "$SCRIPT_DIR/config/path/WallpaperPath.qml"
|
||||
|
||||
# 5. Ensure it exists
|
||||
mkdir -p "$WALLPAPER_DIR"
|
||||
|
||||
info "Copying example Wallpaper..."
|
||||
|
||||
# 6. Copy example wallpaper
|
||||
cp $SCRIPT_DIR/colors/example_background.png "$WALLPAPER_DIR/japan_old_emperor_stream_with_bridge.png"
|
||||
|
||||
echo
|
||||
ok "All assets prepared successfully."
|
||||
Reference in New Issue
Block a user