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)
|
||||
if [[ "$new_file" != "$file" ]]; then
|
||||
echo "restarting hyprpaper"
|
||||
kill $(pgrep hyprpaper)
|
||||
kill -9 $(pgrep hyprpaper)
|
||||
sleep 1
|
||||
#hyprpaper &
|
||||
hyprpaper &
|
||||
fi
|
||||
file=$new_file
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user