aboutsummaryrefslogtreecommitdiff
path: root/x11/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-09-04 01:19:53 +0000
committerSteve Wills <swills@FreeBSD.org>2020-09-04 01:19:53 +0000
commit59cefcc21c2ef16858a5ebba6f240a8da414ed45 (patch)
tree6283ecd08d2bdbaaee65481b23b35e86828e63d9 /x11/Makefile
parent60d66c6a7ae231d9f91e244b5ad489b354eb6dad (diff)
downloadports-59cefcc21c2ef16858a5ebba6f240a8da414ed45.tar.gz
ports-59cefcc21c2ef16858a5ebba6f240a8da414ed45.zip
x11/xob: create port
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). WWW: https://github.com/florentc/xob PR: 248231 Submitted by: Lewis Cook <vulcan@wired.sh>
Notes
Notes: svn path=/head/; revision=547493
Diffstat (limited to 'x11/Makefile')
-rw-r--r--x11/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index c0d4e2c6b69d..02cb780de16c 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -463,6 +463,7 @@
SUBDIR += xmsg
SUBDIR += xmx
SUBDIR += xnee
+ SUBDIR += xob
SUBDIR += xorg
SUBDIR += xorg-apps
SUBDIR += xorg-cf-files