Commit Graph

8 Commits

Author SHA1 Message Date
Nemo a78796e029 Fixes hover boundaries
Closes #33

This removes the hover boundaries entirely, so you must click elsewhere
to close the menu now, which I think is better behaviour
2020-06-15 18:09:04 +05:30
Nemo 01ad187150 Finish PyGtk upgrade (7 years in the making) 2020-06-15 00:03:57 +05:30
Nemo 3afba6f3eb pep8 changes 2020-06-14 22:34:37 +05:30
Alex Butum 1e83a78129 Be more Pythonic and Python 3.x compatible 2013-12-12 23:38:31 +02:00
Abhay Rana 389da396f4 Fixes icon issues completely.
-Refers #11
- No longer searches in different places for the icon
- Sets title of GtkStatusIcon for accessibility
- Uses hackertray.data to package the image file
- Bumps version to 1.9

Signed-off-by: Abhay Rana <capt.n3m0@gmail.com>
2013-12-04 17:28:35 +05:30
Bruno Cauet a11f7c4507 image: correct declaration + usage
- Declaration: setup.py declares the image a 'hackertray' data, gives
  its location and asks its inclusion
- appindicator looks for the picture in folders near itself, instead of
  /usr/bin (near the main executable) or the first entry of path.
2013-11-28 15:47:03 +01:00
Abhay Rana 7b3b06d7c2 Fixes #2 2013-11-28 15:59:14 +05:30
Abhay Rana 6ca735ea08 Converts app into a python module which is easily installable. 2013-11-28 14:03:25 +05:30