antoniosarosi / dotfiles

My dotfiles repo, here you can find all my window manager configs as well as documentation and a guide on how to make your own desktop environment.
MIT License
861 stars 186 forks source link

wallpaper in screens.py #40

Open marcus151 opened 2 years ago

marcus151 commented 2 years ago

hi man, you have a wonderful config. Thank you very much for that. can you show me how to get the qtile wallpaper function into the screens.py code? Your line is: _screens = [Screen(top=status_bar(primarywidgets))] Qtile Wallpaper Function in Screen: _wallpaper='path to wallpaper file', wallpapermode='fill',

Unfortunately, neither feh nor nitrogen creates a wallpaper for me, my background just remains black. (Arch Minimal Install like Wayland) Maybe you just have a solution why feh does not display a wallpaper with me and the background remains black. The preview in feh shows me the image correctly and I created the image with "feh --bg-fil path_to_file"

Greetings