2024-12-12 00:07 : id 352

This commit is contained in:
deadvey 2024-12-12 00:07:43 +00:00
parent c4f94938a2
commit 9d3293d9af

View File

@ -94,8 +94,7 @@ in
file = {
".config/hypr/wallpaper-watcher.sh" = {
text = ''
hyprpaper &
file=$(cat $HOME/.config/hypr/hyprpaper.conf)
file=""
while [ 1 == 1 ]; do
new_file=$(cat $HOME/.config/hypr/hyprpaper.conf)
if [[ "$new_file" != "$file" ]]; then