Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChrisAnd1998/TaskbarXI
An application written in C++ to modify the Windows 11 Taskbar.
https://github.com/ChrisAnd1998/TaskbarXI
center-taskbar-icons center-taskbar-windows taskbar taskbar-application taskbar-mod windows windows-11 windows-11-taskbar windows-taskbar windows11
Last synced: about 1 month ago
JSON representation
An application written in C++ to modify the Windows 11 Taskbar.
- Host: GitHub
- URL: https://github.com/ChrisAnd1998/TaskbarXI
- Owner: ChrisAnd1998
- License: gpl-3.0
- Created: 2021-06-18T18:52:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T08:39:09.000Z (about 2 years ago)
- Last Synced: 2024-10-29T17:14:23.870Z (about 2 months ago)
- Topics: center-taskbar-icons, center-taskbar-windows, taskbar, taskbar-application, taskbar-mod, windows, windows-11, windows-11-taskbar, windows-taskbar, windows11
- Language: C++
- Homepage: https://chrisandriessen.nl/
- Size: 2.7 MB
- Stars: 1,538
- Watchers: 49
- Forks: 160
- Open Issues: 151
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TaskbarXI
An application written in C++ to modify the Windows 11 Taskbar. Current version turns the Windows 11 Taskbar into a dock. New features will be added in the future.
![TaskbarXI](https://user-images.githubusercontent.com/50437199/148023157-7d2c8a9d-cd82-499c-9a98-52d53625296a.png)## **Features (Release 1.0.3)**
* Turn the Windows 11 Taskbar into a dock.
* Turn the tray/clock into a dock.
* Support multiple monitors.
* Support sepperate DPI scaling.
* Switch back to normal on maximized window.
* Support left and centered taskbar.
* Tray icon to exit TaskbarXI and revert to the default taskbar.
* Simple GUI to change the settings.
## **Upcoming Features**
* Change taskbar background style and color.
## **Parameters**
**With 1.0.3 release all Parameters can be changed with GUI**,
If you still want to change properties with console, here are Parameters:
* **`-stop`** parameter (Stops TaskbarXI and reverts the taskbar to default)
* **`-restart`** parameter (Does not refresh the taskbar region when starting)
* **`-square`** parameter (Uses square corners instead of rounded corners)
* **`-radius `** parameter (Define the corner radius you want to be used)
* **`-ignoremax`** parameter (Does not revert the taskbar on maximized window)
* **`-notray`** parameter (Disables system tray icon)
* **`-hidetraywnd`** parameter (Hides the system tray area)
* **`-createstartup`** parameter (Creates a startup entry including the current parameters)
* **`-removestartup`** parameter (Removes startup entry and exits TaskbarXI)
* **`-console`** parameter (Displays a console window)
* **`-sticky`** parameter (Sticks the system tray to the taskbar (removes the tray icons to keep it stable))
* **`-help`** parameter (Displays a help window)
* **`-smoothresize`** parameter (Resizes the taskbar smoothly)
* **`-expandspeed `** parameter (Define the speed you want to be used for the expand animation (default: 90))
* **`-shrinkspeed `** parameter (Define the speed you want to be used for the shrink animation (default: 700))
* **`-blur`** parameter (Makes the taskbar blurred) <-- **EXPERIMENTAL**
**CMD Example:** `"TaskbarXI.exe" -ignoremax -expandspeed 100 -square`
**Thanks to: ❤️**
[@PrincessAkira](https://github.com/PrincessAkira)
[@dmitryaleshin](https://github.com/dmitryaleshin)
[@officialLennox](https://github.com/officialLennox)
**Screenshots**