This commit is contained in:
2026-04-09 11:16:48 -05:00
parent 76a5bf5917
commit f4b032e96f
23 changed files with 274 additions and 160 deletions

View File

@@ -11,7 +11,7 @@ Item {
Component.onCompleted: Hyprland.refreshWorkspaces()
ClippingWrapperRectangle {
color: Pywal.colors.color1
color: Settings.colors.color1
radius: 3
anchors.fill: parent
ColumnLayout {
@@ -37,10 +37,10 @@ Item {
implicitHeight: 24
color: {
Hyprland?.focusedWorkspace?.id == rep.model[index].id
? Pywal.colors.color13
? Settings.colors.color13
: containsMouse
? Pywal.colors.color12
: Pywal.colors.color4
? Settings.colors.color12
: Settings.colors.color4
}
Text {
@@ -51,8 +51,8 @@ Item {
color: {
Hyprland?.focusedWorkspace?.id == rep.model[index].id
? Pywal.colors.color1
: Pywal.special.foreground
? Settings.colors.color1
: Settings.special.foreground
}
}
}