-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,13 +16,21 @@ This extension may conflict with other battery charging threshold control apps, | |
|
||
* The extension is available on the Gnome Extension Website https://extensions.gnome.org/, where it undergoes a review process upon submission. | ||
* Therefore, it's recommended to install this extension from the website. | ||
* This will require installing an Extensions or Extension Manager app to manage the Gnome extension. | ||
|
||
|
||
### Using Apps | ||
|
||
[<img src="./assets/images/installation/extension.png" width="45%">](https://flathub.org/apps/org.gnome.Extensions)[<img src="./assets/images/installation/extension-manager.png" width="45%" class="float-right">](https://flathub.org/apps/com.mattjakeman.ExtensionManager) | ||
|
||
* This will require installing an Extensions or Extension Manager app to manage the Gnome extension. | ||
* Either search for the extension by its name, "Battery Health Charging" or use the website link below<br><https://extensions.gnome.org/extension/5724/battery-health-charging/> | ||
|
||
### Using dbus command | ||
|
||
```text | ||
busctl --user call org.gnome.Shell.Extensions /org/gnome/Shell/Extensions org.gnome.Shell.Extensions InstallRemoteExtension s [email protected] | ||
``` | ||
* Running this in console/terminal will download and install extension from Gnome Extension Website. | ||
|
||
## From Github | ||
|
||
[<img src="./assets/images/home/view-sources-on-github.png" width="45%">](https://github.com/maniacx/Battery-Health-Charging) | ||
|
@@ -39,6 +47,7 @@ This extension may conflict with other battery charging threshold control apps, | |
Polkit Rules: Uninstalling this extension will not remove polkit rules, so it has to be done manually.<br>If decided to uninstall and not use this extension, before uninstallation, please remove/uninstall polkit rules using Extension Preferences > General Tab. | ||
|
||
{: .warning } | ||
For Dell only.<br> | ||
Dell Command Configure BIOS Password: If decided to uninstall this extension, users who used a BIOS password to validate changing mode/threshold are recommended to turn off Need BIOS password to change mode/threshold. This action will remove/delete the saved BIOS password in Gnome Keyring. | ||
|
||
To uninstall this extension, use the `Extensions` or `Extension Manager` app. | ||
|