Skip to content

Releases: nwg-piotr/nwg-wrapper

nwg-wrapper 0.1.3

Choose a tag to compare

@nwg-piotr nwg-piotr released this 11 Sep 00:52

nwg-wrapper 0.1.2

Choose a tag to compare

@nwg-piotr nwg-piotr released this 07 Jan 23:47
9c1b066
  • 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

Choose a tag to compare

@nwg-piotr nwg-piotr released this 03 Jan 15:19

Fixed bug that disallowed layer switching if initially -l 2 selected.

nwg-wrapper 0.1.0

Choose a tag to compare

@nwg-piotr nwg-piotr released this 08 Nov 02:19
9c4221f
  • 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

Choose a tag to compare

@nwg-piotr nwg-piotr released this 05 Nov 02:27
3b5a713

Added support for switching layers (top/bottom) and toggling visibility with signals. #3

nwg-wrapper 0.0.2

Choose a tag to compare

@nwg-piotr nwg-piotr released this 17 Jul 00:28
c46bade

Added basic image support. See README.

nwg-wrapper 0.0.1

Choose a tag to compare

@nwg-piotr nwg-piotr released this 10 Jul 23:39

Initial release