feat cinnamon config

This commit is contained in:
Jozef Steinhübl 2023-08-13 23:26:21 +02:00
parent 98275fb5f2
commit af1b0dc563
12 changed files with 1577 additions and 0 deletions

View file

@ -0,0 +1,62 @@
{
"section1": {
"type": "section",
"description": "Display"
},
"show-events": {
"type": "switch",
"default": true,
"description": "Show calendar events",
"tooltip": "Check this to display events in the calendar.",
"value": true
},
"show-week-numbers": {
"type": "switch",
"default": false,
"description": "Show week numbers in calendar",
"tooltip": "Check this to show week numbers in the calendar.",
"value": false
},
"use-custom-format": {
"type": "switch",
"default": false,
"description": "Use a custom date format",
"tooltip": "Check this to define a custom format for the date in the calendar applet.",
"value": false
},
"custom-format": {
"type": "entry",
"default": "%A, %B %e, %H:%M",
"description": "Date format",
"dependency": "use-custom-format",
"tooltip": "Set your custom format here.",
"value": "%A, %B %e, %H:%M"
},
"custom-tooltip-format": {
"type": "entry",
"default": "%A, %B %e, %H:%M",
"description": "Date format for tooltip",
"dependency": "use-custom-format",
"tooltip": "Set your custom tooltip format here.",
"value": "%A, %B %e, %H:%M"
},
"format-button": {
"type": "button",
"description": "Show information on date format syntax",
"dependency": "use-custom-format",
"callback": "on_custom_format_button_pressed",
"tooltip": "Click this button to know more about the syntax for date formats."
},
"section2": {
"type": "section",
"description": "Keyboard shortcuts"
},
"keyOpen": {
"type": "keybinding",
"description": "Show calendar",
"default": "<Super>c",
"tooltip": "Set keybinding(s) to show the calendar.",
"value": "<Super>c"
},
"__md5__": "de90b5cca13fa5a4289009477b98b2f7"
}

View file

@ -0,0 +1,82 @@
{
"head": {
"type": "header",
"description": "Settings"
},
"click-action": {
"type": "combobox",
"description": "Click action",
"default": "show_desktop",
"options": {
"Show the desktop": "show_desktop",
"Show the desklets": "show_desklets",
"Show the workspace selector (Expo)": "show_expo",
"Show the window selector (Scale)": "show_scale"
},
"value": "show_desktop"
},
"middle-click-action": {
"type": "combobox",
"description": "Middle click action",
"default": "show_desklets",
"options": {
"Show the desktop": "show_desktop",
"Show the desklets": "show_desklets",
"Show the workspace selector (Expo)": "show_expo",
"Show the window selector (Scale)": "show_scale"
},
"value": "show_desklets"
},
"scroll-behavior": {
"type": "combobox",
"default": "none",
"description": "Scroll wheel behavior",
"options": {
"Nothing": "nothing",
"Switch workspaces": "normal",
"Switch workspaces (reversed)": "reversed"
},
"value": "none"
},
"peek-at-desktop": {
"type": "switch",
"default": false,
"description": "Peek at the desktop on hover",
"tooltip": "Peek at the desktop when hovering the applet",
"value": false
},
"peek-blur": {
"type": "switch",
"default": false,
"dependency": "peek-at-desktop",
"description": "Blur effect",
"tooltip": "Blur windows when peeking at the desktop",
"value": false
},
"peek-delay": {
"type": "spinbutton",
"default": 400,
"min": 0,
"max": 1000,
"step": 50,
"units": "milliseconds",
"dependency": "peek-at-desktop",
"description": "Hover delay",
"tooltip": "Delay before Peek shows desktop",
"value": 400
},
"peek-opacity": {
"type": "scale",
"default": 5,
"units": "%",
"digits": 0,
"min": 0,
"max": 100,
"step": 5,
"dependency": "peek-at-desktop",
"description": "Window opacity",
"tooltip": "Change the opacity of windows when peeking at the desktop",
"value": 5
},
"__md5__": "2a3b4c4bb5c6859baf3469c66fad8322"
}

View file

@ -0,0 +1,13 @@
{
"head": {
"type": "header",
"description": "Settings"
},
"show-full-uri": {
"type": "switch",
"default": false,
"description": "Display full paths in the list",
"value": false
},
"__md5__": "47cfb84ecf716b6b4756ccdac7f369e4"
}

View file

@ -0,0 +1,356 @@
{
"layout": {
"type": "layout",
"pages": [
"generalPage",
"panelPage",
"thumbnailsPage",
"contextMenuPage"
],
"generalPage": {
"type": "page",
"title": "General",
"sections": [
"generalSection",
"hotKeysSection"
]
},
"panelPage": {
"type": "page",
"title": "Panel",
"sections": [
"appButtonsSection"
]
},
"thumbnailsPage": {
"type": "page",
"title": "Thumbnails",
"sections": [
"thumbnailsSection",
"hoverPeekSection"
]
},
"contextMenuPage": {
"type": "page",
"title": "Context Menu",
"sections": [
"contextMenuSection"
]
},
"generalSection": {
"type": "section",
"title": "Behavior",
"keys": [
"group-apps",
"scroll-behavior",
"left-click-action",
"middle-click-action",
"show-all-workspaces"
]
},
"appButtonsSection": {
"type": "section",
"title": "Application Buttons",
"keys": [
"title-display",
"launcher-animation-effect",
"number-display",
"pinned-apps",
"enable-app-button-dragging"
]
},
"hotKeysSection": {
"type": "section",
"title": "Hot Keys",
"keys": [
"cycleMenusHotkey",
"show-apps-order-hotkey",
"show-apps-order-timeout",
"super-num-hotkeys"
]
},
"thumbnailsSection": {
"type": "section",
"title": "Thumbnails",
"keys": [
"thumbnail-scroll-behavior",
"show-thumbnails",
"animate-thumbnails",
"vertical-thumbnails",
"sort-thumbnails",
"highlight-last-focused-thumbnail",
"onclick-thumbnails",
"thumbnail-timeout",
"thumbnail-size"
]
},
"hoverPeekSection": {
"type": "section",
"title": "Hover Peek",
"keys": [
"enable-hover-peek",
"hover-peek-time-in",
"hover-peek-time-out",
"hover-peek-opacity"
]
},
"contextMenuSection": {
"type": "section",
"title": "",
"keys": [
"show-recent",
"autostart-menu-item",
"monitor-move-all-windows"
]
}
},
"number-display": {
"type": "checkbox",
"default": true,
"description": "Show window count numbers",
"value": true
},
"title-display": {
"type": "combobox",
"default": 1,
"description": "Button label",
"options": {
"None": 1,
"Application name": 2,
"Window title": 3,
"Window title (only for the focused window)": 4
},
"value": 1
},
"scroll-behavior": {
"type": "combobox",
"default": 1,
"description": "Mouse wheel scroll action",
"options": {
"None": 1,
"Cycle apps": 2,
"Cycle windows": 3
},
"value": 1
},
"left-click-action": {
"type": "combobox",
"default": 2,
"description": "Left click action",
"options": {
"None": 1,
"Toggle activation of last focused window": 2,
"Cycle windows": 3
},
"value": 2
},
"middle-click-action": {
"type": "combobox",
"default": 3,
"description": "Middle click action",
"options": {
"None": 1,
"Launch new app instance": 2,
"Close last focused window in group": 3
},
"value": 3
},
"pinned-apps": {
"type": "generic",
"default": [
"nemo.desktop",
"firefox.desktop",
"org.gnome.Terminal.desktop"
],
"value": [
"nemo.desktop",
"firefox.desktop",
"org.gnome.Terminal.desktop"
]
},
"group-apps": {
"type": "checkbox",
"default": true,
"description": "Group windows by application",
"value": true
},
"show-all-workspaces": {
"type": "checkbox",
"default": false,
"description": "Show windows from all workspaces",
"value": false
},
"enable-app-button-dragging": {
"type": "checkbox",
"default": true,
"description": "Enable app button dragging",
"value": true
},
"launcher-animation-effect": {
"type": "combobox",
"default": 3,
"description": "Launcher animation",
"options": {
"None": 1,
"Fade": 2,
"Scale": 3
},
"value": 3
},
"cycleMenusHotkey": {
"type": "keybinding",
"default": "",
"description": "Global hotkey for cycling through thumbnail menus",
"value": ""
},
"show-apps-order-hotkey": {
"type": "keybinding",
"default": "<Super>grave",
"description": "Global hotkey to show the order of apps",
"value": "<Super>grave"
},
"show-apps-order-timeout": {
"type": "spinbutton",
"default": 2500,
"min": 100,
"max": 10000,
"step": 10,
"units": "milliseconds",
"description": "Duration of the apps order display on hotkey press",
"value": 2500
},
"super-num-hotkeys": {
"type": "checkbox",
"default": true,
"description": "Enable Super+<number> shortcut to switch/open apps",
"value": true
},
"thumbnail-timeout": {
"dependency": "!onclick-thumbnails",
"type": "combobox",
"default": 250,
"description": "Delay before showing thumbnails",
"options": {
"50 ms": 50,
"250 ms": 250,
"500 ms": 500
},
"value": 250
},
"thumbnail-size": {
"type": "combobox",
"default": 6,
"description": "Thumbnail size",
"options": {
"Small": 3,
"Medium": 6,
"Large": 9,
"Largest": 12
},
"value": 6
},
"thumbnail-scroll-behavior": {
"type": "checkbox",
"default": false,
"description": "Cycle windows on mouse wheel scroll",
"value": false
},
"show-thumbnails": {
"type": "checkbox",
"default": true,
"description": "Show thumbnails",
"value": true
},
"animate-thumbnails": {
"type": "checkbox",
"default": false,
"description": "Animate thumbnails",
"value": false
},
"vertical-thumbnails": {
"type": "checkbox",
"default": false,
"description": "Enable vertical thumbnails",
"value": false
},
"sort-thumbnails": {
"type": "checkbox",
"default": false,
"description": "Sort thumbnails according to the last focused windows",
"value": false
},
"highlight-last-focused-thumbnail": {
"type": "checkbox",
"default": true,
"description": "Highlight the thumbnail of the last focused window",
"value": true
},
"onclick-thumbnails": {
"type": "checkbox",
"default": false,
"description": "Click to show thumbnails",
"value": false
},
"show-recent": {
"type": "checkbox",
"default": true,
"description": "Show recent items",
"value": true
},
"autostart-menu-item": {
"type": "checkbox",
"default": false,
"description": "Show autostart option",
"value": false
},
"monitor-move-all-windows": {
"type": "checkbox",
"default": true,
"description": "Apply the monitor move option to all windows",
"tooltip": "When clicking \"Move to monitor\" in the context menu, this option will move all of an app's windows instead of just the last focused window from the app.",
"value": true
},
"enable-hover-peek": {
"type": "checkbox",
"default": true,
"description": "Show the window when hovering its thumbnail",
"value": true
},
"hover-peek-time-in": {
"dependency": "enable-hover-peek",
"type": "combobox",
"default": 300,
"description": "Window fade-in time",
"options": {
"150 ms": 150,
"300 ms": 300,
"450 ms": 450
},
"value": 300
},
"hover-peek-time-out": {
"dependency": "enable-hover-peek",
"type": "combobox",
"default": 0,
"description": "Window fade-out time",
"options": {
"None": 0,
"150 ms": 150,
"300 ms": 300,
"450 ms": 450
},
"value": 0
},
"hover-peek-opacity": {
"dependency": "enable-hover-peek",
"type": "spinbutton",
"default": 100,
"min": 0,
"max": 100,
"step": 1,
"units": "percent",
"description": "Window opacity",
"value": 100
},
"__md5__": "6f73ea938aeb5481595a809eb6cbe8e3"
}

View file

@ -0,0 +1,263 @@
{
"layout": {
"type": "layout",
"pages": [
"panel",
"menu"
],
"panel": {
"type": "page",
"title": "Panel",
"sections": [
"panel-appear",
"panel-behave"
]
},
"menu": {
"type": "page",
"title": "Menu",
"sections": [
"menu-layout",
"menu-behave"
]
},
"panel-appear": {
"type": "section",
"title": "Appearance",
"keys": [
"menu-custom",
"menu-icon",
"menu-icon-size",
"menu-label"
]
},
"panel-behave": {
"type": "section",
"title": "Behavior",
"keys": [
"overlay-key",
"activate-on-hover",
"hover-delay",
"force-show-panel",
"enable-animation"
]
},
"menu-layout": {
"type": "section",
"title": "Layout and content",
"keys": [
"show-category-icons",
"category-icon-size",
"show-application-icons",
"application-icon-size",
"favbox-show",
"fav-icon-size",
"show-places",
"show-recents",
"menu-editor-button",
"reset-menu-size-button"
]
},
"menu-behave": {
"type": "section",
"title": "Behavior",
"keys": [
"category-hover",
"enable-autoscroll",
"search-filesystem"
]
}
},
"overlay-key": {
"type": "keybinding",
"description": "Keyboard shortcut to open and close the menu",
"default": "Super_L::Super_R",
"value": "Super_L::Super_R"
},
"menu-custom": {
"type": "switch",
"default": false,
"description": "Use a custom icon and label",
"tooltip": "Check this to specify a custom icon and label",
"value": false
},
"menu-icon": {
"type": "iconfilechooser",
"default": "cinnamon-symbolic",
"description": "Icon",
"tooltip": "Select an icon to show in the panel.",
"default_icon": "cinnamon-symbolic",
"dependency": "menu-custom",
"value": "cinnamon-symbolic"
},
"menu-icon-size": {
"type": "spinbutton",
"default": 32,
"min": 16,
"max": 96,
"step": 1,
"units": "px",
"description": "Icon size",
"dependency": "menu-custom",
"value": 32
},
"menu-label": {
"type": "entry",
"default": "Menu",
"description": "Text",
"tooltip": "Enter custom text to show in the panel.",
"dependency": "menu-custom",
"value": "Menu"
},
"show-category-icons": {
"type": "switch",
"default": true,
"description": "Show category icons",
"tooltip": "Choose whether or not to show icons on categories.",
"value": true
},
"category-icon-size": {
"type": "spinbutton",
"default": 22,
"min": 16,
"max": 48,
"step": 1,
"units": "px",
"description": "Categories icon size",
"dependency": "show-category-icons",
"value": 22
},
"show-application-icons": {
"type": "switch",
"default": true,
"description": "Show application icons",
"tooltip": "Choose whether or not to show icons on applications.",
"value": true
},
"application-icon-size": {
"type": "spinbutton",
"default": 22,
"min": 16,
"max": 48,
"step": 1,
"units": "px",
"description": "Applications icon size",
"dependency": "show-application-icons",
"value": 22
},
"favbox-show": {
"type": "switch",
"default": true,
"description": "Show favorites and session buttons",
"tooltip": "Choose whether or not to show the left pane of the menu.",
"value": true
},
"fav-icon-size": {
"type": "spinbutton",
"default": 32,
"min": 16,
"max": 64,
"step": 1,
"units": "px",
"description": "Favorites icon size",
"dependency": "favbox-show",
"value": 32
},
"show-favorites": {
"type": "switch",
"default": true,
"description": "Show favorites",
"tooltip": "Choose whether or not to show favorite files in the menu.",
"value": true
},
"show-places": {
"type": "switch",
"default": true,
"description": "Show bookmarks and places",
"tooltip": "Choose whether or not to show bookmarks and places in the menu.",
"value": true
},
"show-recents": {
"type": "switch",
"default": true,
"description": "Show recents",
"tooltip": "Choose whether or not to show recents in the menu.",
"value": true
},
"category-hover": {
"type": "switch",
"default": true,
"description": "Change categories on hover",
"tooltip": "Choose whether or not to change categories by hovering.",
"value": true
},
"enable-autoscroll": {
"type": "switch",
"default": true,
"description": "Enable autoscrolling in application list",
"tooltip": "Choose whether or not to enable smooth autoscrolling in the application list.",
"value": true
},
"search-filesystem": {
"type": "switch",
"default": false,
"description": "Enable filesystem path entry in search box",
"tooltip": "Allows path entry in the menu search box.",
"value": false
},
"force-show-panel": {
"type": "switch",
"default": true,
"description": "Force the panel to be visible when opening the menu",
"tooltip": "Opening the menu will also show the main panel (which may be auto-hidden).",
"value": true
},
"activate-on-hover": {
"type": "switch",
"default": false,
"description": "Open the menu when I move my mouse over it",
"tooltip": "Enable opening the menu when the mouse enters the applet",
"value": false
},
"hover-delay": {
"type": "spinbutton",
"default": 0,
"min": 0,
"max": 1000,
"step": 50,
"units": "milliseconds",
"dependency": "activate-on-hover",
"description": "Menu hover delay",
"tooltip": "Delay before the menu opens when hovered",
"value": 0
},
"enable-animation": {
"type": "switch",
"default": false,
"description": "Use menu animations",
"tooltip": "Allow the menu to animate on open and close",
"value": false
},
"menu-editor-button": {
"type": "button",
"description": "Open the menu editor",
"callback": "_launch_editor",
"tooltip": "Press this button to customize your menu entries."
},
"popup-width": {
"type": "generic",
"default": 590,
"value": 590
},
"popup-height": {
"type": "generic",
"default": 515,
"value": 515
},
"reset-menu-size-button": {
"type": "button",
"description": "Restore the menu to its original size",
"callback": "_reset_menu_size"
},
"__md5__": "4795fe5ccdb24e51e3d4434908c26bd5"
}

View file

@ -0,0 +1,14 @@
{
"section1": {
"type": "section",
"description": "Menu"
},
"keyOpen": {
"type": "keybinding",
"description": "Show menu",
"default": "<Shift><Super>n",
"tooltip": "Set keybinding(s) to show the network applet menu.",
"value": "<Shift><Super>n"
},
"__md5__": "976b46e8430522899e7fe34f2abfee76"
}

View file

@ -0,0 +1,58 @@
{
"section1": {
"type": "section",
"description": "Behavior"
},
"ignoreTransientNotifications": {
"type": "switch",
"default": true,
"description": "Ignore transient notifications",
"tooltip": "Check this to ignore transient notifications.",
"value": true
},
"section2": {
"type": "section",
"description": "Display"
},
"showEmptyTray": {
"type": "switch",
"default": false,
"description": "Show empty tray",
"tooltip": "Check this to show the tray even when there are no new notifications.",
"value": false
},
"showNotificationCount": {
"type": "switch",
"default": true,
"description": "Show the number of notifications",
"value": true
},
"section3": {
"type": "section",
"description": "Keyboard shortcuts"
},
"keyOpen": {
"type": "keybinding",
"description": "Show notifications",
"default": "<Super>n",
"tooltip": "Set keybinding(s) to show the notification popup menu.",
"value": "<Super>n"
},
"keyClear": {
"type": "keybinding",
"description": "Clear notifications",
"default": "<Shift><Super>c",
"tooltip": "Set keybinding(s) to clear all notifications.",
"value": "<Shift><Super>c"
},
"section4": {
"type": "section",
"description": ""
},
"btnSystemSettings": {
"type": "button",
"description": "Open notification settings",
"callback": "on_btn_open_system_settings_clicked"
},
"__md5__": "cb9ad336b2e360509f8ba388e1d19b8f"
}

View file

@ -0,0 +1,22 @@
{
"labelinfo": {
"type": "combobox",
"description": "Display",
"default": "nothing",
"options": {
"Show percentage": "percentage",
"Show time remaining": "time",
"Show percentage and time remaining": "percentage_time",
"Hide label": "nothing"
},
"value": "nothing"
},
"showmulti": {
"type": "switch",
"default": false,
"description": "Always show all batteries",
"tooltip": "Check this to always show multiple batteries in the panel, regardless of whether one of them is marked primary.",
"value": false
},
"__md5__": "db29025b0930e93063f745d0adcc675a"
}

View file

@ -0,0 +1,19 @@
{
"section1": {
"type": "section",
"description": "Appearance"
},
"show-icon": {
"type": "radiogroup",
"default": "printers",
"description": "Show printer icon",
"options": {
"Always": "always",
"When printers exist": "printers",
"When printing": "jobs"
},
"tooltip": "Choose when to show the printer icon in the panel",
"value": "printers"
},
"__md5__": "93e5a8d56ccfdbf949efa8b7e5b6ef9d"
}

View file

@ -0,0 +1,116 @@
{
"section1": {
"type": "section",
"description": "Menu"
},
"playerControl": {
"type": "switch",
"default": true,
"description": "Control Players",
"value": true
},
"extendedPlayerControl": {
"type": "switch",
"default": false,
"description": "Show Loop and Shuffle controls",
"dependency": "playerControl",
"value": false
},
"keyOpen": {
"type": "keybinding",
"description": "Show menu",
"default": "<Shift><Super>s",
"tooltip": "Set keybinding(s) to show the sound applet menu.",
"value": "<Shift><Super>s"
},
"_knownPlayers": {
"type": "generic",
"default": [
"banshee",
"vlc",
"rhythmbox"
],
"value": [
"banshee",
"vlc",
"rhythmbox"
]
},
"section2": {
"type": "section",
"description": "Panel"
},
"showtrack": {
"type": "switch",
"default": false,
"description": "Show song information on the panel",
"dependency": "playerControl",
"value": false
},
"truncatetext": {
"type": "spinbutton",
"default": 30,
"min": 5,
"max": 512,
"units": "characters",
"step": 1,
"description": "Limit song information to",
"dependency": "showtrack",
"value": 30
},
"middleClickAction": {
"type": "combobox",
"default": "mute",
"options": {
"Toggle Mute": "mute",
"Toggle Mute output": "out_mute",
"Toggle Mute input": "in_mute",
"Toggle Play / Pause": "player"
},
"description": "Action on middle click",
"value": "mute"
},
"horizontalScroll": {
"type": "switch",
"default": false,
"description": "Use horizontal scrolling to move between tracks",
"dependency": "playerControl",
"value": false
},
"showalbum": {
"type": "switch",
"default": false,
"description": "Show album art as icon",
"dependency": "playerControl",
"value": false
},
"hideSystray": {
"type": "switch",
"description": "Hide system tray icons for compatible players",
"default": true,
"value": true
},
"section3": {
"type": "section",
"description": "Tooltip"
},
"tooltipShowVolume": {
"type": "switch",
"default": true,
"description": "Show volume in tooltip",
"value": true
},
"tooltipShowPlayer": {
"type": "switch",
"default": false,
"description": "Show player in tooltip",
"value": false
},
"tooltipShowArtistTitle": {
"type": "switch",
"default": false,
"description": "Show song artist and title in tooltip",
"value": false
},
"__md5__": "cd7a99af6fce1f04852ac27d13a3bf55"
}

View file

@ -0,0 +1,70 @@
{
"section-general": {
"type": "section",
"description": "General"
},
"transparency-type": {
"type": "combobox",
"default": "panel-transparent-with-shadow",
"description": "Type of transparency",
"options": {
"With shadow": "panel-transparent-with-shadow",
"Fully transparent": "panel-transparent",
"Semi-transparent": "panel-semi-transparent"
},
"tooltip": "Choose the type of transparency you want.",
"value": "panel-transparent-with-shadow"
},
"theme-defined": {
"type": "switch",
"default": false,
"description": "Use current theme styles",
"tooltip": "Only for supported themes. Let the theme style the panels instead of using the extension presets. Use this in case the panels transparency is icorrectly set.",
"value": false
},
"opacify": {
"type": "switch",
"default": false,
"description": "Remove theme transparency (experimental)",
"tooltip": "Remove panel transparency when it's not transparent.",
"value": true
},
"section-filters": {
"type": "section",
"description": "Filter panels"
},
"filters-description": {
"type": "label",
"description": "Select the panels that will be affected by this extension."
},
"panel-top": {
"type": "switch",
"default": true,
"description": "Top panel",
"value": true
},
"panel-right": {
"type": "switch",
"default": true,
"description": "Right panel",
"value": true
},
"panel-bottom": {
"type": "switch",
"default": true,
"description": "Bottom panel",
"value": true
},
"panel-left": {
"type": "switch",
"default": true,
"description": "Left panel",
"value": true
},
"first-launch": {
"type": "generic",
"default": true,
"value": false
},
"__md5__": "e316a2da77a1be6c20a802af8cd5a59f"
}

View file

@ -0,0 +1,502 @@
{
"preset": {
"description": "Shadows preset",
"type": "combobox",
"options": {
"Default": "default",
"No Shadows": "no-shadow",
"Arc Theme (Dark)": "arc-theme-dark",
"Arc Theme (Light)": "arc-theme-light",
"Custom": "_custom"
},
"default": "default",
"value": "_custom"
},
"customClasses": {
"type": "generic",
"default": {},
"value": {}
},
"_customClassesWidget": {
"type": "custom",
"file": "custom-settings-widgets.py",
"widget": "CustomClassesWidget",
"dependency": "preset=_custom"
},
"_extensionVars": {
"type": "generic",
"default": {},
"value": {
"_instanceId": "189f0caa953",
"classNames": [
"normal",
"dialog",
"modal_dialog",
"utility",
"border",
"menu",
"popup-menu",
"dropdown-menu",
"attached"
],
"states": {
"focused": 0,
"unfocused": 1
},
"params": {
"radius": {
"index": 0,
"min": 1,
"max": 1024
},
"topFade": {
"index": 1,
"min": -1,
"max": 1024
},
"xOffset": {
"index": 2,
"min": -1024,
"max": 1024
},
"yOffset": {
"index": 3,
"min": -1024,
"max": 1024
},
"opacity": {
"index": 4,
"min": 0,
"max": 255
}
},
"presets": {
"default": {
"normal": [
[
10,
-1,
0,
3,
128
],
[
8,
-1,
0,
2,
64
]
],
"dialog": [
[
10,
-1,
0,
3,
128
],
[
8,
-1,
0,
2,
64
]
],
"modal_dialog": [
[
10,
-1,
0,
3,
128
],
[
8,
-1,
0,
2,
64
]
],
"utility": [
[
10,
-1,
0,
3,
128
],
[
8,
-1,
0,
2,
64
]
],
"border": [
[
10,
-1,
0,
3,
128
],
[
8,
-1,
0,
2,
64
]
],
"menu": [
[
10,
-1,
0,
3,
128
],
[
8,
-1,
0,
2,
64
]
],
"popup-menu": [
[
1,
-1,
0,
0,
128
],
[
1,
-1,
0,
0,
128
]
],
"dropdown-menu": [
[
1,
-1,
0,
0,
128
],
[
1,
-1,
0,
0,
128
]
],
"attached": [
[
10,
-1,
0,
3,
128
],
[
8,
-1,
0,
2,
64
]
]
},
"no-shadow": {
"normal": [
[
1,
0,
0,
0,
0
],
[
1,
0,
0,
0,
0
]
],
"dialog": [
[
1,
0,
0,
0,
0
],
[
1,
0,
0,
0,
0
]
],
"modal_dialog": [
[
1,
0,
0,
0,
0
],
[
1,
0,
0,
0,
0
]
],
"utility": [
[
1,
0,
0,
0,
0
],
[
1,
0,
0,
0,
0
]
],
"border": [
[
1,
0,
0,
0,
0
],
[
1,
0,
0,
0,
0
]
],
"menu": [
[
1,
0,
0,
0,
0
],
[
1,
0,
0,
0,
0
]
],
"popup-menu": [
[
1,
0,
0,
0,
0
],
[
1,
0,
0,
0,
0
]
],
"dropdown-menu": [
[
1,
0,
0,
0,
0
],
[
1,
0,
0,
0,
0
]
],
"attached": [
[
1,
0,
0,
0,
0
],
[
1,
0,
0,
0,
0
]
]
},
"arc-theme-dark": {
"normal": [
[
7,
-1,
0,
7,
89
],
[
4,
-1,
0,
4,
89
]
],
"dialog": [
[
7,
-1,
0,
7,
89
],
[
4,
-1,
0,
4,
89
]
],
"modal_dialog": [
[
7,
-1,
0,
7,
89
],
[
4,
-1,
0,
4,
89
]
],
"border": [
[
7,
-1,
0,
7,
89
],
[
4,
-1,
0,
4,
89
]
]
},
"arc-theme-light": {
"normal": [
[
7,
-1,
0,
7,
51
],
[
4,
-1,
0,
4,
51
]
],
"dialog": [
[
7,
-1,
0,
7,
51
],
[
4,
-1,
0,
4,
51
]
],
"modal_dialog": [
[
7,
-1,
0,
7,
51
],
[
4,
-1,
0,
4,
51
]
],
"border": [
[
7,
-1,
0,
7,
51
],
[
4,
-1,
0,
4,
51
]
]
}
}
}
},
"__md5__": "4ab83d29336c8856e3fe2ea8d94c2efd"
}