summaryrefslogtreecommitdiffstats
path: root/layout
AgeCommit message (Collapse)Author
2022-03-26Fixes #174: different colors for download/uploadQuan Tong
2021-02-03Go 1.16: embed and io/fsSean E. Russell
2021-02-03Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get.Sean E. Russell
2020-06-20More strings moved to translationsSean E. Russell
2020-04-27Go vet/lint cleanupsSean E. Russell
2020-04-23Version bump to v4Sean E. Russell
2020-04-23Fixes #92, configurable temps; help text & docs clean-up; versions are now ↵Sean E. Russell
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-21Fixes #91, memory widget colors inconsist.Sean E. Russell
2020-04-16Closes #46, option to display network traffic as mbps. This can be set on ↵Sean E. Russell
the command line with --mbps, or toggled while running with `b`
2020-02-28Path changes for major revisionv3.4.0Sean E. Russell
2020-02-28Merge branch 'v3.4.x'Sean E. Russell
2020-02-28Extensions.v3.4.xSean E. Russell
2020-02-28Abstracts CPU & mem devices.Sean E. Russell
Finishes device refactoring: temps Refactoring to allow updating maps. Simpler, and optimizable.
2020-02-27Merge branch 'v3.4.x' into nvidiaSean E. Russell
2020-02-27Fixes #62, the one-column bugSean E. Russell
Updates ticket info
2020-02-26Fixes #59: keys not controlling processes widgetv3.3.2master.v1Sean E. Russell
Version bump Version bump
2020-02-26Fixes #59: keys not controlling processes widgetSean E. Russell
2020-02-25Adds charge/discharge to power widget.Sean E. Russell
Issue tracking
2020-02-23Documentation clean-up.Sean E. Russell
2020-02-23Documentation clean-up.Sean E. Russell
2020-02-20Issue #56. Slight improvement in layout algorithm. Still doesn't handle > 2 ↵Sean E. Russell
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-19Merge branch 'gauge' into v3.4.xSean E. Russell
2020-02-18Merge branch 'metrics' into v3.4.x; also fixes a bug in some of the widgets ↵Sean E. Russell
where it wasn't checking that metrics were enabled and was causing panics.
2020-02-18Fixes a layout bug; rolls back gopsutil dep updateSean E. Russell
2020-02-18Fixes the dependencies again b/c of broken gopsutilSean E. Russell
2020-02-18Adds a battery gauge.Sean E. Russell
2020-02-18Adds widget metrics outputSean E. Russell
Doc cleanup Missed changes
2020-02-14Fixes rowspan losing widget bug. Preps for 3.2.0Sean E. Russell
2020-02-13Switching maintainership.Sean E. Russell
2020-02-13Solarized theme fixesMarkus Peloquin
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-13Fixes the directory structure.Sean E. Russell