6befa0ef84
Fixes #59 : keys not controlling processes widget
2020-02-26 15:51:46 -06:00
3641a94ba9
Merge remote-tracking branch 'willems/master' into temps
2020-02-25 14:26:52 -06:00
11c33726aa
Adds charge/discharge to power widget.
...
Issue tracking
2020-02-25 14:22:20 -06:00
e38f6fc8c4
Refactoring devices in support of GPU
2020-02-25 14:04:55 -06:00
64f139d580
NVIDIA support
2020-02-25 13:22:12 -06:00
1375dce1be
Merge branch 'master' into nvidia
2020-02-24 10:03:08 -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
9cc6cab641
Cleans the Arch PKGBUILD to reduce namcap
warnings.
2020-02-23 07:00:05 -06:00
ec280a31d7
Arch package (src)
2020-02-22 15:37:15 -06:00
f3af092b12
Fixes #15 , crash when battery info includes devices
2020-02-20 19:28:15 -06:00
af40172604
Merge branch 'master' into v3.4.x
2020-02-20 19:26:34 -06:00
cbad9c124e
Fixes #15 , crash when battery info includes devices
2020-02-20 18:57:06 -06:00
a2d04d316d
Moved todos around to correct files
2020-02-20 18:56:52 -06:00
3fb29b5ecf
Merge remote-tracking branch 'kraust/master' into nvidia
...
However, this drastically increases CPU use of gotop, so leaving this
unmerged at the moment.
2020-02-20 13:41:43 -06:00
5df9babef6
Changelog cleanup & add todos.
2020-02-20 13:26:39 -06:00
82add48e51
Fixes #57 . Also renames files that came with a pull request such that they follow golang file naming conventions (underscores rather than dashes), mainly for consistency.
2020-02-20 13:05:28 -06:00
5f37965467
Builds for darwin; requires docker.
...
osxcross has an old go; make go.mod match.
Directory clean-ups
2020-02-20 12:35:18 -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
f96a97c3d8
Prepped for release
2020-02-18 13:27:38 -06:00
3db7c7480a
Adds a layout with all the widgets
2020-02-18 12:19:35 -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
b61ed8b81b
Strange behaviors with 2.20 gopsutil, so reverting dependency.
2020-02-18 05:57:56 -06:00
6c9e51470e
Fixes cross-compiling, adds a new build script
2020-02-17 13:00:52 -06:00
8e743fc85f
Version bump <sigh>
2020-02-17 11:47:42 -06:00
2a53398681
Adds log rotation, config file support, and refactoring. Colorschemes are self-registered. Merge remote-tracking branch 'jrswab/configFile111' into config_file; drastically refactored, and am not sure how much original code from the patch was used.
2020-02-17 11:40:16 -06:00
3fc3d1e18e
Merge prep
2020-02-16 14:41:22 -06:00
1d23f0abdd
Deprecation warning for --minimal and --battery.
2020-02-15 16:10:45 -06:00
514f8e1bbc
Fixed changelog text to conform to self-proclaimed spec.
2020-02-15 15:13:34 -06:00
d5d507c189
Addendum to logging fix, to enable on other archs
2020-02-15 14:57:18 -06:00
a007047fc5
Fixes #49 , logs filling up hard drive.
2020-02-15 14:27:31 -06:00
774b4fcda6
Ready for release.
2020-02-14 09:52:40 -06:00
f850a47d91
Merge remote-tracking branch 'rephorm/filter'
2020-02-14 09:35:58 -06:00
64d4a81212
Merge remote-tracking branch 'mattLLVW/feature/network_interface_list'
2020-02-14 07:52:33 -06:00
7594f3ecec
Updates release info.
2020-02-14 07:24:06 -06:00
c0c2cfb11a
Merge remote-tracking branch 'jrswab/nordColorScheme'
2020-02-14 07:19:28 -06:00
4e2275c9f7
Merge remote-tracking branch 'theverything/add-missing-option-to-readme'
2020-02-14 07:07:27 -06:00
a7c9949daf
Fixes rowspan losing widget bug. Preps for 3.2.0
2020-02-14 07:00:39 -06:00
eb27f74131
Add merge todos
2020-02-14 06:44:25 -06:00
38d7736ca0
Switching maintainership.
2020-02-13 16:26:28 -06:00
47413695ce
Updates the version to reflect feature additions and merges
2020-02-13 13:47:43 -06:00
ed01cf48d2
Updates docs for layout rework.
2020-02-13 13:45:16 -06:00
1bf6926282
Merge remote-tracking branch 'jrswab/otherSigTerms'
2020-02-13 13:38:45 -06:00
4247e9339e
Reworks the -l argument. Combines the layout args into one (smarter) one, and adds the ability to parse layouts from stdin. Re-implements --minimal as a layout.
2020-02-13 13:24:41 -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