From 8aa73b487ae5da53b22dbeeb31879da9b30bf832 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 23 Dec 2021 13:56:39 +0100 Subject: [PATCH] show battery pourcentage --- README.md | 5 +++++ installGlobalScript.sh | 3 +++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 0e11dd1..2223324 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,11 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu gsettings set org.gnome.shell.extensions.dash-to-dock click-action minimize ``` +- Affiche le pourcentage de batterie + ```bash + gsettings set org.gnome.desktop.interface show-battery-percentage true + ``` +
Mémo de commande utile peu de temps après une réinstallation/mise à jour diff --git a/installGlobalScript.sh b/installGlobalScript.sh index c5769e7..946713a 100644 --- a/installGlobalScript.sh +++ b/installGlobalScript.sh @@ -92,6 +92,9 @@ then # Add minimized window on dock click gsettings set org.gnome.shell.extensions.dash-to-dock click-action minimize + # Show battery pourcentage + gsettings set org.gnome.desktop.interface show-battery-percentage true + # info echo "" echo ""