some more wallpaper changes

This commit is contained in:
Dennis Schoepf 2025-11-23 18:22:39 +01:00
parent ec473bed2d
commit f4e498a8ab
2 changed files with 8 additions and 1 deletions

View file

@ -15,7 +15,7 @@ function M.apply_to_config(config)
config.font_size = 15.5
config.window_decorations = "NONE"
config.window_padding = helpers.get_padding(18, 6)
config.window_background_opacity = 0.95
config.window_background_opacity = 0.92
-- config.enable_wayland = false;
end
end

View file

@ -15,6 +15,13 @@ RESIZE_TYPE="crop"
export AWWW_TRANSITION_FPS="${AWWW_TRANSITION_FPS:-60}"
export AWWW_TRANSITION_STEP="${AWWW_TRANSITION_STEP:-2}"
# Kill existing script executions
for pid in $(pidof -x "random-bg.sh"); do
if [ $pid != $$ ]; then
kill $pid
fi
done
while true; do
find "$1" -type f \
| while read -r img; do