Files
Zacharias-Brohn 567faff34e test
2026-01-19 18:40:28 +01:00

5 lines
174 B
Bash
Executable File

#!/bin/bash
generated_versions="$HOME/.config/ml4w/cache/wallpaper-generated"
rm $generated_versions/*
echo ":: Wallpaper cache cleared"
notify-send "Wallpaper cache cleared"