mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -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}
|
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}
|
||||||
|
|
Loading…
Reference in a new issue