summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 87ca582..6ebbad4 100644
--- a/main.go
+++ b/main.go
@@ -16,5 +16,6 @@ func main() {
}
// Display the bar info to stdout
+ // TODO: Change this to interact with Xorg directly?
fmt.Println(main.Display())
}