Kaley Main

Results 30 comments of Kaley Main

Have you tried using BOLA with `enableBufferOccupancyABR(true)`?

This is awesome, I wish it eventually got merged (maybe). For reference this can also be achieved with `#[reverse]`

This looks awesome! Are you able to target the `tmux-native` branch? We're close to merging it in and it's a rewrite of the entire plugin.

Hey! What plugin is this using? I'd probably be keen to use something like this, which would work better with (modern) tmux format strings: https://github.com/thewtex/tmux-mem-cpu-load

> hello, any progress with this pr? it's been several months since the last activity > It's really trivial to add a section to the status line that shows memory...

> Sure, and that's what I'm living with currently. An upstream solution would further simplify my setup. We don't really have the capacity, as a team of one, to maintain...

The theme colors are available for formatting, so you can do things like `set -g status-format[1] '#[bg=#{@thm_mantle},fg=#{@thm_fg}] '`. Is there something specific you'd like to add to those status lines?...

This is supported by the tmux option `window-status-separator`. Closing

Oh this is awesome!! My only hesitation is that we already have status line segments for CPU usage and for load, so this is duplicating that information. Is is possible...

Potentially a solution for #409 could fix this at the same time