You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I'm using theme.wallpaper for tag preview's background wallpaper - following the example in the docs - but I noticed that bling's wallpaper module doesn't change this variable or any other global variable that I know of (I might be wrong about this though!), so the tag preview's wallpaper doesn't really match the current wallpaper being used.
Any way to do this within the current release, or does this require a PR?
The text was updated successfully, but these errors were encountered:
Yea you are right. It would be cool if one could get notified when the wallpaper changed. That doesn't seem possible with the current code and would require a PR though.
Theoretically one can access the surface of the wallpaper already through root.wallpaper(). For example awesome-client "cairo = require('lgi').cairo; cairo.Surface(root.wallpaper()):write_to_png('test.png')" will save your wallpaper to "test.png". But afaik there is no signal to attach to, to determine when the wallpaper changed.
As titled.
Currently, I'm using
theme.wallpaper
for tag preview's background wallpaper - following the example in the docs - but I noticed that bling's wallpaper module doesn't change this variable or any other global variable that I know of (I might be wrong about this though!), so the tag preview's wallpaper doesn't really match the current wallpaper being used.Any way to do this within the current release, or does this require a PR?
The text was updated successfully, but these errors were encountered: