Skip to content

Commit 9abbdb7

Browse files
committed
Add "Status Bar Widgets" documentation with feature details, visuals, and navigation updates. Refine "Other Tweaks Settings" with clearer descriptions and removed deprecated content.
1 parent d3e9b87 commit 9abbdb7

9 files changed

Lines changed: 29 additions & 38 deletions

File tree

docs/configuration/other-tweaks-settings.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@ next:
1414
title: Quick Actions Panel
1515
---
1616

17-
Here you can find other miscellaneous options for the plugin that can't fit in other categories.
17+
This page showcases other miscellaneous options for the plugin that do not fall into any other categories.
1818
{:class='title'}
1919

2020
{% include carbonads.html %}
2121

22-
These features are available for all users.
22+
These features are available to all users.
2323
{:class='card-panel warn'}
2424

2525
----
2626

27-
## Show What's New page on each update
27+
## Show What's New Page on Each Update
2828

29-
By default, whenever there's a new version of the plugin, a new tab is opened showcasing the release notes of the new version, taken directly from the [Material Theme UI Documentation](https://material-theme.com/docs/what-s-new).
29+
By default, the plugin automatically opens a new tab displaying the release notes whenever a new version is installed. These notes are taken directly from the [Material Theme UI Documentation](https://material-theme.com/docs/what-s-new).
3030

31-
This setting allows you to toggle whether to display this page on each update.
31+
This setting allows you to toggle this behavior, specifying whether to automatically display the "What's New" page after an update.
3232

3333
{% include figure.html content="/screens/other/whatsnew.png" caption="What's New Tab" %}
3434

3535

36-
**Note**: You can also manually open this page via the [Quick Actions Panel](/docs/configuration/quick-actions-panel.md) through the action "Show What's New Page".
36+
**Note**: You can also manually open this page via the [Quick Actions Panel](/docs/configuration/quick-actions-panel.md) by searching for "Show What's New Page".
3737

3838
{% include figure.html content="/screens/other/actions.png" caption="Show What's New Page Action" %}
3939

@@ -42,10 +42,10 @@ This setting allows you to toggle whether to display this page on each update.
4242

4343
## Show Wizard on Welcome Screen
4444

45-
This setting allows you to toggle the **Material Theme Wizard** option in the Welcome Screen.
45+
This setting allows you to toggle the **Material Theme Wizard** option on the IDE Welcome Screen.
4646

4747
{% include figure.html content="/screens/other/welcomeScreen.png" caption="Welcome Screen Wizard" %}
4848

49-
**Note**: You can also manually open the wizard via the [Quick Actions Panel](/docs/configuration/quick-actions-panel.md) through the action "Show Material Theme Wizard".
49+
**Note**: You can also manually open the wizard via the [Quick Actions Panel](/docs/configuration/quick-actions-panel.md) by searching for "Show Material Theme Wizard".
5050

5151
{% include figure.html content="/screens/other/actions.png" caption="Show Material Theme Wizard Action" %}
Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: docs
33
title: Status Bar Widgets
4-
description: Neat Status Bar Widgets to quickly access some of the plugin's features.
4+
description: Useful Status Bar Widgets for quick access to plugin features.
55
group: configuration
66
toc: true
77
comments: true
@@ -14,61 +14,52 @@ next:
1414
title: Excluded File Colors
1515
---
1616

17-
Here you can find an explanation of the actions found in the `Quick Actions Panel`.
17+
This page provides an overview of the various **Status Bar Widgets** available in the plugin.
1818
{:class='title'}
1919

2020
{% include carbonads.html %}
2121

2222
## Status Bar Widgets
2323

24-
This isn't a setting, but rather a set of toggleable widgets for the _Status Bar_.
25-
You can find them by right-clicking the status bar and enabling the widgets you'd like.
24+
The Material Theme UI plugin includes several _Status Bar Widgets_ that provide useful information and quick access to common actions.
2625

27-
### Material theme widget
26+
You can toggle these widgets by right-clicking the status bar and selecting the ones you wish to display.
2827

29-
Since version 7.4.0, the old _Material Theme widget_ has been redone to better blend with the other widgets.
30-
It sports the current theme name and icon, and you can open a menu with the list of available themes.
28+
{% include figure.html content="/screens/widgets/widgetsMenu.png" caption="Toggle Widgets" %}
3129

32-
<div class="masonry">
3330

34-
{% include figure.html content="/screens/newWidgets.png" caption="Material Theme + Accent Widget" %}
31+
### Theme Widget
3532

36-
{% include figure.html content="/screens/widgetsMenu.png" caption="Theme Selection Widget" %}
33+
The _Theme Widget_ displays the current theme along with its icon. It also provides a menu to quickly switch between all available themes.
3734

38-
</div>
39-
40-
### Accent color widget
41-
42-
Just besides the theme widget, you can also display the _Accent Color Widget_.
43-
It sports the current accent color, and displays the list of available predefined accent colors when clicked.
44-
45-
<div class="masonry">
35+
<div class="masonry" markdown="0">
4636

47-
{% include figure.html content="/screens/newWidgets.png" caption="Material Theme + Accent Widgets" %}
37+
{% include figure.html content="/screens/widgets/themeWidget.png" caption="Theme Widget" %}
4838

49-
{% include figure.html content="/screens/accents/accentColorWidget.png" caption="Accent Color Widget" %}
39+
{% include figure.html content="/screens/widgets/selectTheme.png" caption="Switch Theme" %}
5040

5141
</div>
5242

53-
### Current Project Widget
43+
### Accent Color Widget
44+
45+
Adjacent to the Theme Widget is the _Accent Color Widget_. It displays the current accent color and allows you to switch between predefined accent colors (available only when the **Override Accent Color from Theme** setting is disabled).
5446

55-
Version 7.5.3 introduces yet another widget to the Status Bar, which displays the current project and gives the ability to open other projects via a menu. This
56-
is based on a similar widget available on the title bar in the new UI.
47+
<div class="masonry" markdown="0">
5748

58-
<div class="masonry">
49+
{% include figure.html content="/screens/widgets/accentWidget.png" caption="Accent Color Widget" %}
5950

60-
{% include figure.html content="/screens/projectsWidget.png" caption="Recent Projects Widget" %}
51+
{% include figure.html content="/screens/widgets/switchAccent.png" caption="Switch Accent Color" %}
6152

6253
</div>
6354

64-
### Material theme legacy widget
55+
### Current Project Widget
6556

66-
You can still find the previous legacy widget:
57+
The _Project Widget_ displays the current project's name and icon, providing a convenient way to quickly switch between recent projects.
6758

68-
<div class="masonry">
59+
<div class="masonry" markdown="0">
6960

70-
{% include figure.html content="/screens/archive/widgetStatusbar.png" caption="Status Bar Widget" %}
61+
{% include figure.html content="/screens/widgets/projectWidget.png" caption="Recent Projects Widget" %}
7162

72-
{% include figure.html content="/screens/archive/statusAccentWidget.png" caption="Accent Widget" %}
63+
{% include figure.html content="/screens/widgets/recentProjects.png" caption="Open Recent Project" %}
7364

7465
</div>
1.71 KB
Loading
3.99 KB
Loading
61.4 KB
Loading
134 KB
Loading
65.5 KB
Loading
4.75 KB
Loading
70 KB
Loading

0 commit comments

Comments
 (0)