From 3ced9a53bec65ec338f0e2df3c6cd541841b7486 Mon Sep 17 00:00:00 2001 From: Newbyte Date: Mon, 24 Jan 2022 15:25:41 +0100 Subject: [PATCH] docs/CONFIG.md, THEMING.md: Update Flatpak ID We're Moment now. --- docs/CONFIG.md | 10 +++++----- docs/THEMING.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 6a124d8f..5f6c2338 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -18,9 +18,9 @@ On Linux: For Flatpak installations: -- `~/.var/app/io.github.mirukana.mirage/config/mirage` for config files -- `~/.var/app/io.github.mirukana.mirage/data/mirage` for user data -- `~/.var/app/io.github.mirukana.mirage/cache/mirage` for cache data +- `~/.var/app/xyz.mx_moment.moment/config/moment for config files +- `~/.var/app/xyz.mx_moment.moment/data/moment for user data +- `~/.var/app/xyz.mx_moment.moment/cache/moment for cache data These locations can be overriden with environment variables, see @@ -41,8 +41,8 @@ the possible options and can be found at: - [`src/config/settings.py`][1] in this repository - `/usr/local/share/examples/moment/settings.py` or `/usr/share/examples/moment/settings.py` on Linux installations -- `~/.local/share/flatpak/app/io.github.mirukana.mirage/current/active/files/share/examples/mirage/settings.py` for per-user Flatpak installations -- `/var/lib/flatpak/app/io.github.mirukana.mirage/current/active/files/share/examples/mirage/settings.py` for system-wide Flatpak installations +- `~/.local/share/flatpak/app/xyz.mx_moment.moment/current/active/files/share/examples/moment/settings.py` for per-user Flatpak installations +- `/var/lib/flatpak/app/xyz.mx_moment.moment/current/active/files/share/examples/moment/settings.py` for system-wide Flatpak installations Rather than copying the entire default file, it is recommended to [`include`](PCN.md#including-built-in-files) it and only add the settings diff --git a/docs/THEMING.md b/docs/THEMING.md index e344c4ee..ad05c95b 100644 --- a/docs/THEMING.md +++ b/docs/THEMING.md @@ -11,8 +11,8 @@ for example: Or for Flatpak users: ```sh - cp mirage/src/themes/Foliage.qpl \ - ~/.var/app/io.github.mirukana.mirage/data/mirage/themes/MyTheme.qpl + cp moment/src/themes/Foliage.qpl \ + ~/.var/app/xyz.mx_moment.moment/data/moment/themes/MyTheme.qpl ``` The `theme` property in [`settings.py`](CONFIG.md#settingspy) would need