fix: wallpaper aspect ratio

This commit is contained in:
Sean Kovacs 2026-02-20 18:30:49 -05:00
commit f8bec21820
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -13,8 +13,8 @@
Service = { Service = {
ExecStart = '' ExecStart = ''
${pkgs.mpvpaper}/bin/mpvpaper '*' \ ${pkgs.mpvpaper}/bin/mpvpaper '*' \
'/home/sckova/.local/share/wallpaper/daily.jpg' \ '/home/sckova/.local/share/wallpaper/daily.jpg' -o \
-o '--keep-open=always --save-position-on-quit' \ '--keep-open=always --save-position-on-quit --panscan=1.0' \
''; '';
}; };
Install = { Install = {