symon
symon copied to clipboard
Tiny graphical system monitor
This patch fixes the error where (void-variable memavailable) appears in the minibuffer repeatedly instead of symon; the error occurs because cl-lib is needed to use cl-destructuring bind, and cl-lib is...
I am running emacs on ubuntu 18.04 lte minimal and got this error. I have tried checking " cat /proc/meminfo " and i got output as following: ``` MemTotal: 8076796...
I want to slow down the symon refresh rate but it only goes higher no matter what value I give symon-refresh-rate. Even the default value 4 updates the values hundreds...
As in the title. Would this feature be easily implemented? I use EXWM so it would be nice if symon also showed my time in that bar since I use...
The display purports to show CPU %, but instead it shows load average, a metric which I find less useful. I would use this tool if this were fixed. Great...
By default it uses KB/s which I think is too small for a modern system. Would be nice if user could use customize to select between KB/MB/GB etc.
The sparklines are not rendered correctly on windows. I found the same issue from two years ago, here: https://www.reddit.com/r/emacs/comments/2u2j0c/symon_a_tiny_graphical_system_monitor_for_emacs/co5vx9b/ The maintainer at the time claims to have fixed the problem,...
Sometimes when the RX graph lies at 0 and suddenly climbs up a few hundred KBs, the dots do not appear on the graph. (I suppose they are not well...
hi, when I set it up, I can only have MEM on the mini buffer. What may cause this? I am at MacOS el captain 10.11, emacs 25.1
`start-process-shell-command` uses the users shell to start the given command. As syntax in Fish shell is slightly different `(symon-darwin--maybe-start-process)` doesn't work when `$SHELL` is Fish. Maybe an easy solution to...