fix: wallpaper aspect ratio
This commit is contained in:
parent
c6ffebfdb7
commit
517866ad2d
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
|||
Service = {
|
||||
ExecStart = ''
|
||||
${pkgs.mpvpaper}/bin/mpvpaper '*' \
|
||||
'/home/sckova/.local/share/wallpaper/daily.jpg' \
|
||||
-o '--keep-open=always --save-position-on-quit' \
|
||||
'/home/sckova/.local/share/wallpaper/daily.jpg' -o \
|
||||
'--keep-open=always --save-position-on-quit --panscan=1.0' \
|
||||
'';
|
||||
};
|
||||
Install = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue