forked from Shinonome/dots-hyprland
adjust window rounding to match vscode & zen browser
This commit is contained in:
@@ -65,7 +65,7 @@ dwindle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 20
|
rounding = 18
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|||||||
@@ -316,7 +316,7 @@ Scope {
|
|||||||
Item {
|
Item {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.bottom: parent.bottom
|
anchors.top: barContent.bottom
|
||||||
height: Appearance.rounding.screenRounding
|
height: Appearance.rounding.screenRounding
|
||||||
|
|
||||||
RoundCorner {
|
RoundCorner {
|
||||||
|
|||||||
@@ -146,10 +146,10 @@ Singleton {
|
|||||||
property int verysmall: 8
|
property int verysmall: 8
|
||||||
property int small: 12
|
property int small: 12
|
||||||
property int normal: 17
|
property int normal: 17
|
||||||
property int large: 25
|
property int large: 23
|
||||||
property int full: 9999
|
property int full: 9999
|
||||||
property int screenRounding: large
|
property int screenRounding: large
|
||||||
property int windowRounding: 20
|
property int windowRounding: 18
|
||||||
}
|
}
|
||||||
|
|
||||||
font: QtObject {
|
font: QtObject {
|
||||||
|
|||||||
Reference in New Issue
Block a user