From 43387d369fc32659c4fa2308be35a4ebe274bbbc Mon Sep 17 00:00:00 2001 From: Prozilla Date: Sat, 5 Aug 2023 14:41:06 +0200 Subject: [PATCH] Updated docs with settings feature --- docs/features/README.md | 2 +- docs/features/settings/README.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/features/settings/README.md diff --git a/docs/features/README.md b/docs/features/README.md index d49c90b..7a47def 100644 --- a/docs/features/README.md +++ b/docs/features/README.md @@ -10,4 +10,4 @@ Most code for features can be found in the [features](../../src/features) direct - [Virtual Drive](./virtual-drive//README.md) - [Windows](./windows/README.md) - [Taskbar](./taskbar/README.md) - +- [Settings](./settings/README.md) diff --git a/docs/features/settings/README.md b/docs/features/settings/README.md new file mode 100644 index 0000000..404ac68 --- /dev/null +++ b/docs/features/settings/README.md @@ -0,0 +1,19 @@ +[← Back](../README.md) + +# Settings + +Each group of settings is controlled by a separate xml file. The virtual directory for these files is `~/.config`. The default values for these files can be viewed and edited inside the [public/config](../../../public/config/) directory. + +## Example + +```xml + + + + + + + /media/wallpapers/Wallpaper1.png + +``` \ No newline at end of file