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