Sean E. Russell
11c33726aa
Adds charge/discharge to power widget.
...
Issue tracking
2020-02-25 14:22:20 -06:00
Sean E. Russell
8d767a448e
Documentation clean-up.
2020-02-23 08:13:43 -06:00
Sean E. Russell
7b09a00230
Issue #56 . Slight improvement in layout algorithm. Still doesn't handle > 2 columns well, but it's more correct and lays the foundation for a correct solution. It's clear, however, that a full table model parser will require a substantial rewrite and, possibly, a change in the layout syntax. That would add substantial complexity, so maybe for some future effort. I'll fix the basic column layout (rowspans at the edges), and then shelve it.
2020-02-20 08:19:15 -06:00
Sean E. Russell
66ad0f8785
Merge branch 'gauge' into v3.4.x
2020-02-19 10:40:45 -06:00
Sean E. Russell
5e77983901
Merge branch 'metrics' into v3.4.x; also fixes a bug in some of the widgets where it wasn't checking that metrics were enabled and was causing panics.
2020-02-18 13:47:52 -06:00
Sean E. Russell
a197638e1f
Fixes a layout bug; rolls back gopsutil dep update
2020-02-18 12:18:34 -06:00
Sean E. Russell
2e926c270f
Fixes the dependencies again b/c of broken gopsutil
2020-02-18 11:43:55 -06:00
Sean E. Russell
8ee5950308
Adds a battery gauge.
2020-02-18 11:27:29 -06:00
Sean E. Russell
5ccfc7cbc6
Adds widget metrics output
...
Doc cleanup
Missed changes
2020-02-18 10:23:33 -06:00
Sean E. Russell
a7c9949daf
Fixes rowspan losing widget bug. Preps for 3.2.0
2020-02-14 07:00:39 -06:00
Sean E. Russell
38d7736ca0
Switching maintainership.
2020-02-13 16:26:28 -06:00
Markus Peloquin
44b8ac9c1a
Solarized theme fixes
...
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.
2020-02-13 12:39:08 -06:00
Sean E. Russell
7e5c0c969c
Fixes the directory structure.
2020-02-13 10:15:52 -06:00