1
0
Fork 0

Set lockscreen

This commit is contained in:
Malte Brandy 2020-05-20 00:19:41 +02:00
parent 383321e199
commit 2c1f3ea8fe
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -14,6 +14,7 @@ let
let new = [i|file:///home/maralorn/.wallpapers/#{mode}/#{file}|] :: String
when (new /= current) $
gsettings "set" "org.gnome.desktop.background" "picture-uri" new
gsettings "set" "org.gnome.desktop.screensaver" "picture-uri" new
'';
in {
home.packages = [ randomWallpaper ];