Jonas Damtoft

Results 54 comments of Jonas Damtoft

You can have a `toggleterm` extra. Then this is how we normally add support for plugins across. So the toggleterm extra will include support for overseer, if you have overseer...

Seem to be getting a similar error on NVidia. Dark areas are completely black. Monsters are visible though, as if lit by the sky.

I guess we can ask @fadeouter to add a license to his repo. So that you can actually do that @WhiteheadV :smile: @fadeouter What happens if you change `ORS=\\\\n` to...

To sort by CPU, without forest view, you just pass `-o "%CPU"` as a flag.

Tested it here ![screenshot from 2017-04-30 14-09-23](https://cloud.githubusercontent.com/assets/699655/25564224/cb450c64-2dae-11e7-931f-932953bbf62d.png)

@fadeouter I still don't get the names on the top 3 processes. Also, showing all /dev/sd* shows the boot partition too, I'm not particularly interested in that. ![screenshot from 2017-04-30...

@fadeouter this works for me. Changing https://github.com/fadeouter/sysinfo/blob/master/sysinfo.1s.sh#L22 to ``` top=$(top -o "%CPU" -bn 1 | tr -d '`[]|-' | head -n 10 | tail -n 3 | awk '{ printf("%-4s...

Watching this as well - free user on an open source project. I write a plugin for 3d printers. It'd be great to make it visible for consumers that the...

I have fixed this by pinning to the latest commit sha. I suppose the currently released `v4` does not actually do this preprocessing, seems like a PR was reverted.

Meanwhile, we can add ```yml with: verbose: ${{ toJSON(runner.debug == '1') }} ```