dcrousso Posted June 10, 2021 Share Posted June 10, 2021 when the selected item is not at the bottom, the Alfred "window" has rounded corners (as desired/expected) when the selected item is at the bottom, the Alfred "window" has square corners (not desired/expected) I'd expect the window corner rounding to take precedence over the selected item rounding. Link to comment Share on other sites More sharing options...
giovanni Posted June 10, 2021 Share Posted June 10, 2021 (edited) it is rounded for me Edited June 10, 2021 by giovanni Link to comment Share on other sites More sharing options...
dcrousso Posted June 10, 2021 Author Share Posted June 10, 2021 (edited) You seem to have padding at the bottom. I do not. I try to keep my Alfred "window" as small as possible 😅 Edited June 10, 2021 by dcrousso Link to comment Share on other sites More sharing options...
dcrousso Posted June 10, 2021 Author Share Posted June 10, 2021 Here's the theme I use { "alfredtheme" : { "result" : { "textSpacing" : 4, "subtext" : { "size" : 12, "colorSelected" : "#FFFFFFCC", "font" : "System", "color" : "#FFFFFF66" }, "shortcut" : { "size" : 16, "colorSelected" : "#FFFFFFFF", "font" : "System", "color" : "#FEFFFF66" }, "backgroundSelected" : "#016BDEFF", "text" : { "size" : 18, "colorSelected" : "#FFFFFFFF", "font" : "System", "color" : "#FFFFFFD8" }, "iconPaddingHorizontal" : 4, "roundness" : 0, "paddingVertical" : 2, "iconSize" : 32 }, "search" : { "backgroundSelected" : "#B2D7FFFF", "paddingHorizontal" : 8, "spacing" : 0, "text" : { "size" : 24, "colorSelected" : "#000000FF", "font" : "System Light", "color" : "#FFFFFFFF" }, "background" : "#00000000", "roundness" : 0, "paddingVertical" : 2 }, "window" : { "color" : "#0D0D0DBF", "paddingHorizontal" : 0, "width" : 500, "borderPadding" : 0, "borderColor" : "#0000007F", "blur" : 20, "roundness" : 5, "paddingVertical" : 0 }, "credit" : "dcrousso", "separator" : { "color" : "#CBCBCBF3", "thickness" : 0 }, "scrollbar" : { "color" : "#6D6D6DFF", "thickness" : 0 }, "name" : "Simple Dark" } } Link to comment Share on other sites More sharing options...
Andrew Posted June 14, 2021 Share Posted June 14, 2021 @dcrousso In the theme editor, select the window blur mode as Visual Effect Dark, which uses the native macOS window backing and will fix the rounded corner issue of the deprecated window blur: dcrousso 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now