syncthing-tray

command module
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2015 License: MIT Imports: 13 Imported by: 0

README

syncthing-tray

Simple tray application for syncthing

Connects to syncthing at http://localhost:8080 or any other url by setting the command line parameter -target="http://localhost:8080"

Building

the multi-icon branch of trayhost has to be in your src directory and it has to be modified for more icons, just edit the part where icon names are defined in trayhost.go to

const (
	ICON_PRIMARY     = iota
	ICON_ALTERNATIVE = iota
	ICON_ATTENTION   = iota
	ICON_IDLE        = iota
	ICON_NOT_CONNECTED = iota
	ICON_DL     = iota
	ICON_UL     = iota
	ICON_ERROR     = iota
	ICON_UL_DL     = iota
	ICON_UL_DL2     = iota
)

the following packages on Ubuntu 12.04 are needed: libgtk2.0-dev libappindicator-dev

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL