diff options
author | xaizek <xaizek@posteo.net> | 2022-05-13 10:31:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:28:02 +0700 |
commit | a46a124ae71dde405e7de97f4ff5f81b60f65a6f (patch) | |
tree | eb09718279374970d8f7def06997757e14867a83 /desktop/xob/README | |
parent | 1edd023f2e746559f0d21d13654ff4b5d38a9bd2 (diff) |
desktop/xob: Added (lightweight overlay bar for the X Window System)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xob/README')
-rw-r--r-- | desktop/xob/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/xob/README b/desktop/xob/README new file mode 100644 index 0000000000000..7e1720fb5713b --- /dev/null +++ b/desktop/xob/README @@ -0,0 +1,9 @@ +xob - X Overlay Bar + +A lightweight configurable overlay volume/backlight/progress/anything +bar for the X Window System (and Wayland compositors with XWayland). +Each time a new value is read on the standard input, it is displayed as +a tv-like bar over other windows. It then vanishes after a configurable +amount of time. A value followed by a bang '!' is displayed using an +alternate color to account for special states (e.g. muted audio). There +is also support for overflows (when the value exceeds the maximum). |