Kharacternyk / pacwall

A live wallpaper that shows the dependency graph and status of installed packages.
GNU General Public License v3.0
556 stars 33 forks source link

hsetroot: fix missing graph when hook run with display off #60

Closed LRitzdorf closed 2 years ago

LRitzdorf commented 2 years ago

This PR adds a second hsetroot-based hook, which uses the -root flag to ensure the background image is set even when the display is powered off (usually due to DPMS).

Since this hook may cause issues on multi-display setups, it does not replace the existing hsetroot hook, and a note about this is added to the README.

Closes #59.

Kharacternyk commented 2 years ago

Thank you!