Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Initial Version and Version 1 of StatusIconThemes


Ignore:
Timestamp:
Aug 30, 2009, 11:45:21 PM (14 years ago)
Author:
dadrc
Comment:

Translated page from http://pidginwiki.teamblind.de/index.php?title=Status_Icon_Theme

Legend:

Unmodified
Added
Removed
Modified
  • StatusIconThemes

    v1 v1  
     1= Status Icon Themes =
     2
     3== Installing ==
     4After downloading a theme and unpacking it into ~/.purple/themes it can be selected in Pidgin.
     5
     6== Creating ==
     7
     8The easiest way to create is theme is to manipulate an existing one by just replacing the graphics. Here is an simple example for you to work with using the standard icons.
     9
     10{{{
     11<theme type="pidgin status icon"
     12       name="Original Pidgin Status Icon Theme"
     13       author="name"
     14       image="">
     15  <description>
     16    Pidgin Original Status Icon Theme
     17  </description>
     18
     19  <icon id="pidgin-status-available" file="available.png" />
     20  <icon id="pidgin-status-available-i" file="available.png" />
     21  <icon id="pidgin-status-away" file="away.png" />
     22  <icon id="pidgin-status-away-i" file="away.png" />
     23  <icon id="pidgin-status-busy" file="busy.png" />
     24  <icon id="pidgin-status-busy-i" file="busy.png" />
     25  <icon id="pidgin-status-chat" file="chat.png" />
     26  <icon id="pidgin-status-invisible" file="invisible.png" />
     27  <icon id="pidgin-status-xa" file="extended-away.png" />
     28  <icon id="pidgin-status-xa-i" file="extended-away.png" />
     29  <icon id="pidgin-status-login" file="log-in.png" />
     30  <icon id="pidgin-status-logout" file="log-out.png" />
     31  <icon id="pidgin-status-offline" file="offline.png" />
     32  <icon id="pidgin-status-person" file="person.png" />
     33</theme>
     34}}}
     35
     36=== How to customize this example ===
     37
     38 * Download the example
     39 * Unpack it into ~/.purple/themes
     40 * Rename the folder to match your themes' name
     41 * Open purple/status-icon/theme.xml, it should look like this:
     42 * The IDs should be pretty self-explanatory. The i-prefix is for idle.
     43 * The directory purple/status-icon contains the directories 11, 16, 22, 32, 48. They contain the icons in the according size. Pidgin chooses the right size automatically.
     44 * Replace the icons, create an archive and you are done.
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!