add updated cinnamon configs
This commit is contained in:
parent
5b0c814bf7
commit
3f4a5d24e2
|
@ -0,0 +1 @@
|
||||||
|
../acorconfigs
|
|
@ -0,0 +1 @@
|
||||||
|
../acorconfigs
|
|
@ -66,7 +66,6 @@ xserver-xorg-input-synaptics
|
||||||
xserver-xorg-input-all
|
xserver-xorg-input-all
|
||||||
xserver-xorg-video-vmware
|
xserver-xorg-video-vmware
|
||||||
xserver-xorg-video-all
|
xserver-xorg-video-all
|
||||||
w64codecs
|
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pavucontrol
|
pavucontrol
|
||||||
alsa-utils
|
alsa-utils
|
||||||
|
@ -82,19 +81,15 @@ gnome-packagekit
|
||||||
gvfs-backends
|
gvfs-backends
|
||||||
samba
|
samba
|
||||||
gnome-packagekit
|
gnome-packagekit
|
||||||
iso-flag-png
|
|
||||||
network-manager
|
network-manager
|
||||||
network-manager-gnome
|
network-manager-gnome
|
||||||
bluez
|
bluez
|
||||||
blueman
|
blueman
|
||||||
gufw
|
gufw
|
||||||
acoros-icons
|
acoros-icons
|
||||||
orchis-gtk-theme
|
|
||||||
teja-gtk-theme
|
teja-gtk-theme
|
||||||
darc-aurora-gtk-theme
|
|
||||||
tela-circle-icon-theme
|
tela-circle-icon-theme
|
||||||
tela-icon-theme
|
tela-icon-theme
|
||||||
mcata-gtk-theme
|
|
||||||
acoros-backgrounds
|
acoros-backgrounds
|
||||||
plymouth
|
plymouth
|
||||||
plymouth-themes
|
plymouth-themes
|
||||||
|
@ -108,7 +103,6 @@ nemo gir1.2-nemo-3.0
|
||||||
nemo-fileroller
|
nemo-fileroller
|
||||||
nemo-gtkhash
|
nemo-gtkhash
|
||||||
muffin
|
muffin
|
||||||
acoros-cinnamon-configs
|
|
||||||
xscreensaver
|
xscreensaver
|
||||||
xscreensaver-data
|
xscreensaver-data
|
||||||
xscreensaver-data-extra
|
xscreensaver-data-extra
|
||||||
|
@ -208,7 +202,11 @@ mkdir -p $acorbuild/build/config/includes.chroot/usr/local/bin
|
||||||
mkdir -p $acorbuild/build/config/includes.chroot/etc/lightdm
|
mkdir -p $acorbuild/build/config/includes.chroot/etc/lightdm
|
||||||
mkdir -p $acorbuild/build/config/includes.chroot/boot/grub
|
mkdir -p $acorbuild/build/config/includes.chroot/boot/grub
|
||||||
mkdir -p $acorbuild/build/config/includes.chroot/etc/default
|
mkdir -p $acorbuild/build/config/includes.chroot/etc/default
|
||||||
mkdir -p $acorbuild/build/config/includes.chroot/boot/grub
|
mkdir -p $acorbuild/build/config/includes.chroot/etc/skel/.config
|
||||||
|
mkdir -p $acorbuild/build/config/includes.chroot/etc/skel/.cinnamon
|
||||||
|
mkdir -p $acorbuild/build/config/includes.chroot/etc/skel/.themes
|
||||||
|
mkdir -p $acorbuild/build/config/includes.chroot/etc/skel/.icons
|
||||||
|
mkdir -p $acorbuild/build/config/includes.chroot/etc/skel/Desktop
|
||||||
mkdir -p $uchinanchu/fusato/config/includes.binary
|
mkdir -p $uchinanchu/fusato/config/includes.binary
|
||||||
|
|
||||||
# Copy Configs to the chroot
|
# Copy Configs to the chroot
|
||||||
|
@ -218,11 +216,14 @@ cp $acorbuild/acorhooks/live/* $acorbuild/build/config/hooks/live
|
||||||
cp $acorbuild/acorhooks/normal/* $acorbuild/build/config/hooks/normal
|
cp $acorbuild/acorhooks/normal/* $acorbuild/build/config/hooks/normal
|
||||||
cp $acorbuild/acorlightdm/* $acorbuild/build/config/includes.chroot/etc/lightdm
|
cp $acorbuild/acorlightdm/* $acorbuild/build/config/includes.chroot/etc/lightdm
|
||||||
cp $acorbuild/acorgrub/grub $acorbuild/build/config/includes.chroot/etc/default
|
cp $acorbuild/acorgrub/grub $acorbuild/build/config/includes.chroot/etc/default
|
||||||
|
cp $acorbuild/acorconfigs/.face $acorbuild/build/config/includes.chroot/etc/skel
|
||||||
|
|
||||||
cp -r $acorbuild/acorbootloaders/* $acorbuild/build/config/includes.binary
|
cp -r $acorbuild/acorbootloaders/* $acorbuild/build/config/includes.binary
|
||||||
cp -r $acorbuild/acorrepos/* $acorbuild/build/config/archives
|
cp -r $acorbuild/acorrepos/* $acorbuild/build/config/archives
|
||||||
cp -r $acorbuild/acorcsv/* $acorbuild/build/config/includes.chroot/usr/share/distro-info
|
cp -r $acorbuild/acorcsv/* $acorbuild/build/config/includes.chroot/usr/share/distro-info
|
||||||
cp -r $acorbuild/acorgrub/themes $acorbuild/build/config/includes.chroot/boot/grub
|
cp -r $acorbuild/acorgrub/themes $acorbuild/build/config/includes.chroot/boot/grub
|
||||||
|
cp -r $acorbuild/acorconfigs/cinnamon/cinnamon/* $acorbuild/build/config/includes.chroot/etc/skel/.cinnamon
|
||||||
|
cp -r $acorbuild/acorconfigs/cinnamon/config/* $acorbuild/build/config/includes.chroot/etc/skel/.config
|
||||||
|
|
||||||
#symlinks chroot
|
#symlinks chroot
|
||||||
ln -s Debian.info $acorbuild/build/config/includes.chroot/usr/share/python-apt/templates/Acoros.info
|
ln -s Debian.info $acorbuild/build/config/includes.chroot/usr/share/python-apt/templates/Acoros.info
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../acorconfigs
|
|
@ -0,0 +1 @@
|
||||||
|
../acorconfigs
|
|
@ -0,0 +1 @@
|
||||||
|
../acorconfigs
|
|
@ -0,0 +1 @@
|
||||||
|
../acorconfigs
|
|
@ -0,0 +1 @@
|
||||||
|
../acorconfigs
|
|
@ -0,0 +1 @@
|
||||||
|
../acorconfigs
|
|
@ -0,0 +1 @@
|
||||||
|
../acorconfigs
|
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
|
@ -0,0 +1 @@
|
||||||
|
/usr/share/backgrounds
|
|
@ -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"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
|
@ -0,0 +1,54 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"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__": "5ea063337a9b776b6c19825f31b2a320"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
|
@ -0,0 +1,364 @@
|
||||||
|
{
|
||||||
|
"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": [
|
||||||
|
"firefox.desktop",
|
||||||
|
"org.gnome.Terminal.desktop",
|
||||||
|
"nemo.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"
|
||||||
|
}
|
|
@ -0,0 +1,364 @@
|
||||||
|
{
|
||||||
|
"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": [
|
||||||
|
"firefox.desktop",
|
||||||
|
"org.gnome.Terminal.desktop",
|
||||||
|
"nemo.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"
|
||||||
|
}
|
|
@ -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": [
|
||||||
|
"firefox.desktop",
|
||||||
|
"org.gnome.Terminal.desktop",
|
||||||
|
"nemo.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": "<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
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
|
@ -0,0 +1,258 @@
|
||||||
|
{
|
||||||
|
"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",
|
||||||
|
"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": 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",
|
||||||
|
"indent": true,
|
||||||
|
"value": "cinnamon-symbolic"
|
||||||
|
},
|
||||||
|
"menu-icon-size": {
|
||||||
|
"type": "spinbutton",
|
||||||
|
"default": 32,
|
||||||
|
"min": 16,
|
||||||
|
"max": 96,
|
||||||
|
"step": 1,
|
||||||
|
"units": "px",
|
||||||
|
"description": "Icon size",
|
||||||
|
"dependency": "menu-custom",
|
||||||
|
"indent": true,
|
||||||
|
"value": 32
|
||||||
|
},
|
||||||
|
"menu-label": {
|
||||||
|
"type": "entry",
|
||||||
|
"default": "Menu",
|
||||||
|
"description": "Text",
|
||||||
|
"tooltip": "Enter custom text to show in the panel.",
|
||||||
|
"dependency": "menu-custom",
|
||||||
|
"indent": true,
|
||||||
|
"value": "Menu"
|
||||||
|
},
|
||||||
|
"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-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
|
||||||
|
},
|
||||||
|
"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."
|
||||||
|
},
|
||||||
|
"__md5__": "c4b27da93411965126569249b61793d7"
|
||||||
|
}
|
|
@ -0,0 +1,258 @@
|
||||||
|
{
|
||||||
|
"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",
|
||||||
|
"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": "emblem-debian-white"
|
||||||
|
},
|
||||||
|
"menu-icon-size": {
|
||||||
|
"type": "spinbutton",
|
||||||
|
"default": 32,
|
||||||
|
"min": 16,
|
||||||
|
"max": 96,
|
||||||
|
"step": 1,
|
||||||
|
"units": "px",
|
||||||
|
"description": "Icon size",
|
||||||
|
"dependency": "menu-custom",
|
||||||
|
"indent": true,
|
||||||
|
"value": 32
|
||||||
|
},
|
||||||
|
"menu-label": {
|
||||||
|
"type": "entry",
|
||||||
|
"default": "Menu",
|
||||||
|
"description": "Text",
|
||||||
|
"tooltip": "Enter custom text to show in the panel.",
|
||||||
|
"dependency": "menu-custom",
|
||||||
|
"indent": true,
|
||||||
|
"value": "A\u00e7orOS"
|
||||||
|
},
|
||||||
|
"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-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
|
||||||
|
},
|
||||||
|
"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."
|
||||||
|
},
|
||||||
|
"__md5__": "c4b27da93411965126569249b61793d7"
|
||||||
|
}
|
|
@ -0,0 +1,258 @@
|
||||||
|
{
|
||||||
|
"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",
|
||||||
|
"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": 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",
|
||||||
|
"indent": true,
|
||||||
|
"value": "cinnamon-symbolic"
|
||||||
|
},
|
||||||
|
"menu-icon-size": {
|
||||||
|
"type": "spinbutton",
|
||||||
|
"default": 32,
|
||||||
|
"min": 16,
|
||||||
|
"max": 96,
|
||||||
|
"step": 1,
|
||||||
|
"units": "px",
|
||||||
|
"description": "Icon size",
|
||||||
|
"dependency": "menu-custom",
|
||||||
|
"indent": true,
|
||||||
|
"value": 32
|
||||||
|
},
|
||||||
|
"menu-label": {
|
||||||
|
"type": "entry",
|
||||||
|
"default": "Menu",
|
||||||
|
"description": "Text",
|
||||||
|
"tooltip": "Enter custom text to show in the panel.",
|
||||||
|
"dependency": "menu-custom",
|
||||||
|
"indent": true,
|
||||||
|
"value": "Menu"
|
||||||
|
},
|
||||||
|
"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-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
|
||||||
|
},
|
||||||
|
"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."
|
||||||
|
},
|
||||||
|
"__md5__": "c4b27da93411965126569249b61793d7"
|
||||||
|
}
|
|
@ -0,0 +1,258 @@
|
||||||
|
{
|
||||||
|
"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",
|
||||||
|
"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": "emblem-debian-white"
|
||||||
|
},
|
||||||
|
"menu-icon-size": {
|
||||||
|
"type": "spinbutton",
|
||||||
|
"default": 32,
|
||||||
|
"min": 16,
|
||||||
|
"max": 96,
|
||||||
|
"step": 1,
|
||||||
|
"units": "px",
|
||||||
|
"description": "Icon size",
|
||||||
|
"dependency": "menu-custom",
|
||||||
|
"indent": true,
|
||||||
|
"value": 32
|
||||||
|
},
|
||||||
|
"menu-label": {
|
||||||
|
"type": "entry",
|
||||||
|
"default": "Menu",
|
||||||
|
"description": "Text",
|
||||||
|
"tooltip": "Enter custom text to show in the panel.",
|
||||||
|
"dependency": "menu-custom",
|
||||||
|
"indent": true,
|
||||||
|
"value": "A\u00e7orOS"
|
||||||
|
},
|
||||||
|
"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-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
|
||||||
|
},
|
||||||
|
"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": true
|
||||||
|
},
|
||||||
|
"menu-editor-button": {
|
||||||
|
"type": "button",
|
||||||
|
"description": "Open the menu editor",
|
||||||
|
"callback": "_launch_editor",
|
||||||
|
"tooltip": "Press this button to customize your menu entries."
|
||||||
|
},
|
||||||
|
"__md5__": "c4b27da93411965126569249b61793d7"
|
||||||
|
}
|
|
@ -0,0 +1,267 @@
|
||||||
|
{
|
||||||
|
"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": [
|
||||||
|
"restrict-menu-height",
|
||||||
|
"menu-height",
|
||||||
|
"show-category-icons",
|
||||||
|
"category-icon-size",
|
||||||
|
"show-application-icons",
|
||||||
|
"application-icon-size",
|
||||||
|
"favbox-show",
|
||||||
|
"fav-icon-size",
|
||||||
|
"show-places",
|
||||||
|
"show-recents",
|
||||||
|
"menu-editor-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": 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",
|
||||||
|
"value": "/usr/share/icons/logo-branco.svg"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"restrict-menu-height": {
|
||||||
|
"type": "switch",
|
||||||
|
"default": false,
|
||||||
|
"description": "Use a fixed menu height",
|
||||||
|
"tooltip": "Keep the size of the menu the same no matter how many favorites or categories there are.",
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"menu-height": {
|
||||||
|
"type": "spinbutton",
|
||||||
|
"default": 550,
|
||||||
|
"min": 300,
|
||||||
|
"max": 2000,
|
||||||
|
"step": 10,
|
||||||
|
"units": "px",
|
||||||
|
"description": "Menu height",
|
||||||
|
"dependency": "restrict-menu-height",
|
||||||
|
"value": 550
|
||||||
|
},
|
||||||
|
"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."
|
||||||
|
},
|
||||||
|
"__md5__": "38c9122e36f6267fae12706a694ac35f"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
|
@ -0,0 +1,48 @@
|
||||||
|
{
|
||||||
|
"head": {
|
||||||
|
"type": "header",
|
||||||
|
"description": "Settings"
|
||||||
|
},
|
||||||
|
"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",
|
||||||
|
"indent": true,
|
||||||
|
"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",
|
||||||
|
"indent": true,
|
||||||
|
"description": "Hover delay",
|
||||||
|
"tooltip": "Delay before Peek shows desktop",
|
||||||
|
"value": 400
|
||||||
|
},
|
||||||
|
"peek-opacity": {
|
||||||
|
"type": "scale",
|
||||||
|
"default": 10,
|
||||||
|
"min": 0,
|
||||||
|
"max": 255,
|
||||||
|
"step": 10,
|
||||||
|
"dependency": "peek-at-desktop",
|
||||||
|
"indent": true,
|
||||||
|
"description": "Window opacity",
|
||||||
|
"tooltip": "Change the opacity of windows when peeking at the desktop",
|
||||||
|
"value": 10
|
||||||
|
},
|
||||||
|
"__md5__": "07f5e42ae16fd891dd4356a1e84920ca"
|
||||||
|
}
|
|
@ -0,0 +1,48 @@
|
||||||
|
{
|
||||||
|
"head": {
|
||||||
|
"type": "header",
|
||||||
|
"description": "Settings"
|
||||||
|
},
|
||||||
|
"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",
|
||||||
|
"indent": true,
|
||||||
|
"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",
|
||||||
|
"indent": true,
|
||||||
|
"description": "Hover delay",
|
||||||
|
"tooltip": "Delay before Peek shows desktop",
|
||||||
|
"value": 400
|
||||||
|
},
|
||||||
|
"peek-opacity": {
|
||||||
|
"type": "scale",
|
||||||
|
"default": 10,
|
||||||
|
"min": 0,
|
||||||
|
"max": 255,
|
||||||
|
"step": 10,
|
||||||
|
"dependency": "peek-at-desktop",
|
||||||
|
"indent": true,
|
||||||
|
"description": "Window opacity",
|
||||||
|
"tooltip": "Change the opacity of windows when peeking at the desktop",
|
||||||
|
"value": 10
|
||||||
|
},
|
||||||
|
"__md5__": "07f5e42ae16fd891dd4356a1e84920ca"
|
||||||
|
}
|
|
@ -0,0 +1,47 @@
|
||||||
|
{
|
||||||
|
"head": {
|
||||||
|
"type": "header",
|
||||||
|
"description": "Settings"
|
||||||
|
},
|
||||||
|
"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": 10
|
||||||
|
},
|
||||||
|
"__md5__": "572d866c4382a156f35ea0664f8b64f9"
|
||||||
|
}
|
|
@ -0,0 +1,117 @@
|
||||||
|
{
|
||||||
|
"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",
|
||||||
|
"clementine"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
org.gnome.Terminal.desktop
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
/home/manuel/.config/menus/applications-merged
|
|
@ -0,0 +1,5 @@
|
||||||
|
[desktop-monitor-0]
|
||||||
|
nemo-icon-view-keep-aligned=true
|
||||||
|
nemo-icon-view-auto-layout=true
|
||||||
|
nemo-icon-view-layout-timestamp=1687638977
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
[General]
|
||||||
|
update-command='gpk-update-viewer'
|
|
@ -0,0 +1,8 @@
|
||||||
|
[window]
|
||||||
|
width=500
|
||||||
|
height=400
|
||||||
|
sinkInputType=1
|
||||||
|
sourceOutputType=1
|
||||||
|
sinkType=0
|
||||||
|
sourceType=1
|
||||||
|
showVolumeMeters=1
|
|
@ -0,0 +1,32 @@
|
||||||
|
[Appearance]
|
||||||
|
color_scheme_path=/usr/share/qt5ct/colors/airy.conf
|
||||||
|
custom_palette=false
|
||||||
|
icon_theme=Tela-circle-blue
|
||||||
|
standard_dialogs=gtk2
|
||||||
|
style=gtk2
|
||||||
|
|
||||||
|
[Fonts]
|
||||||
|
fixed=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||||
|
general=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0K\x10)
|
||||||
|
|
||||||
|
[Interface]
|
||||||
|
activate_item_on_single_click=1
|
||||||
|
buttonbox_layout=0
|
||||||
|
cursor_flash_time=1000
|
||||||
|
dialog_buttons_have_icons=1
|
||||||
|
double_click_interval=400
|
||||||
|
gui_effects=@Invalid()
|
||||||
|
keyboard_scheme=2
|
||||||
|
menus_have_icons=true
|
||||||
|
show_shortcuts_in_context_menus=true
|
||||||
|
stylesheets=@Invalid()
|
||||||
|
toolbutton_style=4
|
||||||
|
underline_shortcut=1
|
||||||
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
|
[SettingsWindow]
|
||||||
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\x32\0\0\0\x32\0\0\x3\x10\0\0\x2\xce\0\0\0\x32\0\0\0V\0\0\x3\x10\0\0\x2\xce\0\0\0\0\0\0\0\0\x5P\0\0\0\x32\0\0\0V\0\0\x3\x10\0\0\x2\xce)
|
||||||
|
|
||||||
|
[Troubleshooting]
|
||||||
|
force_raster_widgets=1
|
||||||
|
ignored_applications=@Invalid()
|
|
@ -0,0 +1 @@
|
||||||
|
org.gnome.Terminal.desktop
|
|
@ -1,6 +1,6 @@
|
||||||
[greeter]
|
[greeter]
|
||||||
background = /usr/share/gnome/LightBulb.jpg
|
background = /usr/share/backgrounds/Acor_v3.png
|
||||||
theme-name = Orchis-dark
|
theme-name = Teja
|
||||||
icon-theme-name = Papirus-Dark-Grey
|
icon-theme-name = Tela-circle
|
||||||
position = 0%,start 50%,center
|
position = 0%,start 50%,center
|
||||||
|
font-name = cantarell 10
|
||||||
|
|
Loading…
Reference in New Issue