From 3fc3d1e18ed1f80444d037f34769841f4a7e37d9 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Sun, 16 Feb 2020 14:41:22 -0600 Subject: Merge prep --- config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.go') diff --git a/config.go b/config.go index a400539..c215fac 100644 --- a/config.go +++ b/config.go @@ -15,6 +15,8 @@ import ( // TODO: Merge #157 FreeBSD fixes & Nvidia GPU support (kraust:master) // TODO: Merge #156 Added temperatures for NVidia GPUs (azak-azkaran:master) // TODO: Merge #135 linux console font (cmatsuoka:console-font) +// TODO: Export Prometheus metrics @feature +// TODO: Virtual devices from Prometeus metrics @feature type Config struct { ConfigDir string LogDir string @@ -28,7 +30,6 @@ type Config struct { AverageLoad bool PercpuLoad bool TempScale widgets.TempScale - Battery bool Statusbar bool NetInterface string Layout io.Reader -- cgit v1.2.3