Soumya

Results 28 comments of Soumya

Yeah, but they work together to produce the output on screen. The output of barista is i3bar-compatible json, which i3bar then parses and displays on the screen

Yeah, it's probably worth switching to CLOCK_BOOTTIME. I was holding out hope for native improvements in golang's time package, but we can always switch back to it later if it...

vpn.Wireguard makes sense to me. I will look into this after themes, but feel free to put any ideas/comments here for me to find :)

> Should I write an own module for reading from sysctl or is my way via your func module the better way? Either is fine. Your module is simple enough...

Here's a brief write-up of pango on the website: [barista.run/pango](https://barista.run/pango), and the [godoc](https://godoc.org/barista.run/pango) might also be useful. Feel free to send PRs to update any parts of the docs that...

I'm currently working on getting some themes up and running, and as part of that I will probably end up with support for the i3-gaps version of i3bar, which has...

Themes may also want the grouping for modules that emit multiple segments, so maybe the signature should be ```go type Theme func([][]bar.Segment) []bar.Segment ``` although this has the disadvantage of...

Do you need the `sphinx-doc` package? (https://github.com/tatsuhiro-t/wslay/issues/27)

@dmoles if you send a patch, I would also recommend adding a number, just for a more illustrative example, something like ```go func main() { fmt.Printf("8 pc = %f ly\n",...