Fix bluetooth service (blueman) + fix update-background

This commit is contained in:
Filippo Berto 2022-05-10 11:02:32 +02:00
parent 61cba53b41
commit 2d937f8f8b
3 changed files with 3 additions and 1 deletions

View file

@ -22,4 +22,5 @@ writeScriptBin "update-background" ''
echo "image: $image"
${feh}/bin/feh --bg-fill --no-fehbg "$image"
${glib}/bin/gsettings set org.gnome.desktop.background picture-uri "file://$image"
true
''