Habitica Wiki
Advertisement
Habitica Wiki

This software stopped working after 30 July 2016 when Habitica's deprecated API v2 was removed.

Information about the API change can be found at Application Programming Interface.


Screenshot

HabitRPGApplet

Description

An applet for Cinnamon (Linux desktop environment) that will let you access your Dailies from the panel.

Installation

Navigate to Menu > Applets > Available Applets (online). Use the search bar to find the applet and install.

Usage

Before adding HabitRPGApplet to the panel, make the following changes:

  1. Navigate to Menu > Files.
  2. Type the following into the search bar: “/home/YOUR_USER_NAME/.local/share/cinnamon/applets”. “YOUR_USER_NAME” refers to your computer login name/username/admin name.
  3. Rename the “HabitRPGApplet” folder to “habitrpg@douze12”.
  4. Open the “habitrpg@douze12” folder, then open the “settings-schema.json” file.
  5. Replace the sample userID (123456789abcde) and sample keyID (123456789abcde) with your user ID and API token, respectively. You can find them here: https://habitica.com/user/settings/api.
  6. Save the changes you made to the file.

To add or remove the applet from the panel, go to Menu > Applets > Installed Applets. Select “HabitRPGApplet” and click “Add to panel”. To remove it, select the applet, then select Configure > Remove.

(Optional) To change the applet name (in the panel) to your user name (or quote, etc.):

  1. Navigate to Menu > Files.
  2. Type the following into the search bar: “/home/YOUR_USER_NAME/.local/share/cinnamon/applets/habitrpg@douze12” (assuming you renamed the folder as described above).
  3. Open the “applet.js” file.
  4. Go to Search > Find.
  5. Type the following into the Find bar: this.set_applet_label("HabitRPG");.
  6. Replace this.set_applet_label("HabitRPG"); with this.set_applet_label("PREFERRED_WORD(S)");. Make sure you changed the applet_label line. Also, the user name, quote, etc. should appear to be pink if typed correctly. Spaces are allowed. Don't miss the quotation marks.
  7. Save the changes you made to the file.
  8. To see the changes, remove the applet, then add it back to the panel.

Advertisement