metadata.xml 1.0 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>xarthisius@gentoo.org</email>
  6. <name>Kacper Kowalik</name>
  7. </maintainer>
  8. <maintainer type="project">
  9. <email>desktop-misc@gentoo.org</email>
  10. <name>Gentoo Desktop Miscellaneous Project</name>
  11. </maintainer>
  12. <longdescription>
  13. i3status is a small program (about 1500 SLOC) for generating a status bar for
  14. dzen2, xmobar or similar programs. It is designed to be very efficient by
  15. issuing a very small number of system calls, as one generally wants to update
  16. such a status line every second. This ensures that even under high load, your
  17. status bar is updated correctly. Also, it saves a bit of energy by not hogging
  18. your CPU as much as spawning the corresponding amount of shell commands would.
  19. </longdescription>
  20. <use>
  21. <flag name="filecaps">Linux capabilities library is required for i3status to be able to read net bandwith</flag>
  22. </use>
  23. </pkgmetadata>