feat(bar): floating center area for widgets

* Added a new floating area at the center of the bar
* Optional center widgets config, fixed spacing on the center widget
* Turning transparency on by default
This commit is contained in:
CtByte
2024-11-27 05:14:01 +01:00
committed by GitHub
parent 6f00c527a4
commit 46b81e4372
4 changed files with 52 additions and 2 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ fn main() -> color_eyre::Result<()> {
let viewport_builder = ViewportBuilder::default()
.with_decorations(false)
.with_transparent(config.transparency_alpha.is_some())
.with_transparent(true)
.with_taskbar(false);
let native_options = eframe::NativeOptions {