Skip to content

Cinnamon All in one Places Options

jferrao edited this page May 14, 2012 · 26 revisions

You may customize the look and feel of the applet by manually editing and changing the value of this options on the file config.json located on the applet's installation directory, ~/.local/share/cinnamon/applets/all-in-one-places@jofer.

Do not remove any of the configuration options and just change configuration values with the supported values.

The content of the configuration file must be a valid JSON document. You may validate the file contents using a JSON validator such as the one available at JSONLint. To validate just copy the file contents, paste them at JSONLint and press the "validate" button.

`SHOW_PANEL_ICON`

Show applet icon on the panel. Supported values: true false

USE_FULL_COLOR_ICON Whether use full color icon or symbolic (grayscale) icon. Supported values: true false

SHOW_PANEL_TEXT Show applet title text on the panel. Supported values: true false

PANEL_TEXT Show custom text on the panel instead of the default one. Supported values: null for default text or any string for custom text.

SHOW_DESKTOP Show or hide the Desktop menu item. Supported values: true false

AUTO_HIDE_TRASH Hide trash menu item when trash is empty. Supported values: true false

SHOW_BOOKMARKS Show bookmarks section. Supported values: true false

COLLAPSE_BOOKMARKS Show bookmarks as collapsable menu. Supported values: true false

SHOW_FILE_SYSTEM Show file system menu item. Supported values: true false

SHOW_DEVICES Show devices section. Supported values: true false

COLLAPSE_DEVICES Show devices as collapsable menu. Supported values: true false

SHOW_NETWORK Show network section. Supported values: true false

COLLAPSE_NETWORK Show network section as collapsable menu. Supported values: true false

SHOW_SEARCH Show search menu item Supported values: true false

SHOW_RECENT_DOCUMENTS Show recent documents list. Supported values: true false

ICON_SIZE Icon size for the menu items. Supported values: any integer number representing the icon size

RECENT_ITEMS Maximum of items to display on the recent documents section. Supported values: any integer number for the meximum number of documents


Back to Cinnamon All-in-one Places applet page

Clone this wiki locally