2024-12-12 14:55 : id 378

This commit is contained in:
deadvey 2024-12-12 14:55:33 +00:00
parent 6cc7009178
commit 32d4e58c70

View File

@ -97,7 +97,7 @@ in
text = '' text = ''
file="" file=""
while [ 1 == 1 ]; do while [ 1 == 1 ]; do
new_file=$(cat $HOME/.config/hypr/hyprpaper.conf) new_file=$(cat $HOME/.config/home-manager/themes/wallpaper.png)
if [[ "$new_file" != "$file" ]]; then if [[ "$new_file" != "$file" ]]; then
echo "restarting hyprpaper" echo "restarting hyprpaper"
kill -9 $(pgrep hyprpaper) kill -9 $(pgrep hyprpaper)