mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
sway/hyprland: gracefully skip wallpaper script if randomwallpaper is enabled
This commit is contained in:
parent
cd22a5d96b
commit
f8aa3388c0
|
@ -158,7 +158,7 @@
|
|||
# Execute necessary apps
|
||||
exec-once = ${
|
||||
if config.alyraffauf.desktop.hyprland.randomWallpaper
|
||||
then ""
|
||||
then "true"
|
||||
else "${wallpaperd}"
|
||||
}
|
||||
exec-once = ${bar}
|
||||
|
|
|
@ -359,7 +359,7 @@
|
|||
{
|
||||
command =
|
||||
if config.alyraffauf.desktop.sway.randomWallpaper
|
||||
then ""
|
||||
then "true"
|
||||
else "${wallpaperd}";
|
||||
}
|
||||
{command = "${fileManager} --daemon";}
|
||||
|
|
Loading…
Reference in a new issue