From f5bfd6899a574e9809820aff2efc2e52c794d53c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 24 May 2023 00:02:12 -0700 Subject: [PATCH] Add GTK3 settings to my literate configuration --- config/rincewind.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/rincewind.org b/config/rincewind.org index 6c83eba..5437b3d 100644 --- a/config/rincewind.org +++ b/config/rincewind.org @@ -88,6 +88,17 @@ Putting it all together to define the service for my home configuration. <>))) #+end_src +* GTK3 + +I have a very simple GTK configuration. All I configure is that the applications should prefer a dark theme over a light one. + +#+begin_src conf-unix :tangle settings.ini + [Settings] + gtk-application-prefer-dark-theme=true +#+end_src + + + * Home This brings it all together. The =<>= is where all the services defined throughout this document are placed, and the last few lines return my home environment.