fix: wallpaper aspect ratio
This commit is contained in:
parent
91502e34fc
commit
a913b1d4d8
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue