mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
installation: remove gradience
This commit is contained in:
@@ -64,9 +64,7 @@ x declare -p XDG_STATE_HOME # ~/.local/state
|
|||||||
x declare -p ILLOGICAL_IMPULSE_VIRTUAL_ENV # $XDG_STATE_HOME/quickshell/.venv
|
x declare -p ILLOGICAL_IMPULSE_VIRTUAL_ENV # $XDG_STATE_HOME/quickshell/.venv
|
||||||
|
|
||||||
e "Checking directories/files"
|
e "Checking directories/files"
|
||||||
x ls -l ~/.local/state/ags/.venv
|
x ls -l ~/.local/state/quickshell/.venv
|
||||||
x ls $XDG_DATA_HOME/glib-2.0/schemas
|
|
||||||
x ls $XDG_DATA_HOME/gradience
|
|
||||||
#x cat ~/.config/ags/
|
#x cat ~/.config/ags/
|
||||||
|
|
||||||
#e "Checking command existence"
|
#e "Checking command existence"
|
||||||
@@ -78,8 +76,6 @@ commands+=(ags agsv1)
|
|||||||
|
|
||||||
e "Checking versions"
|
e "Checking versions"
|
||||||
x Hyprland --version
|
x Hyprland --version
|
||||||
x ags --version
|
|
||||||
x agsv1 --version
|
|
||||||
|
|
||||||
e "Finished. Output saved as \"$output_file\"."
|
e "Finished. Output saved as \"$output_file\"."
|
||||||
if ! command -v curl 2>&1 >>/dev/null ;then echo "\"curl\" not found, pastebin upload unavailable.";exit;fi
|
if ! command -v curl 2>&1 >>/dev/null ;then echo "\"curl\" not found, pastebin upload unavailable.";exit;fi
|
||||||
|
|||||||
@@ -130,29 +130,7 @@ install-python-packages (){
|
|||||||
x source $ILLOGICAL_IMPULSE_VIRTUAL_ENV/bin/activate
|
x source $ILLOGICAL_IMPULSE_VIRTUAL_ENV/bin/activate
|
||||||
x uv pip install -r scriptdata/requirements.txt
|
x uv pip install -r scriptdata/requirements.txt
|
||||||
|
|
||||||
x mkdir -p $base/cache/blueprint-compiler && cd $base/cache/blueprint-compiler
|
|
||||||
try git init -b main
|
|
||||||
try git remote add origin https://github.com/end-4/ii-blueprint-compiler.git
|
|
||||||
x git pull origin main && git submodule update --init --recursive
|
|
||||||
x meson setup build --prefix=$VIRTUAL_ENV
|
|
||||||
x meson compile -C build
|
|
||||||
x meson install -C build
|
|
||||||
x cd -
|
|
||||||
|
|
||||||
x mkdir -p $base/cache/gradience && cd $base/cache/gradience
|
|
||||||
try git init -b main
|
|
||||||
try git remote add origin https://github.com/end-4/ii-gradience.git
|
|
||||||
x git pull origin main && git submodule update --init --recursive
|
|
||||||
x uv pip install -r requirements.txt
|
|
||||||
x meson setup build --prefix=$VIRTUAL_ENV
|
|
||||||
x meson compile -C build
|
|
||||||
x meson install -C build
|
|
||||||
x cd -
|
|
||||||
|
|
||||||
x deactivate # We don't need the virtual environment anymore
|
x deactivate # We don't need the virtual environment anymore
|
||||||
for i in "glib-2.0" "gradience"; do
|
|
||||||
x rsync -av "$ILLOGICAL_IMPULSE_VIRTUAL_ENV"/share/$i/ "$XDG_DATA_HOME"/$i/
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Only for Arch(based) distro.
|
# Only for Arch(based) distro.
|
||||||
|
|||||||
Reference in New Issue
Block a user