rounding decorations

This commit is contained in:
end-4
2025-04-13 16:37:30 +02:00
parent 7b8582124d
commit 28bd79234d
9 changed files with 343 additions and 119 deletions
@@ -8,6 +8,7 @@ Singleton {
property QtObject colors
property QtObject rounding
property QtObject font
property QtObject sizes
function mix(color1, color2, percentage) {
var c1 = Qt.color(color1);
@@ -152,4 +153,12 @@ Singleton {
}
}
sizes: QtObject {
property int barHeight: 40
property int barCenterSideModuleWidth: 360
property int sidebarWidth: 450
property int hyprlandGapsOut: 5
property int elevationMargin: 7
}
}