diff --git a/dotfiles/.screenlayout/launch.sh b/dotfiles/.screenlayout/launch.sh index 77d9599..de2c111 100755 --- a/dotfiles/.screenlayout/launch.sh +++ b/dotfiles/.screenlayout/launch.sh @@ -6,5 +6,7 @@ function load_script() { fi } -load_script "$HOME/.screenlayout/wallpapers.sh" # wallpapers script +# I guess I have to run this twice? Fixes wallpaper rendering images. +load_script "$HOME/.screenlayout/wallpapers.sh" load_script "$HOME/.screenlayout/layout.sh" +load_script "$HOME/.screenlayout/wallpapers.sh"