[Lunar-commits] <moonbase-other> i3status: Second try... i3status provides status information for i3 but can be used other places as well.
v4hn
me at v4hn.de
Mon Jan 20 00:31:19 CET 2014
commit 4876531e5814cfeb90ee81d8ff4ca14fcad0a91c
Author: Jason Johnston <jjfam1 at gmail.com>
Date: Sun, 19 Jan 2014 15:26:34 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/4876531e5814cfeb90ee81d8ff4ca14fcad0a91c
i3status: Second try... i3status provides status information for i3 but can be used other places as well.
---
zbeta/i3status/DEPENDS | +3/-0
zbeta/i3status/DETAILS | +18/-0
2 files changed, 21 insertions(+)
--- /dev/null
+++ b/zbeta/i3status/DEPENDS
@@ -0,0 +1,3 @@
+depends alsa-lib
+depends wireless_tools
+depends confuse
--- /dev/null
+++ b/zbeta/i3status/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=i3status
+ VERSION=2.7
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=http://i3wm.org/i3status/
+ SOURCE_VFY=sha1:a074c7e2287f9e48bdf84530060fb5b46fd0e6a7
+ WEB_SITE="http://i3wm.org/i3status"
+ ENTERED=20131228
+ UPDATED=20131228
+ SHORT="i3status is a small program for generating a status bar."
+cat <<EOF
+i3status is a small program for generating a status bar for i3bar,
+dzen2, xmobar or similar programs. It is designed to be very efficient
+by issuing a very small number of system calls, as one generally
+wants to update such a status line every second. This ensures that
+even under high load, your status bar is updated correctly. Also, it
+saves a bit of energy by not hogging your CPU as much as spawning the
+corresponding amount of shell commands would.
+EOF
More information about the Lunar-commits
mailing list