2024-12-12 00:05 : id 347
This commit is contained in:
parent
f66595ca44
commit
c7ae2ef80c
@ -99,9 +99,9 @@ in
|
|||||||
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
|
||||||
echo "restarting hyprpaper"
|
echo "restarting hyprpaper"
|
||||||
kill $(pgrep hyprpaper)
|
kill -9 $(pgrep hyprpaper)
|
||||||
sleep 1
|
sleep 1
|
||||||
#hyprpaper &
|
hyprpaper &
|
||||||
fi
|
fi
|
||||||
file=$new_file
|
file=$new_file
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user