moved the insides inside the rectangle

This commit is contained in:
Hannes
2026-07-03 18:11:08 +02:00
parent 49e08f0093
commit a3bc7e73e5
+1 -1
View File
@@ -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