hsetroot icon indicating copy to clipboard operation
hsetroot copied to clipboard

yet another wallpaper application

Results 11 hsetroot issues
Sort by recently updated
recently updated
newest added

Allow providing a list of images to be used in sequence across outputs (iterated over in TL->TR->BL->BR direction)

sorry for the title as I don't know what to name it at the moment :D I have being running for a long time in a script `hsetroot -addd "$(rndcolor)"...

imlib2

would be nice to work :) thaks anyway.

imlib2

Until now, `-gradient` behaved as if `-root` was always present. This changes gradient to paint per-output by default, add -root to use the original behavior. (Note, on higher resoltions, this...

Running ``` hsetroot -add "#FF0000" -add "#0000FF" -gradient 0 -write gradient.jpeg ``` on a 5120x2160 monitor yields an image of a solid red: ![gradient](https://user-images.githubusercontent.com/2512008/213374805-8582f725-b62d-40c3-8a84-a1584956d7d7.jpeg) It appears that for a sufficiently...

imlib2

Xinerama doesn't seem to be able to return an output name. libxrandr didn't seem to return nonzero values, adding a ruby version of hsr-outputs, that outputs name, x, y, width,...

Now there is an option `-screens` that translates into variable `screen_mask` and is used like this: ``` unsigned long screen_mask = ~0; for (/* global */ screen = 0; screen...

It would be nice to have bitmap support in `hsetroot` similarly to `xsetroot` (which is not compatible with compton).

(Should address #13 and #6, precursor to #14)

TODO rework command line option parsing, using some library (do people still use getopt_long?) right now, we init all the display and stuff even for --help, every option gets parsed...