Hunter-Archimagus
Hunter-Archimagus
i'm not permitted to publish new branch
# theme.switch.sh ```sh if [ "$quiet" = true ]; then "${LIB_DIR}/hyde/wallpaper.sh" -s "$(readlink "${HYDE_THEME_DIR}/wall.set")" --superglobal >/dev/null 2>&1 else "${LIB_DIR}/hyde/wallpaper.sh" -s "$(readlink "${HYDE_THEME_DIR}/wall.set")" --superglobal fi ``` # wallpaper.sh ```sh flags: -b,...
because global is needed by wallpaper-switch and i dont want to remove global to wallpaper-switch i dont know what it will break so i add this argument