works
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user