diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,5 +16,6 @@ func main() { } // Display the bar info to stdout + // TODO: Change this to interact with Xorg directly? fmt.Println(main.Display()) } |