Fornax96 / i3fstatus

Custom i3 status bar because I wasn't satisfied with the alternatives. It's incredibly simple and easy to understand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My i3 status bar

Very simple status bar script. Supports these features:

  • Used / Total space of root filesystem
  • Used / Total system memory
  • Download / Upload speed on all network interfaces
  • CPU use percentage
  • System load for 1, 5 and 15 minutes
  • Date and time
  • Colour coding filesystem, memory, CPU and load stats based on utilization

And it looks like this:

Screenshot

I wanted to add spotify controls too, but their D-Bus API is broken again. I'll get to it when they get their shit together.

Modifying

The code is incredibly simple and easy to understand. Anyone with basic Go knowledge should be able to modify it. If you want more features go ahead and fork the project. The procfs library I'm using has support for many more OS statistics.

About

Custom i3 status bar because I wasn't satisfied with the alternatives. It's incredibly simple and easy to understand

License:MIT License


Languages

Language:Go 96.1%Language:Shell 3.9%