summaryrefslogtreecommitdiff
path: root/cinnamon/spices/sound@cinnamon.org/sound@cinnamon.org.json
diff options
context:
space:
mode:
Diffstat (limited to 'cinnamon/spices/sound@cinnamon.org/sound@cinnamon.org.json')
-rw-r--r--cinnamon/spices/sound@cinnamon.org/sound@cinnamon.org.json116
1 files changed, 116 insertions, 0 deletions
diff --git a/cinnamon/spices/sound@cinnamon.org/sound@cinnamon.org.json b/cinnamon/spices/sound@cinnamon.org/sound@cinnamon.org.json
new file mode 100644
index 0000000..bdd8625
--- /dev/null
+++ b/cinnamon/spices/sound@cinnamon.org/sound@cinnamon.org.json
@@ -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"
+} \ No newline at end of file