moved the insides inside the rectangle
This commit is contained in:
@@ -56,7 +56,6 @@ Rectangle {
|
|||||||
: "transparent"
|
: "transparent"
|
||||||
|
|
||||||
border.width: (wsArea.containsMouse || workspaceData.active) ? Config.border_width : 0
|
border.width: (wsArea.containsMouse || workspaceData.active) ? Config.border_width : 0
|
||||||
}
|
|
||||||
|
|
||||||
// hyprland workspace api + color
|
// hyprland workspace api + color
|
||||||
MouseArea {
|
MouseArea {
|
||||||
@@ -108,6 +107,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
visible: Hyprland.workspaces.length === 0
|
visible: Hyprland.workspaces.length === 0
|
||||||
|
|||||||
Reference in New Issue
Block a user