From 4e8ae575a68e21b376f292108adf322ccd5b7014 Mon Sep 17 00:00:00 2001 From: KorbsStudio Date: Wed, 25 Jan 2023 04:29:48 -0500 Subject: [PATCH] Fix indenting --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ffb463..8780d43 100755 --- a/README.md +++ b/README.md @@ -61,17 +61,20 @@ A part of this function of Nexus Polestar will only be utilized on Windows and m Basically, System Repect in Nexus Polestar will try it's best to integrate into the user's system. -_Situration 1: Low Battery_ +**Situration 1: Low Battery** + If the system's battery becomes low, Nexus Polestar will enable it's "Power Saving" state by disabling certain features like blur composition, window transparency, notification sound, animations, and more as these functions aren't entirely nessesary for the software to serve it's purpose. -_Situration 2: Color Scheme and Theme Mode_ (Windows and macOS) +**Situration 2: Color Scheme and Theme Mode** (Windows and macOS) + on Windows and macOS, the user can set an accent color for their operating system, Nexus Polestar will try to use the accent color they've set. Along with using the theme mode, which is handy if they use a sunset feature to auto switch between light and dark mode. [`systemPreferences.getColor(color)`](https://www.electronjs.org/docs/latest/api/system-preferences#systempreferencesgetcolorcolor-windows-macos) (Windows and macOS) [`systemPreferences.getSystemColor(color)`](https://www.electronjs.org/docs/latest/api/system-preferences#systempreferencesgetsystemcolorcolor-macos) (macOS) -_Situration 3: Motion and Transparency_ (macOS) +**Situration 3: Motion and Transparency** (macOS) + On macOS, there is an accessibility option called "Reduced Motion" and "Reduced Transparency". If "Reduced Motion" is enabled, Nexus Polestar will disable animations.