Fixed wallpaper rendering issue

This commit is contained in:
Random936 2025-03-31 19:16:21 -07:00
parent 9fa79a6d64
commit 4e561f1e93

View File

@ -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"