2024-12-12 00:02 : id 339

This commit is contained in:
deadvey 2024-12-12 00:02:11 +00:00
parent 2635556ec1
commit 9904afe047

View File

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