Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glittershark/i3status
Status bar for the i3 window manager, with patches to display mpd status and send notifications
https://github.com/glittershark/i3status
Last synced: 2 months ago
JSON representation
Status bar for the i3 window manager, with patches to display mpd status and send notifications
- Host: GitHub
- URL: https://github.com/glittershark/i3status
- Owner: glittershark
- License: bsd-3-clause
- Created: 2014-02-01T00:43:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T18:05:41.000Z (over 8 years ago)
- Last Synced: 2024-10-12T06:50:37.452Z (3 months ago)
- Language: C
- Homepage:
- Size: 358 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
i3status - glittershark's fork
==============================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.### This fork adds:
- Configurable display of the currently playing MPD track
- Notifications of MPD track changes using libnotify
- Notifications of battery state change and critical level with libnotify## Installation
Currently there is no official package for this fork of i3status, so you'll have
to compile it yourself. Fortunately that's pretty easy - just clone the
repository and run the following:```
make && sudo make install
```## Dependencies
i3status has the following dependencies:
- libconfuse-dev
- libyajl-dev
- libasound2-dev
- libiw-dev
- libnotify
- libmpdclient
- libcap2-bin (for getting network status without root permissions)
- asciidoc (only for the documentation)