statusbar-go/consts.go

8 lines
96 B
Go

package main
const (
SEPARATOR = " | "
BATTERY = "BAT0"
HEADSET = "94:DB:56:6B:E3:8A"
)