summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-16 14:41:22 -0600
committerSean E. Russell <ser@ser1.net>2020-02-16 14:41:22 -0600
commit3fc3d1e18ed1f80444d037f34769841f4a7e37d9 (patch)
treef05f8716aec375d1b68f7946a48579f5b4529c4f /config.go
parent1d23f0abdd4612dd4f34e63067e01516512bc078 (diff)
Merge prep
Diffstat (limited to 'config.go')
-rw-r--r--config.go3
1 files changed, 2 insertions, 1 deletions
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