https://github.com/ku1ik/traytor
Show (animated) tray icon from command line
https://github.com/ku1ik/traytor
Last synced: 2 months ago
JSON representation
Show (animated) tray icon from command line
- Host: GitHub
- URL: https://github.com/ku1ik/traytor
- Owner: ku1ik
- License: mit
- Created: 2011-12-28T18:02:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-03T22:39:37.000Z (over 12 years ago)
- Last Synced: 2025-04-09T22:01:01.628Z (2 months ago)
- Language: Python
- Homepage: ku1ik.com
- Size: 97.7 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# traytor
_Apostate. Judas. Deceiver. Traytor._
Shows specified tray icon from commandline. Accepts single icon file or
directory filled with icons if you want to animate.## Installation
Clone repository and symlink `traytor` bin to sth in your `$PATH`:
$ git clone git://github.com/sickill/traytor.git
$ ln -s `pwd`/traytor/bin/traytor ~/bin/traytor## Usage
$ traytor -h
usage: traytor [-h] [-t ] [-c ] [-i ]optional arguments:
-h, --help show this help message and exit
-t tooltip specify tooltip for tray icon
-i interval animation frame duration (in milliseconds), default: 1000
-c command run specified command when tray icon clicked## Authors
Marcin Kulik (@sickill)