From 684a07cf353b61ebba5a1e72bcee59e5dbec8098 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Wed, 3 Apr 2024 19:32:22 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dac807d..f7269e26 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ If you would like to use this repository, I recommend forking it and editing hom ## Install ```sh -curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/main/install.sh | bash +bash <(curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/main/install.sh) ``` ## Dependencies From 4c038a9d5b421101813f7ee9ef972c480479ee95 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Wed, 3 Apr 2024 19:45:02 +0000 Subject: [PATCH 2/2] Add battery percentage --- home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home.nix b/home.nix index f9e74635..454f7778 100644 --- a/home.nix +++ b/home.nix @@ -221,6 +221,10 @@ name = "GitHub"; url = "https://github.com/"; } + { + name = "WOL"; + url = "https://wol.jw.org/pt-PT/"; + } ]; } ]; @@ -297,6 +301,10 @@ "background/picture-uri-dark" = "file:///${config.home.homeDirectory}/dotfiles/wallpapers/blobs-d.svg"; }; + "org/gnome/desktop/interface" = { + "show-battery-percentage" = true; + }; + "org/gnome/shell/extensions" = { "vitals/hot-sensors" = [ "_memory_usage_"