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 = { file = {
".config/hypr/wallpaper-watcher.sh" = { ".config/hypr/wallpaper-watcher.sh" = {
text = '' text = ''
hyprpaper & file=""
file=$(cat $HOME/.config/hypr/hyprpaper.conf)
while [ 1 == 1 ]; do while [ 1 == 1 ]; do
new_file=$(cat $HOME/.config/hypr/hyprpaper.conf) new_file=$(cat $HOME/.config/hypr/hyprpaper.conf)
if [[ "$new_file" != "$file" ]]; then if [[ "$new_file" != "$file" ]]; then