Releases: nwg-piotr/nwg-wrapper
Releases · nwg-piotr/nwg-wrapper
nwg-wrapper 0.1.3
- fixed refresh signal default value, #25 by @MelihDarcanxyz;
- added
--sig_refresh_delay
flag, #25 by @MelihDarcanxyz.
nwg-wrapper 0.1.2
- added custom signals for script refresh #10 by @hillyu
- added some cools example scripts #11 by @hillyu
- added single instance mode:
With the -si
| --single_instance
argument you may force single instance mode. The program on startup checks the pid file stored in /tmp/nwg-wrapper.pid
and kills the appropriate process. You can use this only once, as always the same file is used.
nwg-wrapper 0.1.1
Fixed bug that disallowed layer switching if initially -l 2
selected.
nwg-wrapper 0.1.0
- Different layer switching: the signal specified with the
--sig_layer
argument will switch to the overlay layer, and back to what you selected with the--layer
argument; - added the
-sq
|--sig_quit
argument, which allows to define a custom signal to terminate a certain wrapper instance, w/o killing the others.
nwg-wrapper 0.0.3
Added support for switching layers (top/bottom) and toggling visibility with signals. #3
nwg-wrapper 0.0.2
Added basic image support. See README.
nwg-wrapper 0.0.1
Initial release