From 96b59587a5fe66700680fba8279f3f9874859559 Mon Sep 17 00:00:00 2001 From: xHyroM Date: Mon, 14 Aug 2023 10:14:54 +0200 Subject: [PATCH] new applets --- .../spices/commandLauncher@scollins/21.json | 66 +++++ .../grouped-window-list@cinnamon.org/17.json | 3 +- .../cinnamon/spices/menu@cinnamon.org/20.json | 263 ------------------ .../spices/printers@cinnamon.org/6.json | 19 -- .../user-shadows@nathan818fr.json | 2 +- 5 files changed, 69 insertions(+), 284 deletions(-) create mode 100644 .config/cinnamon/spices/commandLauncher@scollins/21.json delete mode 100644 .config/cinnamon/spices/menu@cinnamon.org/20.json delete mode 100644 .config/cinnamon/spices/printers@cinnamon.org/6.json diff --git a/.config/cinnamon/spices/commandLauncher@scollins/21.json b/.config/cinnamon/spices/commandLauncher@scollins/21.json new file mode 100644 index 0000000..263941a --- /dev/null +++ b/.config/cinnamon/spices/commandLauncher@scollins/21.json @@ -0,0 +1,66 @@ +{ + "apearance": { + "type": "header", + "description": "Appearance and behavior" + }, + "panelIcon": { + "type": "iconfilechooser", + "description": "Panel Icon", + "default": "go-next", + "tooltip": "Supports both icon name and icon path.\nTo use a symbolic icon, include '-symbolic' (or '-symbolic.svg') at the end.", + "value": "pop-cosmic-launcher" + }, + "tooltipText": { + "type": "entry", + "description": "Tooltip", + "default": "", + "value": "" + }, + "keyLaunch": { + "type": "keybinding", + "description": "Keyboard shortcut", + "default": "", + "value": "" + }, + "showNotifications": { + "type": "checkbox", + "description": "Show notifications on completion", + "default": false, + "value": false + }, + "sep1": { + "type": "separator" + }, + "commandTitle": { + "type": "header", + "description": "Command settings" + }, + "command": { + "type": "entry", + "description": "Command", + "default": "", + "value": "rofi -show drun" + }, + "useRoot": { + "type": "checkbox", + "description": "Run as root", + "default": false, + "value": false + }, + "useAltEnv": { + "type": "checkbox", + "description": "Run in alternate directory", + "default": false, + "value": false + }, + "altEnv": { + "type": "filechooser", + "description": "Environment path", + "default": "/", + "select-dir": true, + "indent": true, + "dependency": "useAltEnv", + "value": "/" + }, + "__md5__": "79c299413041467ad03f5556895d2f3c" +} \ No newline at end of file diff --git a/.config/cinnamon/spices/grouped-window-list@cinnamon.org/17.json b/.config/cinnamon/spices/grouped-window-list@cinnamon.org/17.json index adbc165..905c309 100644 --- a/.config/cinnamon/spices/grouped-window-list@cinnamon.org/17.json +++ b/.config/cinnamon/spices/grouped-window-list@cinnamon.org/17.json @@ -165,7 +165,8 @@ "value": [ "nemo.desktop", "firefox.desktop", - "org.gnome.Terminal.desktop" + "org.gnome.Terminal.desktop", + "discord.desktop" ] }, "group-apps": { diff --git a/.config/cinnamon/spices/menu@cinnamon.org/20.json b/.config/cinnamon/spices/menu@cinnamon.org/20.json deleted file mode 100644 index 931a9eb..0000000 --- a/.config/cinnamon/spices/menu@cinnamon.org/20.json +++ /dev/null @@ -1,263 +0,0 @@ -{ - "layout": { - "type": "layout", - "pages": [ - "panel", - "menu" - ], - "panel": { - "type": "page", - "title": "Panel", - "sections": [ - "panel-appear", - "panel-behave" - ] - }, - "menu": { - "type": "page", - "title": "Menu", - "sections": [ - "menu-layout", - "menu-behave" - ] - }, - "panel-appear": { - "type": "section", - "title": "Appearance", - "keys": [ - "menu-custom", - "menu-icon", - "menu-icon-size", - "menu-label" - ] - }, - "panel-behave": { - "type": "section", - "title": "Behavior", - "keys": [ - "overlay-key", - "activate-on-hover", - "hover-delay", - "force-show-panel", - "enable-animation" - ] - }, - "menu-layout": { - "type": "section", - "title": "Layout and content", - "keys": [ - "show-category-icons", - "category-icon-size", - "show-application-icons", - "application-icon-size", - "favbox-show", - "fav-icon-size", - "show-places", - "show-recents", - "menu-editor-button", - "reset-menu-size-button" - ] - }, - "menu-behave": { - "type": "section", - "title": "Behavior", - "keys": [ - "category-hover", - "enable-autoscroll", - "search-filesystem" - ] - } - }, - "overlay-key": { - "type": "keybinding", - "description": "Keyboard shortcut to open and close the menu", - "default": "Super_L::Super_R", - "value": "Super_L::Super_R" - }, - "menu-custom": { - "type": "switch", - "default": false, - "description": "Use a custom icon and label", - "tooltip": "Check this to specify a custom icon and label", - "value": false - }, - "menu-icon": { - "type": "iconfilechooser", - "default": "cinnamon-symbolic", - "description": "Icon", - "tooltip": "Select an icon to show in the panel.", - "default_icon": "cinnamon-symbolic", - "dependency": "menu-custom", - "value": "cinnamon-symbolic" - }, - "menu-icon-size": { - "type": "spinbutton", - "default": 32, - "min": 16, - "max": 96, - "step": 1, - "units": "px", - "description": "Icon size", - "dependency": "menu-custom", - "value": 32 - }, - "menu-label": { - "type": "entry", - "default": "Menu", - "description": "Text", - "tooltip": "Enter custom text to show in the panel.", - "dependency": "menu-custom", - "value": "Menu" - }, - "show-category-icons": { - "type": "switch", - "default": true, - "description": "Show category icons", - "tooltip": "Choose whether or not to show icons on categories.", - "value": true - }, - "category-icon-size": { - "type": "spinbutton", - "default": 22, - "min": 16, - "max": 48, - "step": 1, - "units": "px", - "description": "Categories icon size", - "dependency": "show-category-icons", - "value": 22 - }, - "show-application-icons": { - "type": "switch", - "default": true, - "description": "Show application icons", - "tooltip": "Choose whether or not to show icons on applications.", - "value": true - }, - "application-icon-size": { - "type": "spinbutton", - "default": 22, - "min": 16, - "max": 48, - "step": 1, - "units": "px", - "description": "Applications icon size", - "dependency": "show-application-icons", - "value": 22 - }, - "favbox-show": { - "type": "switch", - "default": true, - "description": "Show favorites and session buttons", - "tooltip": "Choose whether or not to show the left pane of the menu.", - "value": true - }, - "fav-icon-size": { - "type": "spinbutton", - "default": 32, - "min": 16, - "max": 64, - "step": 1, - "units": "px", - "description": "Favorites icon size", - "dependency": "favbox-show", - "value": 32 - }, - "show-favorites": { - "type": "switch", - "default": true, - "description": "Show favorites", - "tooltip": "Choose whether or not to show favorite files in the menu.", - "value": true - }, - "show-places": { - "type": "switch", - "default": true, - "description": "Show bookmarks and places", - "tooltip": "Choose whether or not to show bookmarks and places in the menu.", - "value": true - }, - "show-recents": { - "type": "switch", - "default": true, - "description": "Show recents", - "tooltip": "Choose whether or not to show recents in the menu.", - "value": true - }, - "category-hover": { - "type": "switch", - "default": true, - "description": "Change categories on hover", - "tooltip": "Choose whether or not to change categories by hovering.", - "value": true - }, - "enable-autoscroll": { - "type": "switch", - "default": true, - "description": "Enable autoscrolling in application list", - "tooltip": "Choose whether or not to enable smooth autoscrolling in the application list.", - "value": true - }, - "search-filesystem": { - "type": "switch", - "default": false, - "description": "Enable filesystem path entry in search box", - "tooltip": "Allows path entry in the menu search box.", - "value": false - }, - "force-show-panel": { - "type": "switch", - "default": true, - "description": "Force the panel to be visible when opening the menu", - "tooltip": "Opening the menu will also show the main panel (which may be auto-hidden).", - "value": true - }, - "activate-on-hover": { - "type": "switch", - "default": false, - "description": "Open the menu when I move my mouse over it", - "tooltip": "Enable opening the menu when the mouse enters the applet", - "value": false - }, - "hover-delay": { - "type": "spinbutton", - "default": 0, - "min": 0, - "max": 1000, - "step": 50, - "units": "milliseconds", - "dependency": "activate-on-hover", - "description": "Menu hover delay", - "tooltip": "Delay before the menu opens when hovered", - "value": 0 - }, - "enable-animation": { - "type": "switch", - "default": false, - "description": "Use menu animations", - "tooltip": "Allow the menu to animate on open and close", - "value": false - }, - "menu-editor-button": { - "type": "button", - "description": "Open the menu editor", - "callback": "_launch_editor", - "tooltip": "Press this button to customize your menu entries." - }, - "popup-width": { - "type": "generic", - "default": 590, - "value": 590 - }, - "popup-height": { - "type": "generic", - "default": 515, - "value": 515 - }, - "reset-menu-size-button": { - "type": "button", - "description": "Restore the menu to its original size", - "callback": "_reset_menu_size" - }, - "__md5__": "4795fe5ccdb24e51e3d4434908c26bd5" -} \ No newline at end of file diff --git a/.config/cinnamon/spices/printers@cinnamon.org/6.json b/.config/cinnamon/spices/printers@cinnamon.org/6.json deleted file mode 100644 index 64eb33f..0000000 --- a/.config/cinnamon/spices/printers@cinnamon.org/6.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "section1": { - "type": "section", - "description": "Appearance" - }, - "show-icon": { - "type": "radiogroup", - "default": "printers", - "description": "Show printer icon", - "options": { - "Always": "always", - "When printers exist": "printers", - "When printing": "jobs" - }, - "tooltip": "Choose when to show the printer icon in the panel", - "value": "printers" - }, - "__md5__": "93e5a8d56ccfdbf949efa8b7e5b6ef9d" -} \ No newline at end of file diff --git a/.config/cinnamon/spices/user-shadows@nathan818fr/user-shadows@nathan818fr.json b/.config/cinnamon/spices/user-shadows@nathan818fr/user-shadows@nathan818fr.json index fae29f1..95980f5 100644 --- a/.config/cinnamon/spices/user-shadows@nathan818fr/user-shadows@nathan818fr.json +++ b/.config/cinnamon/spices/user-shadows@nathan818fr/user-shadows@nathan818fr.json @@ -27,7 +27,7 @@ "type": "generic", "default": {}, "value": { - "_instanceId": "189f0caa953", + "_instanceId": "189f2e724a3", "classNames": [ "normal", "dialog",