The Solarized theme doesn't work well on light themes. (Light/dark have
identical palettes, but the foreground/background colors are different
and greys obviously get used differently.)
This commit makes the 'solarized' theme use the foreground color instead
of '250' and use the average of base00 and base0 for DiskBar. (These
greys are already close to 50%.)
This commit also adds two 16-color themes utilizing the extra violet/
orange colors, and uses the appropriate grey color for DiskBar.
This should satisfy issue #13 (at least in part).
`main.go` now has cases for "dd", "d3", and "d9".
"d3" is "sigquit" and "d9" is "sigkill".
`KillProc()` now takes a string as an arugment to perferm desired kill
action using `--signal`.
`help.go` also has been update to reflect the additions.
This is an approximation since Nord uses HTML color codes that are
outside of the 256 terminal colors.
CPU Lines and BattLines not edited from the default.
- Added NVIDIA GPU Temperature Support
- Fixed a bug where CPU temp would not be displayed if a syctl option was not found
- Fixed a bug where Swap was not being displayed on mirroed ZFS partitions.
Only swallow events that are explicitly handled by the editor. Fall
through to the default event handling for all other events.
Also, cancel editing on <Escape> and fix README file formatting.
Press / to input a filter string. The proc list will be filtered to
procs that contain the filter as a substring of either the command or
the string representation of the PID.