Customize your Windows 11 taskbar with rounded corners, margins, and transparency.
- Rounded Corners - Add customizable corner radius to your taskbar
- Custom Margins - Adjust taskbar margins (top, bottom, left, right)
- Basic & Advanced Modes - Simple slider or individual margin control
- Show/Hide System Tray - Toggle system tray visibility with Win+F2
- TranslucentTB Compatible - Works alongside TranslucentTB for transparency
- Fill on Maximize - Auto-expand taskbar when windows are maximized
- Multiple Monitors - Full support for multi-monitor setups
Download the latest version from the Releases page:
- FluentTB-Setup-2026.3.1.exe - Windows Installer (Recommended)
- FluentTB.msi - MSI Package
- FluentTB-2026.3.1-Portable.zip - Portable Version
- Download
FluentTB-Setup-2026.3.1.exe - Run the installer
- Launch FluentTB from Start Menu
- Download
FluentTB.msi - Double-click to install
- Launch FluentTB from Start Menu
- Download
FluentTB-2026.3.1-Portable.zip - Extract to any folder
- Run
FluentTB.exe
- Launch FluentTB
- Use the Margin slider to adjust taskbar margins
- Click Apply to save changes
- Click Advanced margins...
- Set individual margins for each side
- Use negative values to attach taskbar to screen edges
- Click Apply
- Win+F2 - Toggle system tray visibility
- Visual Studio 2022 or .NET SDK 6.0+
- Windows 11 SDK
- InnoSetup 6+ (for EXE installer)
- WiX Toolset 3.14+ (for MSI installer)
# Clone the repository
git clone https://github.com/shinob1kai/FluentTB.git
cd FluentTB
# Build the application
cd src/FluentTB
dotnet build FluentTB.csproj -c Release
# Create installers (optional)
cd ../Installer
.\Build-Installer.ps1FluentTB/
├── src/
│ ├── FluentTB/ # Main application source
│ └── Installer/ # Installer scripts
├── LICENSE # MIT License
├── README.md # This file
└── VERSION.txt # Version information
- Dynamic Mode - Currently disabled, will be fixed in future update
- Autohide - Windows autohide is not supported due to flickering
- Orientation - Works best with taskbar at top or bottom
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Shinob1Kai
- GitHub: @shinob1kai
See VERSION.txt for detailed version history.
- Initial release with RoundedTB UI
- Dynamic mode temporarily disabled
- Config files moved to %LOCALAPPDATA%\FluentTB\
Note: This is a Windows 11 taskbar customization tool. Use at your own risk.