mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19:19 -08:00
feat: fill not max
This commit is contained in:
parent
b69c86091e
commit
a3beecbfaa
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ from konawall.module_loader import add_environment
|
|||
|
||||
@add_environment("feh_setter")
|
||||
def set_wallpapers(files: list, displays: list):
|
||||
command = ["feh", "--bg-max"] + files
|
||||
command = ["feh", "--bg-fill"] + files
|
||||
subprocess.run(command)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue