wpgtk
wpgtk copied to clipboard
Wayland wallpaper
Wpg does not set wallpaper on Wayland
Try installing swaybg
did this work?
did this work?
yep i have to manually set wallpaper using it
actually i use wbg
a minimal wayalnd wallpaper setting tool.
then i use wpg -ns $wallpaper to generate colorscheme
so it looks like
wbg $imgpath
wpg -ns $imgpath
will wallpaper setting feature will be added?
The problem is that wayland doesn't do wallpapers the same, for instance, wallpapers that stretch across the screen only "work" by splitting them up in three parts and setting them individually. Some programs do this for you, like azote.
Probably out of scope for WPGTK to implement though. In the meantime, you could add it to your post-wpg.sh script.
This is how I do it under sway:
bindsym $mod+Shift+w exec wpg -m && feh --bg-tile "$(< "${HOME}/.cache/wal/wal")" && cp $(cat ~/.cache/wal/wal) ~/.cache/wal/wal.jpg