summaryrefslogtreecommitdiffstats
path: root/wm-addons/xob/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'wm-addons/xob/DETAILS')
-rwxr-xr-xwm-addons/xob/DETAILS25
1 files changed, 25 insertions, 0 deletions
diff --git a/wm-addons/xob/DETAILS b/wm-addons/xob/DETAILS
new file mode 100755
index 0000000000..bfa1a3068a
--- /dev/null
+++ b/wm-addons/xob/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=xob
+ VERSION=0.1.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/florentc/${SPELL}/archive/v${VERSION}.tar.gz
+ SOURCE_HASH=sha512:a37bd15d30e44ac939ca137269df2da68d497346e16db56c21eb53939240986e54935ce8a63f9d379a70f26cbe784a58a3bf3ef320a6762d5761b00dc07d19d8
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOCS="doc/xob.md"
+ DOC_DIRS=""
+ WEB_SITE=https://github.com/florentc/xob
+ LICENSE[0]=GPL
+ ENTERED=20180922
+ SHORT="lightweight overlay bar for the X Window System"
+cat << EOF
+xob is a lightweight configurable overlay volume/backlight/progress/anything
+bar for the X Window System.
+
+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).
+EOF