Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.02 KB

File metadata and controls

40 lines (27 loc) · 2.02 KB

Gnome shell extension: Dell Command Configure Menu

This extension adds gnome top-bar submenus to access 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 Charge options
Preferences menu Preferences menu
BIOS Setup password dialog when "Ask for BIOS Setup password" is activated in preferences menu BIOS setup password dialog

Installation from git

❗ If your Gnome version is not listed in metadata.json, add it to the shell-version list before running the cp -r ... command below.

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 [email protected]/schemas/ [email protected]/schemas
cp -r [email protected] ~/.local/share/gnome-shell/extensions

Restart the shell (alt + F2 and then r) and then enable the extension.

Installation from extensions.gnome.org

https://extensions.gnome.org/extension/4545/dell-command-configure-menu/

Contributions

Contributions are welcome. Please open a PR or an issue describing in detail what you would like to be added.