Caleb Bassi

Results 118 comments of Caleb Bassi

Not that I know of. It works for me on xterm although the braille characters for the graphs don't look right. There might be an issue with font patching so...

@cmatsuoka That would be great if you could contribute the font! I run into the same issue in the Linux console so I'm glad you got that working. Would this...

So I also found https://github.com/wiktor-b/leggie, which might work too. I'll have to figure out how to get it to work on Arch Linux, but if anyone wants to give it...

Can you paste the output of `ls -Al /sys/class/power_supply/hidpp_battery_0`?

Glad you figured that out, that's an interesting situation. I just pushed a commit that should make sure gotop doesn't panic anymore with the battery widget by correctly handling an...

Looks like there's already an open issue at distatus/battery: https://github.com/distatus/battery/issues/8.

Yah, gotop divides the CPU usage by the number of cores to show overall CPU usage which differs from the way htop/top works. I hadn't noticed that descrepency before so...

It is common and it's used by top/htop, but other resource monitors use gotop's method too like ksysguard. I think it's mostly preference. I personally prefer displaying overall % CPU...

@tehsphinx So assuming htop is correctly reporting that information, that discrepancy sounds like a gotop bug and must have something to do with the way we're gather CPU usage information....

Thanks for bringing this up as I've been thinking about adding a config file too. I'm curious though, why not just set a persistent shell alias with the color scheme...