mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
hyprland: sleep 1 second before setting wallpaper to avoid failure
This commit is contained in:
parent
7e42bde3db
commit
a2aa7ee00a
|
@ -34,6 +34,8 @@
|
|||
OLD_PIDS=()
|
||||
directory=${config.home.homeDirectory}/.local/share/backgrounds
|
||||
|
||||
sleep 1
|
||||
|
||||
if [ -d "$directory" ]; then
|
||||
while true; do
|
||||
NEW_PIDS=()
|
||||
|
|
Loading…
Reference in a new issue