Commit Graph

29 Commits

Author SHA1 Message Date
7b19606acc Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get. 2021-02-03 12:28:46 -06:00
23364aa754 More strings moved to translations 2020-06-20 16:47:48 -05:00
285d4d0297 Go vet/lint cleanups 2020-04-27 20:33:41 -05:00
ccbc71755f Version bump to v4 2020-04-23 14:07:08 -05:00
5ada5315d9 Fixes #92, configurable temps; help text & docs clean-up; versions are now built into binaries at compile time; clean up old extensions params; adds --list command; adds --write-config command; fixes bug in colorscheme loading; fixes bug in Colorschemes -- all had empty Name attrs; adds ability to list devices. 2020-04-23 10:41:20 -05:00
4895f5ec24 Fixes #91, memory widget colors inconsist. 2020-04-21 15:37:31 -05:00
9e1b63be32 Closes #46, option to display network traffic as mbps. This can be set on the command line with --mbps, or toggled while running with b 2020-04-16 13:28:18 -05:00
afb62afcdf Path changes for major revision 2020-02-28 14:48:35 -06:00
c6af0ab404 Merge branch 'v3.4.x' 2020-02-28 14:38:32 -06:00
231b0d03fe Extensions. 2020-02-28 10:06:05 -06:00
7a89225d72 Abstracts CPU & mem devices.
Finishes device refactoring: temps

Refactoring to allow updating maps. Simpler, and optimizable.
2020-02-28 07:06:51 -06:00
4fce1654c5 Merge branch 'v3.4.x' into nvidia 2020-02-27 16:13:23 -06:00
b03566cd60 Fixes #62, the one-column bug
Updates ticket info
2020-02-27 12:51:59 -06:00
0e9be443b0 Fixes #59: keys not controlling processes widget
Version bump

Version bump
2020-02-26 16:47:24 -06:00
6befa0ef84 Fixes #59: keys not controlling processes widget 2020-02-26 15:51:46 -06:00
11c33726aa Adds charge/discharge to power widget.
Issue tracking
2020-02-25 14:22:20 -06:00
39dc97b37f Documentation clean-up. 2020-02-23 08:16:02 -06:00
8d767a448e Documentation clean-up. 2020-02-23 08:13:43 -06:00
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
66ad0f8785 Merge branch 'gauge' into v3.4.x 2020-02-19 10:40:45 -06:00
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
a197638e1f Fixes a layout bug; rolls back gopsutil dep update 2020-02-18 12:18:34 -06:00
2e926c270f Fixes the dependencies again b/c of broken gopsutil 2020-02-18 11:43:55 -06:00
8ee5950308 Adds a battery gauge. 2020-02-18 11:27:29 -06:00
5ccfc7cbc6 Adds widget metrics output
Doc cleanup

Missed changes
2020-02-18 10:23:33 -06:00
a7c9949daf Fixes rowspan losing widget bug. Preps for 3.2.0 2020-02-14 07:00:39 -06:00
38d7736ca0 Switching maintainership. 2020-02-13 16:26:28 -06:00
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
7e5c0c969c Fixes the directory structure. 2020-02-13 10:15:52 -06:00