From bda5422ccc36a7c5de898e0b23c52eb1770f0c07 Mon Sep 17 00:00:00 2001 From: Pico Date: Fri, 14 Nov 2025 01:03:53 +0300 Subject: [PATCH] use triangle instead of the up/down arrows --- .../ii/modules/common/widgets/StyledComboBox.qml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml index c7ce67539..9ba03bd9f 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml @@ -27,6 +27,14 @@ ComboBox { } } + indicator: MaterialSymbol { + x: root.width - width - 16 + y: root.height / 2 - height / 2 + text: "arrow_drop_down" + iconSize: Appearance.font.pixelSize.larger + color: Appearance.colors.colOnSecondaryContainer + } + contentItem: Item { implicitWidth: buttonLayout.implicitWidth implicitHeight: buttonLayout.implicitHeight