aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-03 16:59:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-03 16:59:55 -0300
commit12a3356805a39197fba6b4742a548c0244d5f0f3 (patch)
tree9ae0ec49f34fd6888c93d2e649bb8d0d18ebe991 /README.md
parent84176e5da79b0688241314f123864db91dac1040 (diff)
downloadgtk-master.tar.gz
gtk-master.tar.bz2
Feat: minor revampHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 32 insertions, 3 deletions
diff --git a/README.md b/README.md
index ddcf7a0..e5f83f5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,34 @@
-Rhatto's gtk dotfiles
-=====================
+# Rhatto's GTK dotfiles
-This is the repository for rhatto's gtk configuration.
+## About
+
+This is the repository for rhatto's GTK configuration.
More information at https://git.fluxo.info/metadot
+
+## Changing theme configuration
+
+* Just edit the files.
+
+## Applying the configuration
+
+* Restart each affected application.
+
+## Tinkering
+
+* There's a built-in `gsettings_reload_interface` function from
+ prototype at [gtk.sh](profile.d.dot/gtk.sh.link).
+
+* You might also be tempted to use [lxappearance][], but this can break the
+ dotfiles' symlinks for the GTK configuration.
+
+* Another option to be tested is adding these options as [XSETTINGS][]
+ and rely on a manager such as [xsettingsd][].
+
+[XSETTINGS]: https://www.freedesktop.org/wiki/Specifications/xsettings-spec/
+[lxappearance]: https://tracker.debian.org/pkg/lxappearance
+[xsettingsd]: https://github.com/derat/xsettingsd
+
+## References
+
+* [GTK - ArchWiki](https://wiki.archlinux.org/title/GTK)
+* [Apps/DconfEditor - GNOME Wiki!](https://wiki.gnome.org/Apps/DconfEditor)