@@ -5,24 +5,26 @@ An application written in C++ to modify the Windows 11 Taskbar. Current version
5
5
6
6
7
7
8
- ** Features (at this moment )**
8
+ ## ** Features (Release 1.0.3 )**
9
9
* Turn the Windows 11 Taskbar into a dock.
10
10
* Turn the tray/clock into a dock.
11
11
* Support multiple monitors.
12
12
* Support sepperate DPI scaling.
13
13
* Switch back to normal on maximized window.
14
14
* Support left and centered taskbar.
15
15
* Tray icon to exit TaskbarXI and revert to the default taskbar.
16
+ * Simple GUI to change the settings.
16
17
17
18
  ;
18
19
19
- ** Features (upcoming)**
20
- * Simple GUI to change the settings.
20
+ ## ** Upcoming Features**
21
21
* Change taskbar background style and color.
22
22
23
23
  ;
24
24
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:
26
28
* ** ` -stop ` ** parameter (Stops TaskbarXI and reverts the taskbar to default)
27
29
* ** ` -restart ` ** parameter (Does not refresh the taskbar region when starting)
28
30
* ** ` -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
41
43
* ** ` -blur ` ** parameter (Makes the taskbar blurred) <-- ** EXPERIMENTAL**
42
44
43
45
46
+
44
47
45
- ** Example:** ` "TaskbarXI.exe" -ignoremax -expandspeed 100 -square `
48
+ ** CMD Example:** ` "TaskbarXI.exe" -ignoremax -expandspeed 100 -square `
46
49
47
50
48
51
0 commit comments