Adds proper wallpaper reaction to theme
This commit is contained in:
parent
ab0c103ad9
commit
1a04002bd2
22 changed files with 96 additions and 55 deletions
|
|
@ -1,3 +1,11 @@
|
|||
#!/bin/env sh
|
||||
|
||||
addApplications python-pywal sass
|
||||
addApplications python-pywal sass node
|
||||
|
||||
addGitInstall "image-glsl-processing" "https://github.com/Neintonine/image-glsl-processing.git" setup_image_glsl_processing
|
||||
|
||||
setup_image_glsl_processing() {
|
||||
npm install
|
||||
npm run build
|
||||
sudo npm install -g .
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@ declare -x -a gitInstalls
|
|||
addApplications ()
|
||||
{
|
||||
for application in "$@"; do
|
||||
# echo "adding application: $application"
|
||||
|
||||
applications+=("$application")
|
||||
done
|
||||
}
|
||||
|
|
@ -38,8 +36,6 @@ addApplications ()
|
|||
addActions()
|
||||
{
|
||||
for action in "$@"; do
|
||||
# echo "adding action: $action"
|
||||
|
||||
actions+=("$action")
|
||||
done
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue