Adds proper wallpaper reaction to theme
This commit is contained in:
parent
ab0c103ad9
commit
1a04002bd2
22 changed files with 96 additions and 55 deletions
8
.config/theming/modes/executors/20-Wallpaper.sh
Executable file
8
.config/theming/modes/executors/20-Wallpaper.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/env sh
|
||||
|
||||
SOURCE_WALLPAPER="$HOME/.local/share/wallpapers/commit-less.jpg"
|
||||
SHADER_PATH="$HOME/.cache/wal/wallpaper.glsl"
|
||||
TARGET_PATH="$HOME/.cache/wallpaper.png"
|
||||
|
||||
image-glsl-processing --input "$SOURCE_WALLPAPER" --shader "$SHADER_PATH" --output "$TARGET_PATH"
|
||||
swww img "$TARGET_PATH"
|
||||
Loading…
Add table
Add a link
Reference in a new issue