Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Personal fork of i3status with mpd support

License

NotificationsYou must be signed in to change notification settings

lbonn/i3status

Repository files navigation

Description

i3status is a small program (about 1500 SLOC) for generating a status bar fori3bar, dzen2, xmobar or similar programs. It is designed to be very efficient byissuing a very small number of system calls, as one generally wants to updatesuch a status line every second. This ensures that even under high load, yourstatus bar is updated correctly. Also, it saves a bit of energy by not hoggingyour CPU as much as spawning the corresponding amount of shell commands would.

This is an unofficial fork which adds MPD (Music Player Daemon) support.

Development

i3status has the following dependencies:

  • libconfuse-dev
  • libyajl-dev
  • libasound2-dev
  • libnl-genl-3-dev
  • libcap2-bin (for getting network status without root permissions)
  • asciidoc (only for the documentation)
  • libpulse-dev (for getting the current volume using PulseAudio)
  • libmpdclient-dev (this fork only)

On debian-based systems, the following line will install all requirements:

apt-get install libconfuse-dev libyajl-dev libasound2-dev libiw-dev asciidoc libcap2-bin libpulse-dev libnl-genl-3-dev

Upstream

i3status is developed athttps://github.com/i3/i3status

Compilation

Compiling is done with the usual make-line

  make&& sudo make install

About

Personal fork of i3status with mpd support

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp