gbanegas / i3-bar

Custom i3-bar using https://barista.run/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My i3-bar using Barista

barista is i3status replacement in go.

Installation

With a working GO env:

go get github.com/karampok/i3-bar

Fonts/icons from dir of ~/.{fonts,icons}

Usage

in ~/.config/i3/config:

bar {
  position top
  status_command exec ${HOME}/bin/i3-bar
  font xft:Sans 11
}

About

Custom i3-bar using https://barista.run/

License:Apache License 2.0


Languages

Language:Go 98.5%Language:Makefile 1.5%