Better wallpaper handling.

This commit is contained in:
Bartek Stalewski 2023-02-16 16:07:59 +01:00
parent 2b33915c76
commit d88cb48855
2 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ screens = [
24,
margin=[5, 5, 0, 5]
),
wallpaper='$XDG_CONFIG_HOME/wallpaper.jpg',
wallpaper=os.environ['XDG_CONFIG_HOME'] + '/qtile/wallpaper.img',
wallpaper_mode='fill',
),
]

View File

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 2.1 MiB