hyprland: fix skipping wallpaperd if randomWallpaper is enabled

This commit is contained in:
Aly Raffauf 2024-05-26 14:35:31 -04:00
parent 1a86afa3af
commit ef40f71791

View file

@ -156,10 +156,10 @@
env = QT_QPA_PLATFORMTHEME,${qt_platform_theme} env = QT_QPA_PLATFORMTHEME,${qt_platform_theme}
# Execute necessary apps # Execute necessary apps
exec-once = ${ ${
if config.alyraffauf.desktop.hyprland.randomWallpaper if config.alyraffauf.desktop.hyprland.randomWallpaper
then "true" then ""
else "${wallpaperd}" else "exec-once = ${wallpaperd}"
} }
exec-once = ${bar} exec-once = ${bar}
exec-once = ${notifyd} exec-once = ${notifyd}