From a785d8b455b33c630fceea33cbcabcb6f22b7dc6 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Sun, 2 Apr 2023 18:36:11 +0200 Subject: [PATCH] Docs: Add FAQ page --- docs/docs/user-guide/faq.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/docs/user-guide/faq.md diff --git a/docs/docs/user-guide/faq.md b/docs/docs/user-guide/faq.md new file mode 100644 index 00000000..a336e78e --- /dev/null +++ b/docs/docs/user-guide/faq.md @@ -0,0 +1,20 @@ +--- +sidebar_position: 2 +--- + +# Frequently Asked Questions + +## How do I get app icons on the home screen? + +There are two options: + +1. Go to Settings > Widgets > Clock and enable "Favorites". This will display the first row of pinned items +as part of the clock widget. + +2. Scroll down to the end of the widgets list, select "Edit widgets" > "Add widget" > "Favorites" to add +the favorites widget to the home screen. + +## Can I remove / customize the clock? + +Yes, you can customize the clock style by going to Settings > Widgets > Clock and selecting a different +style. There is also an "empty style" that will remove the clock entirely. \ No newline at end of file