summaryrefslogtreecommitdiffstats
path: root/wm-addons/xob/DETAILS
blob: bfa1a3068a296a90a19e50dc82f2388c6325a861 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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