Add GTK3 settings to my literate configuration
This commit is contained in:
parent
7b4a84ef75
commit
f5bfd6899a
1 changed files with 11 additions and 0 deletions
|
@ -88,6 +88,17 @@ Putting it all together to define the service for my home configuration.
|
|||
<<environment-variables>>)))
|
||||
#+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 =<<services>>= is where all the services defined throughout this document are placed, and the last few lines return my home environment.
|
||||
|
|
Loading…
Reference in a new issue