aboutsummaryrefslogtreecommitdiff
path: root/x11/xob
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update MAINTAINER fields for myself (lcook)Lewis Cook2021-01-221-1/+1
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28279 Notes: svn path=/head/; revision=562287
* x11/xob: Install configuration file properlyMax Brazhnikov2020-10-252-3/+4
| | | | | | | | PR: 250607 Approved by: maintainer Notes: svn path=/head/; revision=553293
* x11/xob: create portSteve Wills2020-09-044-0/+67
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: svn path=/head/; revision=547493