From b67c4553f6c3d132c50ba36f10c88f5417ed3222 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 23 Jul 2025 22:25:18 +0700 Subject: [PATCH] bar: layout indicator: make not freaking tiny --- .config/quickshell/ii/modules/bar/Bar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/bar/Bar.qml b/.config/quickshell/ii/modules/bar/Bar.qml index f14a538d8..a20862d40 100644 --- a/.config/quickshell/ii/modules/bar/Bar.qml +++ b/.config/quickshell/ii/modules/bar/Bar.qml @@ -465,7 +465,7 @@ Scope { Layout.rightMargin: indicatorsRowLayout.realSpacing sourceComponent: StyledText { text: HyprlandXkb.currentLayoutCode - font.pixelSize: Appearance.font.pixelSize.smaller + font.pixelSize: Appearance.font.pixelSize.small color: rightSidebarButton.colText } }