Fixes some issues with current hyprland
This commit is contained in:
parent
7375e2df58
commit
c5b55c5459
10 changed files with 13 additions and 44 deletions
|
|
@ -7,4 +7,4 @@ addApplications neovim \
|
|||
zoxide fzf \
|
||||
wifi-qr \
|
||||
brightnessctl \
|
||||
nodejs-lts-jod
|
||||
nodejs
|
||||
|
|
|
|||
|
|
@ -30,9 +30,6 @@ if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then
|
|||
hyprsunset \
|
||||
darkman \
|
||||
anyrun-git \
|
||||
hyprshade-git \
|
||||
posy-improved-cursors \
|
||||
pamixer
|
||||
|
||||
addActions "systemctl --user enable --now darkman"
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ addGitInstall "image-glsl-processing" "https://github.com/Neintonine/image-glsl-
|
|||
|
||||
setup_image_glsl_processing() {
|
||||
npm install
|
||||
npm rebuild
|
||||
npm run build
|
||||
sudo npm install -g .
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,10 +101,8 @@ do
|
|||
arrIN=(${gitInstall//;/ })
|
||||
targetPath="$HOME/.cache/${arrIN[0]}"
|
||||
|
||||
if checkGitInstallExistance "$targetPath"; then
|
||||
echo "Installing... ${arrIN[0]}"
|
||||
runGitInstall "$targetPath" "${arrIN[1]}" "${arrIN[2]}"
|
||||
fi
|
||||
echo "Installing... ${arrIN[0]}"
|
||||
runGitInstall "$targetPath" "${arrIN[1]}" "${arrIN[2]}"
|
||||
done
|
||||
|
||||
echo "# Executing actions... (${#actions[@]})"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue