From a8ddf3e95407d6e27c6d1ce38a5110d3bfc6625f Mon Sep 17 00:00:00 2001 From: Meow33 Date: Fri, 12 Jun 2026 14:01:40 +0800 Subject: [PATCH 1/3] docs: add desktop widgets and layout reset guide --- docs/manual/olares/desktop.md | 41 ++++++++++++++++++- docs/manual/olares/settings/index.md | 2 +- .../olares/settings/language-appearance.md | 35 ++++++++++++++-- docs/one/customize.md | 34 +++++++++++++-- docs/zh/manual/olares/desktop.md | 39 +++++++++++++++++- docs/zh/manual/olares/settings/index.md | 2 +- .../olares/settings/language-appearance.md | 37 +++++++++++++++-- docs/zh/one/customize.md | 2 +- 8 files changed, 176 insertions(+), 16 deletions(-) diff --git a/docs/manual/olares/desktop.md b/docs/manual/olares/desktop.md index 7963dc745d..7ea8dc2f45 100644 --- a/docs/manual/olares/desktop.md +++ b/docs/manual/olares/desktop.md @@ -1,3 +1,7 @@ +--- +description: Get familiar with Olares Desktop, including the Dock, Launchpad, application windows, widgets, layout reset, and global search. +--- + # Get familiar with Desktop Desktop is the primary interface for interacting with Olares. From here, you can open and manage built-in system apps as well as the apps you install. @@ -32,6 +36,41 @@ Some applications only support opening in a browser tab. - **Search**: Quickly launch applications and find supported content across Olares. - **Notifications**: Click the notification icon to view system and application notifications. +### Widgets + +Desktop can display optional widgets in the lower-right corner: + +- **Date & time**: Shows the current time, weekday, and date. +- **Dashboard**: Shows CPU, disk, and memory usage. + +The **Widgets** switch is the master switch. Turning it off hides all widgets. When it is on, you can control each widget separately. + +1. Open **Settings** from the Dock or Launchpad. +2. Select **Appearance** in the sidebar. +3. Use the **Widgets** switch as the master control: + - Off: Hide all widgets. + - On: Enable individual widget settings. +4. Under **Date & time**, turn the clock and date widget on or off. If it is on, set **24-hour format** and **Date format** as needed. +5. Turn **Show dashboard** on or off to show or hide CPU, disk, and memory usage. + +If both individual widgets are off, Desktop shows no widgets even when **Widgets** is on. + +## Reset Desktop layout + +If you want to restore the default Desktop organization, reset the layout from Settings. + +1. Open **Settings** from the Dock or Launchpad. +2. Select **Appearance** in the sidebar. +3. Scroll to **Reset desktop layout**, then click **Reset**. + +4. In the confirmation dialog, choose what to do: + - Click **Cancel** to keep your current layout. + - Click **Reset** to restore the default Launchpad and Dock layout. + +:::warning +Resetting the desktop layout restores the default Launchpad and Dock layout. Custom icon positions and Dock items are reset. App data is not deleted, but the layout reset cannot be undone. +::: + ## Use Launchpad From Launchpad, you can: @@ -74,4 +113,4 @@ By default, global search searches files by filename only. To improve search efficiency or enable searching file contents, go to **Settings** > **Search** > **File Search** to configure full-text search and exclusion rules. -For details, see [Configure file search](/manual/olares/settings/search.md). \ No newline at end of file +For details, see [Configure file search](/manual/olares/settings/search.md). diff --git a/docs/manual/olares/settings/index.md b/docs/manual/olares/settings/index.md index 24e922995d..cde42b0ee3 100644 --- a/docs/manual/olares/settings/index.md +++ b/docs/manual/olares/settings/index.md @@ -8,7 +8,7 @@ The Settings application in Olares provides a clean, intuitive interface for con Settings is organized into the following sections: - **Users**: Manage user accounts within your Olares system. -- **Appearance**: Personalize your system by setting the language, theme, and background wallpaper. +- **Appearance**: Personalize your system by setting the language, theme, Desktop widgets, background wallpaper, and Desktop layout. - **Applications**: Configure application entrances, customize app domains, and manage app environment variables. - **Integration**: Centralize external connections, including cloud storages, website cookies, and SMB network credentials. - **VPN**: Configure secure remote access to your Olares device. diff --git a/docs/manual/olares/settings/language-appearance.md b/docs/manual/olares/settings/language-appearance.md index c7baaf795a..935718fc44 100644 --- a/docs/manual/olares/settings/language-appearance.md +++ b/docs/manual/olares/settings/language-appearance.md @@ -1,9 +1,9 @@ --- -description: Personalize your Olares experience by setting system language preferences, switching between light and dark themes, and customizing desktop and login screen wallpapers. +description: Personalize your Olares experience by setting system language preferences, switching themes, managing Desktop widgets, customizing wallpapers, and resetting the Desktop layout. --- # Set language and appearance -Personalizing your Olares experience is easy. You can set your preferred language, choose between light and dark themes, and select custom wallpapers for your desktop and login screen. +Personalizing your Olares experience is easy. You can set your preferred language, choose between light and dark themes, manage Desktop widgets, select custom wallpapers, and reset the Desktop layout when needed. ## System language Olares is currently available in the following languages: @@ -23,6 +23,20 @@ Switch between light and dark themes for system applications. The change applies immediately. +## Widgets + +Widgets control the information shown in the lower-right corner of Desktop. + +1. Open Settings from the Dock. +2. Select **Appearance** from the left sidebar. +3. Use the **Widgets** switch as the master control: + - Off: Hide all widgets. + - On: Enable individual widget settings. +4. Under **Date & time**, turn the clock and date widget on or off. If it is on, set **24-hour format** and **Date format** as needed. +5. Turn **Show dashboard** on or off to show or hide CPU, disk, and memory usage. + +If both individual widgets are off, Desktop shows no widgets even when **Widgets** is on. + ## Wallpaper To customize your desktop or login screen background: @@ -38,4 +52,19 @@ To customize your desktop or login screen background: - **Stretch** - **Fill** - **Tile** -6. To remove a custom wallpaper, hover over the uploaded image in **Uploaded images** and click the close icon. \ No newline at end of file +6. To remove a custom wallpaper, hover over the uploaded image in **Uploaded images** and click the close icon. + +## Reset Desktop layout + +Use **Reset desktop layout** when you want to restore the default Launchpad and Dock organization. + +1. Open the Settings app from the Dock or Launchpad. +2. Select **Appearance** from the left sidebar. +3. Scroll to **Reset desktop layout**, then click **Reset**. +4. In the confirmation dialog, choose what to do: + - Click **Cancel** to keep your current layout. + - Click **Reset** to restore the default layout. + +:::warning +Resetting the desktop layout restores the default Launchpad and Dock layout. Custom icon positions and Dock items are reset. App data is not deleted, but the layout reset cannot be undone. +::: diff --git a/docs/one/customize.md b/docs/one/customize.md index 29a00ac253..2a164401ee 100644 --- a/docs/one/customize.md +++ b/docs/one/customize.md @@ -1,6 +1,6 @@ --- outline: [2, 3] -description: Learn how to personalize your Olares experience by customizing your desktop background, system theme, and designing your public profile page. +description: Learn how to personalize your Olares experience by customizing Desktop widgets, wallpaper, system theme, layout, and your public profile page. head: - - meta - name: keywords @@ -9,13 +9,15 @@ head: # Customize Olares -Olares allows you to customize both your private workspace and your public identity. This guide shows you how to set up your desktop appearance and design a profile page to share with others. +Olares allows you to customize both your private workspace and your public identity. This guide shows you how to set up your desktop appearance, manage Desktop widgets, reset the Desktop layout, and design a profile page to share with others. ## Learning objectives By the end of this tutorial, you will learn how to: - Switch between light and dark system themes. +- Manage Desktop widgets for date, time, and resource usage. - Customize your desktop and login screen wallpapers. +- Reset the Launchpad and Dock layout when needed. - Design your public profile with social links and content blocks. - Style your page and share it. @@ -34,6 +36,18 @@ In **Theme**, choose between **Light** or **Dark** mode. The change takes effect immediately. +### Manage Desktop widgets + +Use **Widgets** to control the information shown in the lower-right corner of Desktop. + +1. Use the **Widgets** switch as the master control: + - Off: Hide all widgets. + - On: Enable individual widget settings. +2. Under **Date & time**, turn the clock and date widget on or off. If it is on, set **24-hour format** and **Date format** as needed. +3. Turn **Show dashboard** on or off to show or hide CPU, disk, and memory usage. + +If both individual widgets are off, Desktop shows no widgets even when **Widgets** is on. + ### Change wallpaper You can set a distinct look for your desktop and login screen. @@ -54,6 +68,20 @@ Uploaded wallpapers appear in a separate **Uploaded images** section. To delete an uploaded image, hover over it and click the close icon in the top-right corner. +### Reset Desktop layout + +Use **Reset desktop layout** when you want to restore the default Launchpad and Dock organization. + +1. Scroll to **Reset desktop layout**, then click **Reset**. + +2. In the confirmation dialog, choose what to do: + - Click **Cancel** to keep your current layout. + - Click **Reset** to restore the default layout. + +:::warning +Resetting the desktop layout restores the default Launchpad and Dock layout. Custom icon positions and Dock items are reset. App data is not deleted, but the layout reset cannot be undone. +::: + ## Design your public profile Your Olares profile is a public homepage available at `https://{your-olares-id}.olares.com`. You can use it as a landing page, portfolio, or digital business card. @@ -118,4 +146,4 @@ When you are ready, click the **share S - Generate a QR code. - Export a shareable image card that works as a digital business card. -![Profile share](/images/one/profile-share.png#bordered){width=95%} \ No newline at end of file +![Profile share](/images/one/profile-share.png#bordered){width=95%} diff --git a/docs/zh/manual/olares/desktop.md b/docs/zh/manual/olares/desktop.md index c33a1baf06..2a51d6e46a 100644 --- a/docs/zh/manual/olares/desktop.md +++ b/docs/zh/manual/olares/desktop.md @@ -1,5 +1,5 @@ --- -description: 了解 Olares 桌面的基本概念与操作方式,包括如何使用 Dock、启动器、窗口控制与全局搜索,帮助你高效管理系统与应用。 +description: 了解 Olares 桌面的基本概念与操作方式,包括如何使用应用坞、启动台、窗口控制、小组件、布局重置与全局搜索,帮助你高效管理系统与应用。 --- # 了解桌面 @@ -35,6 +35,41 @@ description: 了解 Olares 桌面的基本概念与操作方式,包括如何 - **搜索**:快速启动应用,并查找 Olares 中支持的内容。 - **通知**:点击通知图标查看系统和应用通知。 +### 小组件 + +桌面右下角可以显示以下小组件: + +- **日期和时间**:显示当前时间、星期和日期。 +- **仪表盘**:显示 CPU、磁盘和内存使用情况。 + +**小组件**开关是总开关。关闭后会隐藏所有小组件。保持开启时,可以分别控制每个小组件。 + +1. 从应用坞或启动台打开**设置**。 +2. 在左侧边栏选择**外观**。 +3. 将**小组件**开关作为总开关: + - 关闭:隐藏所有小组件。 + - 开启:启用单个小组件设置。 +4. 在**日期和时间**下,开启或关闭时间和日期小组件。开启后,可按需设置 **24 小时制**和**日期格式**。 +5. 开启或关闭**显示仪表盘**,控制是否显示 CPU、磁盘和内存使用情况。 + +如果两个单项小组件都关闭,即使**小组件**总开关开启,桌面也不会显示任何小组件。 + +## 重置桌面布局 + +如果想恢复默认桌面排列,可以在设置中重置桌面布局。 + +1. 从应用坞或启动台打开**设置**。 +2. 在左侧边栏选择**外观**。 +3. 滚动到**重置桌面布局**,点击**重置**。 + +4. 在确认弹窗中按需选择: + - 点击**取消**保留当前布局。 + - 点击**重置**恢复默认的启动台和应用坞布局。 + +:::warning 注意 +重置桌面布局会将启动台和应用坞恢复为默认布局。自定义图标位置和应用坞项目会被重置。应用数据不会被删除,但布局重置操作无法撤销。 +::: + ## 使用启动台 在启动台中,你可以: @@ -77,4 +112,4 @@ description: 了解 Olares 桌面的基本概念与操作方式,包括如何 如果你希望提升搜索效率,或者按**文件内容**进行搜索,请前往**设置** > **搜索** > **文件搜索**来配置全文搜索和排除规则。 -详情请见[配置文件搜索](/zh/manual/olares/settings/search.md)。 \ No newline at end of file +详情请见[配置文件搜索](/zh/manual/olares/settings/search.md)。 diff --git a/docs/zh/manual/olares/settings/index.md b/docs/zh/manual/olares/settings/index.md index 67fa69a281..95b788bf66 100644 --- a/docs/zh/manual/olares/settings/index.md +++ b/docs/zh/manual/olares/settings/index.md @@ -8,7 +8,7 @@ Olares 的**设置**提供了简洁直观的界面,让你轻松配置并管理 设置包含以下功能模块: - **账户**:管理 Olares 系统内的用户账户。 -- **外观**:通过设置语言、主题和背景壁纸,个性化你的系统。 +- **外观**:通过设置语言、主题、桌面小组件、背景壁纸和桌面布局,个性化你的系统。 - **应用**:配置应用入口、自定义应用域名,并管理应用环境变量。 - **集成**:集中管理外部连接,包括云存储、网站 Cookie 和 SMB 网络凭据。 - **VPN**:配置安全的远程访问,连接你的 Olares 设备。 diff --git a/docs/zh/manual/olares/settings/language-appearance.md b/docs/zh/manual/olares/settings/language-appearance.md index 859eaf65bc..ab8e4ad066 100644 --- a/docs/zh/manual/olares/settings/language-appearance.md +++ b/docs/zh/manual/olares/settings/language-appearance.md @@ -1,9 +1,9 @@ --- -description: 在 Olares 中设置系统语言、切换明暗主题、自定义桌面和登录界面壁纸,打造符合个人习惯的使用环境。 +description: 在 Olares 中设置系统语言、切换明暗主题、管理桌面小组件、自定义壁纸并重置桌面布局,打造符合个人习惯的使用环境。 --- # 设置语言和外观 -个性化 Olares 使用体验十分简单。你可以设置首选语言,在浅色和深色主题之间切换,并为桌面和登录屏幕选择自定义壁纸。 +个性化 Olares 使用体验十分简单。你可以设置首选语言,在浅色和深色主题之间切换,管理桌面小组件,选择自定义壁纸,并在需要时重置桌面布局。 ## 系统语言 @@ -25,11 +25,25 @@ Olares 当前支持以下语言: 更改会立即生效。 +## 小组件 + +小组件控制桌面右下角显示的信息。 + +1. 从程序坞或启动台打开**设置**。 +2. 在左侧边栏选择**外观**。 +3. 将**小组件**开关作为总开关: + - 关闭:隐藏所有小组件。 + - 开启:启用单个小组件设置。 +4. 在**日期和时间**下,开启或关闭时间和日期小组件。开启后,可按需设置 **24 小时制**和**日期格式**。 +5. 开启或关闭**显示仪表盘**,控制是否显示 CPU、磁盘和内存使用情况。 + +如果两个单项小组件都关闭,即使**小组件**总开关开启,桌面也不会显示任何小组件。 + ## 壁纸 自定义桌面或登录界面的背景: -1. 从应用坞打开设置。 +1. 从程序坞打开设置。 2. 在左侧边栏选择**外观**。 3. 在**壁纸**面板中,选择壁纸的应用位置:**桌面背景**或**登录背景**。 4. 若要使用内置壁纸,请在提供的图库中浏览并选择。 @@ -41,4 +55,19 @@ Olares 当前支持以下语言: - **填充** - **平铺** -6. 若要移除自定义壁纸,请将鼠标悬停在**已上传图片**区域,点击右上角的 close 图标。 \ No newline at end of file +6. 若要移除自定义壁纸,请将鼠标悬停在**已上传图片**区域,点击右上角的 close 图标。 + +## 重置桌面布局 + +如果想恢复默认的启动台和程序坞排列,可以使用**重置桌面布局**。 + +1. 从程序坞或启动台打开**设置**。 +2. 在左侧边栏选择**外观**。 +3. 滚动到**重置桌面布局**,点击**重置**。 +4. 在确认弹窗中按需选择: + - 点击**取消**保留当前布局。 + - 点击**重置**恢复默认布局。 + +:::warning 注意 +重置桌面布局会将启动台和程序坞恢复为默认布局。自定义图标位置和程序坞项目会被重置。应用数据不会被删除,但布局重置操作无法撤销。 +::: diff --git a/docs/zh/one/customize.md b/docs/zh/one/customize.md index 9ff5bc05d3..0934003139 100644 --- a/docs/zh/one/customize.md +++ b/docs/zh/one/customize.md @@ -1 +1 @@ - + \ No newline at end of file From bc3c2deee4ff6bb61b06494ac1a7a2fdb90778c1 Mon Sep 17 00:00:00 2001 From: Meow33 Date: Mon, 22 Jun 2026 17:29:43 +0800 Subject: [PATCH 2/3] update based on comments --- docs/manual/olares/desktop.md | 30 +++++++++++++----------------- docs/zh/manual/olares/desktop.md | 30 +++++++++++++----------------- 2 files changed, 26 insertions(+), 34 deletions(-) diff --git a/docs/manual/olares/desktop.md b/docs/manual/olares/desktop.md index 7ea8dc2f45..91c847f549 100644 --- a/docs/manual/olares/desktop.md +++ b/docs/manual/olares/desktop.md @@ -38,39 +38,35 @@ Some applications only support opening in a browser tab. ### Widgets -Desktop can display optional widgets in the lower-right corner: +Desktop can display optional widgets in the lower-right corner for quick information such as time, date, and system performance: - **Date & time**: Shows the current time, weekday, and date. - **Dashboard**: Shows CPU, disk, and memory usage. -The **Widgets** switch is the master switch. Turning it off hides all widgets. When it is on, you can control each widget separately. +By default, all widgets are enabled. The **Widgets** switch is the master switch. Turning it off hides all widgets. When it is on, you can control each widget separately. 1. Open **Settings** from the Dock or Launchpad. 2. Select **Appearance** in the sidebar. -3. Use the **Widgets** switch as the master control: - - Off: Hide all widgets. - - On: Enable individual widget settings. -4. Under **Date & time**, turn the clock and date widget on or off. If it is on, set **24-hour format** and **Date format** as needed. -5. Turn **Show dashboard** on or off to show or hide CPU, disk, and memory usage. - -If both individual widgets are off, Desktop shows no widgets even when **Widgets** is on. +3. To disable all widgets at once, turn off **Widgets**. +4. To customize individual widgets: + - Turn the **Date & time** widget on or off. + - Turn **24-hour format** on or off to switch between 24-hour and 12-hour time. + - Select the **Date format**. + - Turn **Show dashboard** on or off to show or hide CPU, disk, and memory usage. ## Reset Desktop layout If you want to restore the default Desktop organization, reset the layout from Settings. -1. Open **Settings** from the Dock or Launchpad. -2. Select **Appearance** in the sidebar. -3. Scroll to **Reset desktop layout**, then click **Reset**. - -4. In the confirmation dialog, choose what to do: - - Click **Cancel** to keep your current layout. - - Click **Reset** to restore the default Launchpad and Dock layout. - :::warning Resetting the desktop layout restores the default Launchpad and Dock layout. Custom icon positions and Dock items are reset. App data is not deleted, but the layout reset cannot be undone. ::: +1. Open **Settings** from the Dock or Launchpad. +2. Select **Appearance** in the sidebar. +3. Scroll to **Reset desktop layout**, then click **Reset**. +4. In the confirmation window, click **Reset**. + ## Use Launchpad From Launchpad, you can: diff --git a/docs/zh/manual/olares/desktop.md b/docs/zh/manual/olares/desktop.md index 2a51d6e46a..663d477cca 100644 --- a/docs/zh/manual/olares/desktop.md +++ b/docs/zh/manual/olares/desktop.md @@ -37,39 +37,35 @@ description: 了解 Olares 桌面的基本概念与操作方式,包括如何 ### 小组件 -桌面右下角可以显示以下小组件: +桌面右下角可以显示以下小组件,方便你快速查看时间、日期和系统性能等信息: - **日期和时间**:显示当前时间、星期和日期。 - **仪表盘**:显示 CPU、磁盘和内存使用情况。 -**小组件**开关是总开关。关闭后会隐藏所有小组件。保持开启时,可以分别控制每个小组件。 +默认情况下,所有小组件均已开启。**小组件**开关是总开关,关闭后会隐藏所有小组件。保持开启时,可以分别控制每个小组件。 1. 从应用坞或启动台打开**设置**。 2. 在左侧边栏选择**外观**。 -3. 将**小组件**开关作为总开关: - - 关闭:隐藏所有小组件。 - - 开启:启用单个小组件设置。 -4. 在**日期和时间**下,开启或关闭时间和日期小组件。开启后,可按需设置 **24 小时制**和**日期格式**。 -5. 开启或关闭**显示仪表盘**,控制是否显示 CPU、磁盘和内存使用情况。 - -如果两个单项小组件都关闭,即使**小组件**总开关开启,桌面也不会显示任何小组件。 +3. 如需一次性关闭所有小组件,关闭**小组件**。 +4. 如需自定义单个小组件: + - 开启或关闭**日期和时间**小组件。 + - 开启或关闭 **24 小时制**,在 24 小时制和 12 小时制之间切换。 + - 选择**日期格式**。 + - 开启或关闭**显示仪表盘**,控制是否显示 CPU、磁盘和内存使用情况。 ## 重置桌面布局 如果想恢复默认桌面排列,可以在设置中重置桌面布局。 -1. 从应用坞或启动台打开**设置**。 -2. 在左侧边栏选择**外观**。 -3. 滚动到**重置桌面布局**,点击**重置**。 - -4. 在确认弹窗中按需选择: - - 点击**取消**保留当前布局。 - - 点击**重置**恢复默认的启动台和应用坞布局。 - :::warning 注意 重置桌面布局会将启动台和应用坞恢复为默认布局。自定义图标位置和应用坞项目会被重置。应用数据不会被删除,但布局重置操作无法撤销。 ::: +1. 从应用坞或启动台打开**设置**。 +2. 在左侧边栏选择**外观**。 +3. 滚动到**重置桌面布局**,点击**重置**。 +4. 在确认弹窗中点击**重置**。 + ## 使用启动台 在启动台中,你可以: From 5cabc54d0177db61d9acc0de5b5b526298deea79 Mon Sep 17 00:00:00 2001 From: Meow33 Date: Wed, 24 Jun 2026 11:17:12 +0800 Subject: [PATCH 3/3] update widgets section --- docs/manual/olares/desktop.md | 5 ++--- docs/manual/olares/settings/language-appearance.md | 8 ++------ docs/one/customize.md | 8 ++------ docs/zh/manual/olares/desktop.md | 5 ++--- docs/zh/manual/olares/settings/language-appearance.md | 8 ++------ 5 files changed, 10 insertions(+), 24 deletions(-) diff --git a/docs/manual/olares/desktop.md b/docs/manual/olares/desktop.md index 91c847f549..3781a2b99a 100644 --- a/docs/manual/olares/desktop.md +++ b/docs/manual/olares/desktop.md @@ -43,13 +43,12 @@ Desktop can display optional widgets in the lower-right corner for quick informa - **Date & time**: Shows the current time, weekday, and date. - **Dashboard**: Shows CPU, disk, and memory usage. -By default, all widgets are enabled. The **Widgets** switch is the master switch. Turning it off hides all widgets. When it is on, you can control each widget separately. +By default, all widgets are enabled. The **Widgets** switch is the master switch. Turning it off hides all widgets. 1. Open **Settings** from the Dock or Launchpad. 2. Select **Appearance** in the sidebar. 3. To disable all widgets at once, turn off **Widgets**. -4. To customize individual widgets: - - Turn the **Date & time** widget on or off. +4. To customize the widgets: - Turn **24-hour format** on or off to switch between 24-hour and 12-hour time. - Select the **Date format**. - Turn **Show dashboard** on or off to show or hide CPU, disk, and memory usage. diff --git a/docs/manual/olares/settings/language-appearance.md b/docs/manual/olares/settings/language-appearance.md index 935718fc44..23507c49e3 100644 --- a/docs/manual/olares/settings/language-appearance.md +++ b/docs/manual/olares/settings/language-appearance.md @@ -29,14 +29,10 @@ Widgets control the information shown in the lower-right corner of Desktop. 1. Open Settings from the Dock. 2. Select **Appearance** from the left sidebar. -3. Use the **Widgets** switch as the master control: - - Off: Hide all widgets. - - On: Enable individual widget settings. -4. Under **Date & time**, turn the clock and date widget on or off. If it is on, set **24-hour format** and **Date format** as needed. +3. To hide all widgets, turn off **Widgets**. +4. Under **Date & time**, set **24-hour format** and **Date format** as needed. 5. Turn **Show dashboard** on or off to show or hide CPU, disk, and memory usage. -If both individual widgets are off, Desktop shows no widgets even when **Widgets** is on. - ## Wallpaper To customize your desktop or login screen background: diff --git a/docs/one/customize.md b/docs/one/customize.md index 2a164401ee..723ed715d6 100644 --- a/docs/one/customize.md +++ b/docs/one/customize.md @@ -40,14 +40,10 @@ The change takes effect immediately. Use **Widgets** to control the information shown in the lower-right corner of Desktop. -1. Use the **Widgets** switch as the master control: - - Off: Hide all widgets. - - On: Enable individual widget settings. -2. Under **Date & time**, turn the clock and date widget on or off. If it is on, set **24-hour format** and **Date format** as needed. +1. To hide all widgets, turn off **Widgets**. +2. Under **Date & time**, set **24-hour format** and **Date format** as needed. 3. Turn **Show dashboard** on or off to show or hide CPU, disk, and memory usage. -If both individual widgets are off, Desktop shows no widgets even when **Widgets** is on. - ### Change wallpaper You can set a distinct look for your desktop and login screen. diff --git a/docs/zh/manual/olares/desktop.md b/docs/zh/manual/olares/desktop.md index 663d477cca..0d4048bcd6 100644 --- a/docs/zh/manual/olares/desktop.md +++ b/docs/zh/manual/olares/desktop.md @@ -42,13 +42,12 @@ description: 了解 Olares 桌面的基本概念与操作方式,包括如何 - **日期和时间**:显示当前时间、星期和日期。 - **仪表盘**:显示 CPU、磁盘和内存使用情况。 -默认情况下,所有小组件均已开启。**小组件**开关是总开关,关闭后会隐藏所有小组件。保持开启时,可以分别控制每个小组件。 +默认情况下,所有小组件均已开启。**小组件**开关是总开关,关闭后会隐藏所有小组件。 1. 从应用坞或启动台打开**设置**。 2. 在左侧边栏选择**外观**。 3. 如需一次性关闭所有小组件,关闭**小组件**。 -4. 如需自定义单个小组件: - - 开启或关闭**日期和时间**小组件。 +4. 如需自定义小组件: - 开启或关闭 **24 小时制**,在 24 小时制和 12 小时制之间切换。 - 选择**日期格式**。 - 开启或关闭**显示仪表盘**,控制是否显示 CPU、磁盘和内存使用情况。 diff --git a/docs/zh/manual/olares/settings/language-appearance.md b/docs/zh/manual/olares/settings/language-appearance.md index ab8e4ad066..6d045a27cb 100644 --- a/docs/zh/manual/olares/settings/language-appearance.md +++ b/docs/zh/manual/olares/settings/language-appearance.md @@ -31,14 +31,10 @@ Olares 当前支持以下语言: 1. 从程序坞或启动台打开**设置**。 2. 在左侧边栏选择**外观**。 -3. 将**小组件**开关作为总开关: - - 关闭:隐藏所有小组件。 - - 开启:启用单个小组件设置。 -4. 在**日期和时间**下,开启或关闭时间和日期小组件。开启后,可按需设置 **24 小时制**和**日期格式**。 +3. 如需隐藏所有小组件,关闭**小组件**。 +4. 在**日期和时间**下,按需设置 **24 小时制**和**日期格式**。 5. 开启或关闭**显示仪表盘**,控制是否显示 CPU、磁盘和内存使用情况。 -如果两个单项小组件都关闭,即使**小组件**总开关开启,桌面也不会显示任何小组件。 - ## 壁纸 自定义桌面或登录界面的背景: