2024-12-12 00:02 : id 339
This commit is contained in:
parent
2635556ec1
commit
9904afe047
@ -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 &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user