Jeremy Smart

Results 20 issues of Jeremy Smart

Add dedicated widget to display static text with markup.

Watching the contents of files is an effective way to manage custom modules that don't warrant their own implementation of `Widget`. With inotify, the kernel can be leveraged to do...

Flip a < to > so that the bar redraws all widgets when needed.

This PR allows widgets to start asynchronously, providing one "tick" of content to display and a future of a stream to slot in later. This prevents widgets that have expensive...

# The Problem ``` 00:00:00 ----- A ------ 00:01:00 ----- B ------ 00:02:00 ``` In the above diagram, the times are minute boundaries. If the bar is started at A,...

When doing post-processing on each line from zscroll, I found it to be useful to get a new line every seconds, regardless of whether the text had been changed. To...

## What type of PR is this? (check all applicable) * [ ] Refactor * [x] Feature * [ ] Bug Fix * [ ] Optimization * [ ] Documentation...

## What type of PR is this? (check all applicable) * [ ] Refactor * [x] Feature * [ ] Bug Fix * [ ] Optimization * [ ] Documentation...