Skip to content

Commit

Permalink
update installation
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacx committed Feb 29, 2024
1 parent 38a6636 commit 9e3b029
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down

0 comments on commit 9e3b029

Please sign in to comment.