From 667fe1c603cd9691db1131905096e27cb1230a36 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Fri, 11 Oct 2024 12:20:12 +0100 Subject: [PATCH] Set background for search-light correctly --- nix/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home.nix b/nix/home.nix index c9180b0f..fdcc04bb 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -326,7 +326,7 @@ in }; "org/gnome/shell/extensions/search-light" = { - background-color=[0.14117647707462311 0.14117647707462311 0.14117647707462311 1.0]; + background-color = mkTuple [ 0.1411764770746231 0.1411764770746231 0.1411764770746231 1.0 ]; blur-background=false; border-radius=5.7443946188340806; border-thickness=0;