toke / mybarista

My i3status using Barista https://github.com/soumya92/barista

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mybarista

Mybarista is my implementation of a i3 status bar using Barista As this is my personal status bar i use daily it is subject to change at any time.

Current Fields:

  • rhythmbox
  • wifi
  • vpn
  • net
  • temperature
  • backlight
  • Memory
  • Load
  • Volume
  • Weather
  • Battery
  • Date/Time

Installation

go get https://github.com/toke/mybarista

I actually use dep for tracking dependencies, use dep ensure and go build for using this exact versions.

i3 / sway configuraion:

bar {
    …
    status_command $i3helper/mybarista
    …
}

Other work

About

My i3status using Barista https://github.com/soumya92/barista

License:Apache License 2.0


Languages

Language:Go 96.8%Language:Makefile 3.2%