aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-05-08 23:02:33 -0400
committerNunoSempere <nuno.sempere@protonmail.com>2023-05-08 23:02:33 -0400
commit00d498851cd8392ec940ff90a11da2ccb75086b8 (patch)
tree92de21dc5227be2cc13b02a948302a5eb29009ec /README.md
parent98114362d9050e4e5f8db6a8978f7e3af2b0700d (diff)
make tabs larger, document.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e0866c0..99fe6a6 100644
--- a/README.md
+++ b/README.md
@@ -83,3 +83,4 @@ I just found out that you can inspect a GTK application with the GTK explorer if
- [ ] Doesn't work with when Spanish is selected as the language, for some reason.
- [ ] At some point, I tried to install libsoup-3 and borked some unknown installation option/paths. So now I need to run rose with `GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/ /bin/rose` (or put `export GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/` in my .bashrc). This won't affect new users though, just double checked on a fresh machine.
- [ ] By default the searchbar is pretty gigantic. I've made this so because I'm a bit myopic, but also work with my laptop in a laptop stand. Anyways, if you are a more normal person you can change this in the style.css.
+- [ ] The style.css usage isn't updated until installation. This is because by default rose uses the theme located in /usr/share/themes/rose/style.css, and that file isn't updated until make install.