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