OSDN Git Service

[add] : Added cinnamon json configs
authorhayao <shun819.mail@gmail.com>
Fri, 17 Jul 2020 13:50:37 +0000 (22:50 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 17 Jul 2020 13:50:37 +0000 (22:50 +0900)
channels/cinnamon/airootfs.any/etc/skel/.cinnamon/backgrounds/user-folders.lst [new file with mode: 0644]
channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/calendar@cinnamon.org/12.json [new file with mode: 0644]
channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/grouped-window-list@cinnamon.org/2.json [new file with mode: 0644]
channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/menu@cinnamon.org/0.json [new file with mode: 0644]
channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/notifications@cinnamon.org/notifications@cinnamon.org.json [new file with mode: 0644]
channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/power@cinnamon.org/power@cinnamon.org.json [new file with mode: 0644]
channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/printers@cinnamon.org/6.json [new file with mode: 0644]
channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/sound@cinnamon.org/sound@cinnamon.org.json [new file with mode: 0644]
channels/cinnamon/airootfs.any/etc/skel/.config/nemo/desktop-metadata [new file with mode: 0644]

diff --git a/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/backgrounds/user-folders.lst b/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/backgrounds/user-folders.lst
new file mode 100644 (file)
index 0000000..7ad5adb
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/backgrounds
diff --git a/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/calendar@cinnamon.org/12.json b/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/calendar@cinnamon.org/12.json
new file mode 100644 (file)
index 0000000..53053c5
--- /dev/null
@@ -0,0 +1,49 @@
+{
+    "section1": {
+        "type": "section",
+        "description": "Display"
+    },
+    "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",
+        "indent": true,
+        "dependency": "use-custom-format",
+        "tooltip": "Set your custom format here.",
+        "value": "%A, %B %e, %H:%M"
+    },
+    "format-button": {
+        "type": "button",
+        "description": "Show information on date format syntax",
+        "indent": true,
+        "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__": "630b424730fcba4718d867a7442c6b3b"
+}
\ No newline at end of file
diff --git a/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/grouped-window-list@cinnamon.org/2.json b/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/grouped-window-list@cinnamon.org/2.json
new file mode 100644 (file)
index 0000000..d10fdec
--- /dev/null
@@ -0,0 +1,367 @@
+{
+    "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",
+                "launch-new-instance-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": [
+            "firefox.desktop",
+            "org.gnome.Terminal.desktop",
+            "nemo.desktop"
+        ],
+        "value": [
+            "chromium.desktop",
+            "nemo.desktop",
+            "org.gnome.Terminal.desktop",
+            "thunderbird.desktop",
+            "gnome-system-monitor.desktop",
+            "cinnamon-settings.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": "<Super>space",
+        "description": "Global hotkey for cycling through thumbnail menus",
+        "value": "<Super>space"
+    },
+    "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
+    },
+    "launch-new-instance-menu-item": {
+        "type": "checkbox",
+        "default": true,
+        "description": "Show new window option",
+        "tooltip": "Shows the \"New Window\" option in an app's context menu if it doesn't already have one from the app's own action menu items.",
+        "value": true
+    },
+    "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__": "a8bd266f01474817e50162d841192d67"
+}
\ No newline at end of file
diff --git a/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/menu@cinnamon.org/0.json b/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/menu@cinnamon.org/0.json
new file mode 100644 (file)
index 0000000..a7fef48
--- /dev/null
@@ -0,0 +1,243 @@
+{
+    "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",
+                "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",
+                "favbox-min-height",
+                "show-places",
+                "show-recents",
+                "menu-editor-button"
+            ]
+        },
+        "menu-behave": {
+            "type": "section",
+            "title": "Behavior",
+            "keys": [
+                "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": true
+    },
+    "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",
+        "indent": true,
+        "value": "alter"
+    },
+    "menu-icon-size": {
+        "type": "spinbutton",
+        "default": 32,
+        "min": 16,
+        "max": 96,
+        "step": 1,
+        "units": "px",
+        "description": "Icon size",
+        "dependency": "menu-custom",
+        "indent": true,
+        "value": 29.0
+    },
+    "menu-label": {
+        "type": "entry",
+        "default": "Menu",
+        "description": "Text",
+        "tooltip": "Enter custom text to show in the panel.",
+        "dependency": "menu-custom",
+        "indent": true,
+        "value": "Alter"
+    },
+    "favbox-min-height": {
+        "type": "spinbutton",
+        "default": 300,
+        "min": 50,
+        "max": 1000,
+        "step": 10,
+        "units": "px",
+        "dependency": "favbox-show",
+        "description": "Minimum height of the favorites section",
+        "tooltip": "The minimum size allocated for the favorites section (this has an impact on the overall height of the menu).",
+        "value": 300
+    },
+    "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",
+        "indent": true,
+        "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",
+        "indent": true,
+        "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",
+        "indent": true,
+        "value": 32
+    },
+    "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
+    },
+    "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
+    },
+    "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."
+    },
+    "__md5__": "9fef899d7c11697066b5f3c4d8479daf"
+}
\ No newline at end of file
diff --git a/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/notifications@cinnamon.org/notifications@cinnamon.org.json b/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/notifications@cinnamon.org/notifications@cinnamon.org.json
new file mode 100644 (file)
index 0000000..1f047cb
--- /dev/null
@@ -0,0 +1,52 @@
+{
+    "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
+    },
+    "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__": "a0c865754395f09606cbab225c8f1fc1"
+}
\ No newline at end of file
diff --git a/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/power@cinnamon.org/power@cinnamon.org.json b/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/power@cinnamon.org/power@cinnamon.org.json
new file mode 100644 (file)
index 0000000..02042e0
--- /dev/null
@@ -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"
+}
\ No newline at end of file
diff --git a/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/printers@cinnamon.org/6.json b/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/printers@cinnamon.org/6.json
new file mode 100644 (file)
index 0000000..64eb33f
--- /dev/null
@@ -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"
+}
\ No newline at end of file
diff --git a/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/sound@cinnamon.org/sound@cinnamon.org.json b/channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/sound@cinnamon.org/sound@cinnamon.org.json
new file mode 100644 (file)
index 0000000..1615e0a
--- /dev/null
@@ -0,0 +1,103 @@
+{
+    "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",
+        "indent": true,
+        "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",
+        "indent": true,
+        "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
+    },
+    "keepAlbumAspectRatio": {
+        "type": "switch",
+        "default": true,
+        "description": "Keep album art aspect ratio",
+        "dependency": "playerControl",
+        "value": true
+    },
+    "hideSystray": {
+        "type": "switch",
+        "description": "Hide system tray icons for compatible players",
+        "default": true,
+        "value": true
+    },
+    "__md5__": "bd55910c1cad0cda19a01bffe9767935"
+}
\ No newline at end of file
diff --git a/channels/cinnamon/airootfs.any/etc/skel/.config/nemo/desktop-metadata b/channels/cinnamon/airootfs.any/etc/skel/.config/nemo/desktop-metadata
new file mode 100644 (file)
index 0000000..ba94bef
--- /dev/null
@@ -0,0 +1,3 @@
+[desktop-monitor-0]
+nemo-icon-view-keep-aligned=true
+nemo-icon-view-auto-layout=true