1
0
Fork 0

Ignore when random-wallpaper is not installed

This commit is contained in:
Malte Brandy 2021-08-03 23:59:32 +02:00
parent eddb1ac357
commit 95f5e4708d

View file

@ -24,7 +24,7 @@ in
mode <- getMode
say [i|Switching to mode #{mode}...|]
exe ([i|${modeDir}/#{mode}/activate|] :: String)
exe "random-wallpaper"
ignoreFailure $ exe "random-wallpaper"
'';
updateModes = pkgs.writeHaskellScript
{