summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/main.go b/main.go
index 37f1bb2..87ca582 100644
--- a/main.go
+++ b/main.go
@@ -10,18 +10,6 @@ import (
"fmt"
)
-// Module is the interface for you to extend what your bar does.
-type Module interface {
- GetInfo() (string, error)
-}
-
-// Modules that are displayed in the bar
-var BarModules = []Module{
- DateModule{},
- BatteryModule{},
- TimeModule{},
-}
-
func main() {
main := Bar{
Modules: BarModules,