diff --git a/default/quickshell/omarchy-shell/plugins/menu/Menu.qml b/default/quickshell/omarchy-shell/plugins/menu/Menu.qml index 0fc4be28..fc347b5e 100644 --- a/default/quickshell/omarchy-shell/plugins/menu/Menu.qml +++ b/default/quickshell/omarchy-shell/plugins/menu/Menu.qml @@ -1020,9 +1020,9 @@ Item { } Text { - text: row.kind === "menu" || row.kind === "link" ? "›" : (row.kind === "back" ? "" : "↵") + text: row.kind === "menu" || row.kind === "link" ? "›" : "" color: index === root.selectedIndex ? root.accent : root.foreground - opacity: row.kind === "back" ? 0 : 0.36 + opacity: row.kind === "menu" || row.kind === "link" ? 0.36 : 0 font.family: root.fontFamily font.pixelSize: 16 font.weight: Font.Normal