Adds proper wallpaper reaction to theme

This commit is contained in:
Michel Fedde 2025-05-02 14:36:12 +02:00
parent ab0c103ad9
commit 1a04002bd2
22 changed files with 96 additions and 55 deletions

View 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"