mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 18:23:54 -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=()
|
OLD_PIDS=()
|
||||||
directory=${config.home.homeDirectory}/.local/share/backgrounds
|
directory=${config.home.homeDirectory}/.local/share/backgrounds
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
|
||||||
if [ -d "$directory" ]; then
|
if [ -d "$directory" ]; then
|
||||||
while true; do
|
while true; do
|
||||||
NEW_PIDS=()
|
NEW_PIDS=()
|
||||||
|
|
Loading…
Reference in a new issue