From efbcec51ade9b2031648314033567f3e75a89813 Mon Sep 17 00:00:00 2001 From: miruka Date: Fri, 27 Mar 2020 15:34:50 -0400 Subject: [PATCH] Add note about Flatpak for config files --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee2941ee..90e4b74f 100644 --- a/README.md +++ b/README.md @@ -62,11 +62,15 @@ See [INSTALL.md](INSTALL.md) The config file can be found at *$XDG_CONFIG_HOME/mirage/settings.json*, or *~/.config/mirage/settings.json*. +For Flatpak users, this will be +*~/.var/app/io.github.mirukana.mirage/config/mirage* instead. + The `theme` setting can be: - The name of a built-in theme (`Midnight` or `Glass`) - The filename without extension of a custom theme at - *$XDG_DATA_HOME/mirage/themes*, or *~/.local/share/mirage/themes* + *$XDG_DATA_HOME/mirage/themes*, *~/.local/share/mirage/themes*, + or *~/.var/app/io.github.mirukana.mirage/data/mirage/themes* (Flatpak) A default theme from this repository can be copied to use as a base and edit, for example: @@ -76,6 +80,13 @@ for example: "${XDG_DATA_HOME:-$HOME/.local/share}/mirage/themes/MyTheme.qpl" ``` +Or for Flatpak users: + +```sh + cp mirage/src/themes/Midnight.qpl \ + ~/.var/app/io.github.mirukana.mirage/data/mirage/themes/MyTheme.qpl +``` + The config setting `theme` would need to be set to `MyTheme` in this case. Theme files are nested-by-indentations sections of properties and values.