|
|
@ -1,6 +1,7 @@ |
|
|
|
package main |
|
|
|
|
|
|
|
import ( |
|
|
|
"./src/clock" |
|
|
|
"./src/config" |
|
|
|
tm "github.com/buger/goterm" |
|
|
|
"time" |
|
|
@ -9,8 +10,8 @@ import ( |
|
|
|
func main() { |
|
|
|
config := config.New("status.toml") |
|
|
|
|
|
|
|
clock := clock.Clock{Config: &config} |
|
|
|
sl := SL{Config: &config} |
|
|
|
clock := Clock{Config: &config} |
|
|
|
weather := Weather{Config: &config} |
|
|
|
pollen := Pollen{Config: &config} |
|
|
|
|
|
|
|