fadeouter
fadeouter
@ph03 did you mean to show temperature in menu bar, right after the graphs?
thanks, will figure it out!
@Hippyjake unfortunately I can't reproduce this issue on Ubuntu GNOME 17.04, but tried to add `` | tr -d '[]|'`` idk did I fixed the problem ( could you report...
@WhiteheadV i'm fine, you can paste code here or at pastebin etc. Also, I will add a licence info right now. @Jomic with ``ORS="\\\\n"`` ``20.5 gnome-shell\n0 systemd\n0 kthreadd\n`` with ``ORS="\\n"``...
@Jomic thanks! Added this to the script. Would be glad if anyone tell how it works now.
Probably I'm figured out. Tried to reproduce in Arch in termbox.io and found different output of a top. I used `` grep -v "top \ | Tasks \ | Cpu...
@Jomik hey, could you check now, please? Looks like i'm solved this issues. P.S. No. The position of CPU output in Arch is on 7 column, while in Ubuntu it's...
@Jomik thanks for your note, $NF means last column. While Arch has only 11 columns in the **top** output and Ubuntu has 12, this helps to show exactly what needed.
@Hippyjake ok, it's sad. Could you enter `top -o "%CPU" -bn 1 | head -n 10` in your terminal and post here the output?
For a custom fix you need to replace ``top=$(top -o "%CPU" -bn 1 | tr -d '`[]|-' | head -n 10 | tail -n 3 | awk '{ printf("%-4s %-s\n",...