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 .
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue