From d557ed0ca67a1aceb90c4df4e167450ea7fbb15d Mon Sep 17 00:00:00 2001 From: Koda YeenBean Date: Sat, 15 Aug 2026 15:26:21 +0200 Subject: [PATCH] added GTK_THEME envoirenment varriable --- env.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/env.lua b/env.lua index c8886e6..62a3220 100644 --- a/env.lua +++ b/env.lua @@ -1,4 +1,5 @@ -- This file will not be overwritten across dots-hyprland updates. -- The file name is for the sake of organization and does not matter -- See the corresponding files in ~/.config/hypr/hyprland for examples -hl.env("GCM_CREDENTIAL_STORE", "gpg") \ No newline at end of file +hl.env("GCM_CREDENTIAL_STORE", "gpg") +hl.env("GTK_THEME", "Adwaita:dark") \ No newline at end of file