Skip to content

Commit

Permalink
i3status: Second try... i3status provides status information for i3 b…
Browse files Browse the repository at this point in the history
…ut can be used other places as well.
  • Loading branch information
jjfam1 authored and v4hn committed Jan 19, 2014
1 parent 9ab4e1a commit 4876531
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zbeta/i3status/DEPENDS
@@ -0,0 +1,3 @@
depends alsa-lib
depends wireless_tools
depends confuse
18 changes: 18 additions & 0 deletions 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

0 comments on commit 4876531

Please sign in to comment.