waffles: start menu: add the right arrow thingy

This commit is contained in:
end-4
2025-12-05 12:20:50 +01:00
parent 3b4c721584
commit ed89ad882f
6 changed files with 86 additions and 11 deletions
@@ -17,8 +17,8 @@ Singleton {
property string iconsPath: `${Directories.assetsPath}/icons/fluent`
property bool dark: Appearance.m3colors.darkmode
property real backgroundTransparency: 0.13
property real panelBackgroundTransparency: 0.12
property real backgroundTransparency: 0.16
property real panelBackgroundTransparency: 0.14
property real panelLayerTransparency: root.dark ? 0.9 : 0.7
property real contentTransparency: root.dark ? 0.87 : 0.5
function applyBackgroundTransparency(col) {