Skip to content

Releases: ftorkler/x11-overlay

overlay-0.3.0

24 Sep 15:53
v0.3.0
8dbd715
Compare
Choose a tag to compare

Added

  • Make foreground text color configurable including alpha value for transparency.
  • Make background color configurable including alpha value for transparency.
  • Make general dimming configurable (and not only for mouse over behaviour) (Issue #4).
  • Clean up help screen and introduce long option parameters for most options.
  • Print version number via option parameter.

overlay-0.2.0

24 Sep 15:54
v0.2.0
79a90b8
Compare
Choose a tag to compare

Added

  • Make font and font size configurable.

Changed

  • Rename configuration file section from "[Position]" to "[Positioning]".

Fixed

  • Fix compile error for ambiguous call to overloaded ‘sleep(int)’ function (Issue #2).

overlay-0.1.0

24 Sep 15:54
v0.1.0
63664e6
Compare
Choose a tag to compare

Added

  • All configurations can be set via config file and overruled via command line parameters.
  • Supports optional default configuration file located at ~/.config/x11-overlayrc.
  • Position overlay in all compass directions (N, NE, E, SE, S, SW, W, NW and CENTER).
  • Position overlay on a specific monitor.
  • Dimming overlay on mouse over by a given percentage value.
  • Define mouse over tolerance by a given pixel value.
  • Support XP and VGA color profile for ansi colors.
  • Specify spacing between individual text lines and spacing to screen edges.