mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
hyprland: fix skipping wallpaperd if randomWallpaper is enabled
This commit is contained in:
parent
1a86afa3af
commit
ef40f71791
|
@ -156,10 +156,10 @@
|
|||
env = QT_QPA_PLATFORMTHEME,${qt_platform_theme}
|
||||
|
||||
# Execute necessary apps
|
||||
exec-once = ${
|
||||
${
|
||||
if config.alyraffauf.desktop.hyprland.randomWallpaper
|
||||
then "true"
|
||||
else "${wallpaperd}"
|
||||
then ""
|
||||
else "exec-once = ${wallpaperd}"
|
||||
}
|
||||
exec-once = ${bar}
|
||||
exec-once = ${notifyd}
|
||||
|
|
Loading…
Reference in a new issue