diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-30 05:03:12 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-30 05:03:12 +0800 |
commit | 794a09d3901735203939f2ff3fb2afa7f9c17a4c (patch) | |
tree | 83e8539549ba8414686210dc862d95ac4d951949 /x11/Makefile | |
parent | c5cf5fc4902fb8a6e7bb86a9e58bf3393106c6b5 (diff) | |
download | freebsd-ports-gnome-794a09d3901735203939f2ff3fb2afa7f9c17a4c.tar.gz freebsd-ports-gnome-794a09d3901735203939f2ff3fb2afa7f9c17a4c.tar.zst freebsd-ports-gnome-794a09d3901735203939f2ff3fb2afa7f9c17a4c.zip |
Xmobar is a minimalistic text based status bar. Inspired by the Ion3 status
bar, it supports similar features, like dynamic color management, output
templates, and extensibility through plugins.
WWW: http://code.haskell.org/~arossato/xmobar
PR: ports/129191
Submitted by: Samy Al Bahra <sbahra at kerneled.org>
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index bc99d49e15a4..4360419574eb 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -407,6 +407,7 @@ SUBDIR += xmascot SUBDIR += xmessage SUBDIR += xmh + SUBDIR += xmobar SUBDIR += xmodmap SUBDIR += xmold SUBDIR += xmon |