add overview and use matugen colors on workspace switcher

This commit is contained in:
Sem
2026-04-03 18:03:11 +02:00
parent 0d37adab9c
commit 406b8eb628
6 changed files with 72 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ Item {
spacing: 10
Repeater {
model: 9
model: 10
Text {
required property int index
@@ -44,7 +44,7 @@ Item {
text: wsId
color: workspaceHelpers.isWorkspaceActive(wsId) ? Constants.colCyan : (ws ? Constants.colMagenta : Constants.colMuted)
color: workspaceHelpers.isWorkspaceActive(wsId) ? Colors.md3.primary : (ws ? Colors.md3.on_background : Colors.md3.on_secondary)
font {
family: Constants.fontFamily