File tree Expand file tree Collapse file tree
dot_files/quickshell/modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ QtObject {
164164 small: 3 ,
165165 medium: 4 ,
166166 large: 6 ,
167+ window : 10 , // Match Hyprland window rounding
167168 full: 9999
168169 })
169170
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ Rectangle {
2626 border .width : Appearance .borderWidth .thin
2727 border .color : Appearance .colors .border
2828
29- // Sharp corners for TUI look
30- radius: Appearance .rounding .tiny
29+ // Match Hyprland window rounding
30+ radius: Appearance .rounding .window
3131
3232 // Layout
3333 ColumnLayout {
Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ PanelWindow {
2121 left: true
2222 }
2323
24- margins .bottom : Common .Appearance .spacing .small
24+ // Match Hyprland gaps_out (20) for floating window look
25+ margins .top : 20
26+ margins .bottom : 20
27+ margins .left : 20
2528
2629 implicitWidth: Common .Appearance .sizes .sidebarWidth
2730 color: " transparent"
Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ PanelWindow {
2121 right: true
2222 }
2323
24- margins .bottom : Common .Appearance .spacing .small
24+ // Match Hyprland gaps_out (20) for floating window look
25+ margins .top : 20
26+ margins .bottom : 20
27+ margins .right : 20
2528
2629 implicitWidth: Common .Appearance .sizes .sidebarWidth
2730 color: " transparent"
You can’t perform that action at this time.
0 commit comments