Skip to content

Commit 1bd6f03

Browse files
authored
Merge pull request #64 from ASSYNU/main
Readme update for 1.0.3 update ;D
2 parents d81a6e2 + b96475a commit 1bd6f03

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,26 @@ An application written in C++ to modify the Windows 11 Taskbar. Current version
55

66

77

8-
**Features (at this moment)**
8+
## **Features (Release 1.0.3)**
99
* Turn the Windows 11 Taskbar into a dock.
1010
* Turn the tray/clock into a dock.
1111
* Support multiple monitors.
1212
* Support sepperate DPI scaling.
1313
* Switch back to normal on maximized window.
1414
* Support left and centered taskbar.
1515
* Tray icon to exit TaskbarXI and revert to the default taskbar.
16+
* Simple GUI to change the settings.
1617

1718
 
1819

19-
**Features (upcoming)**
20-
* Simple GUI to change the settings.
20+
## **Upcoming Features**
2121
* Change taskbar background style and color.
2222

2323
 
2424

25-
**Parameters**
25+
## **Parameters**
26+
**With 1.0.3 release all Parameters can be changed with GUI**,<br/><br/>
27+
If you still want to change properties with console, here are Parameters:
2628
* **`-stop`** parameter (Stops TaskbarXI and reverts the taskbar to default)
2729
* **`-restart`** parameter (Does not refresh the taskbar region when starting)
2830
* **`-square`** parameter (Uses square corners instead of rounded corners)
@@ -41,8 +43,9 @@ An application written in C++ to modify the Windows 11 Taskbar. Current version
4143
* **`-blur`** parameter (Makes the taskbar blurred) <-- **EXPERIMENTAL**
4244

4345

46+
4447

45-
**Example:** `"TaskbarXI.exe" -ignoremax -expandspeed 100 -square`
48+
**CMD Example:** `"TaskbarXI.exe" -ignoremax -expandspeed 100 -square`
4649

4750

4851

0 commit comments

Comments
 (0)