https://github.com/vsimkus/gnome-shell-extension-dell-command-configure-menu
A gnome-shell extension that adds submenu options access to Dell's Command Configure utility.
https://github.com/vsimkus/gnome-shell-extension-dell-command-configure-menu
dell dell-xps gnome gnome-shell gnome-shell-extension
Last synced: about 1 year ago
JSON representation
A gnome-shell extension that adds submenu options access to Dell's Command Configure utility.
- Host: GitHub
- URL: https://github.com/vsimkus/gnome-shell-extension-dell-command-configure-menu
- Owner: vsimkus
- License: gpl-3.0
- Created: 2021-10-13T11:26:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T10:40:39.000Z (about 4 years ago)
- Last Synced: 2025-04-02T08:21:24.351Z (over 1 year ago)
- Topics: dell, dell-xps, gnome, gnome-shell, gnome-shell-extension
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gnome shell extension: Dell Command Configure Menu
This extension adds gnome top-bar submenus to access [Dell Command Configure](https://www.dell.com/support/kbdoc/en-uk/000178000/dell-command-configure) options, which needs to be installed separately.
## Supported features
Currently only primary battery charge mode is implemented via `primarybatterycfg` option. Custom charge levels can be chosen in the preferences menu.
* Custom charge mode
* Express charge mode
* Adaptive charge mode
* Standard charge mode
* BIOS setup password validation
| Feature | Preview |
|-------------------------------------------|----------------------------------------------|
| Charge options in Power submenu |  |
| Preferences menu |  |
| BIOS Setup password dialog when "Ask for BIOS Setup password" is activated in preferences menu |  |
## Installation from git
> :exclamation: If your Gnome version is not listed in [metadata.json](./dell-command-configure-menu%40vsimkus.github.io/metadata.json), add it to the `shell-version` list before running the `cp -r ...` command below.
```sh
git clone git://github.com/vsimkus/gnome-shell-extension-dell-command-configure-menu.git
cd gnome-shell-extension-dell-command-configure-menu
glib-compile-schemas --strict --targetdir=dell-command-configure-menu@vsimkus.github.io/schemas/ dell-command-configure-menu@vsimkus.github.io/schemas
cp -r dell-command-configure-menu@vsimkus.github.io ~/.local/share/gnome-shell/extensions
```
Restart the shell (`alt + F2` and then `r`) and then enable the extension.
## Installation from extensions.gnome.org
## Contributions
Contributions are welcome. Please open a PR or an issue describing in detail what you would like to be added.