summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
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