Beispiel #1
0
func main() {
	gtk.Init(nil)
	go func() {
		appdbus.StandAlone(TVPlay.NewApplet)
		gtk.MainQuit()
	}()
	gtk.Main()
}
Beispiel #2
0
func main() { appdbus.StandAlone(Cpu.NewApplet) }
Beispiel #3
0
func main() { appdbus.StandAlone(Update.NewApplet) }
Beispiel #4
0
func main() { appdbus.StandAlone(DiskFree.NewApplet) }
Beispiel #5
0
func main() { appdbus.StandAlone(NetActivity.NewApplet) }
Beispiel #6
0
func main() { appdbus.StandAlone(Clouds.NewApplet) }
Beispiel #7
0
func main() { appdbus.StandAlone(Mem.NewApplet) }
Beispiel #8
0
func main() { appdbus.StandAlone(Audio.NewApplet) }
Beispiel #9
0
func main() { appdbus.StandAlone(Notifications.NewApplet) }
Beispiel #10
0
func main() { appdbus.StandAlone(GoGmail.NewApplet) }