Icon Themes
Icon themes refer only to the 16x16 pixel .png and .ico images that display in the trayicon, the user status column in user lists, and the notebook tabs.
The files in the img/ subdirectory are stored in the imagedata.py file as data strings and loaded at runtime. The .ico files are only used on Windows.
Files
- hilite.png
- online.png
- away.png
- offline.png
- hilite2.png
- away2.png
- connect.png
- disconnect.png
Status, Tray, Hilite Icons
To update imagedata.py, edit the .png files and the run:
./encode_bitmaps.py
Windows-only Tray Icons
The .ico files are added to icondata.py to be used for the pywin trayicon.
Files
- hilite2.ico
- away2.ico
- connect.ico
- disconnect.ico
Update
To update icondata.py, edit the .ico files and then run:
./encode_icons.py
Attachments
- classic-theme.tar.bz2 (23.0 kB) -
Classic Icon Theme (uses some of the original PySoulSeek? icons)
, added by daelstorm on 06/30/07 22:06:23. - nicotine-plus-chocobos.tar.bz2 (4.9 kB) -
Chocobos from Final Fantasy 5
, added by daelstorm on 08/29/07 06:49:03.
