fade in/out for dynamic modules, fix tray icon theming

This commit is contained in:
Damocles 2026-04-12 17:28:03 +02:00
parent d0f7c0872a
commit 4109078a91
6 changed files with 17 additions and 7 deletions

View file

@ -5,7 +5,8 @@ import "." as M
M.BarSection {
id: root
spacing: M.Theme.moduleSpacing
visible: M.Modules.backlight && percent > 0
opacity: M.Modules.backlight && percent > 0 ? 1 : 0
visible: opacity > 0
tooltip: "Brightness: " + root.percent + "%"
property int percent: 0