From 2b393708b74d815c25a8752524a4196bb0f0108b Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 19 May 2025 09:01:15 +0200 Subject: [PATCH] bar: util buttons: use filled icons, fix alignment --- .config/quickshell/modules/bar/UtilButtons.qml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/modules/bar/UtilButtons.qml b/.config/quickshell/modules/bar/UtilButtons.qml index 93b34d8d9..62c1f45be 100644 --- a/.config/quickshell/modules/bar/UtilButtons.qml +++ b/.config/quickshell/modules/bar/UtilButtons.qml @@ -24,7 +24,8 @@ Rectangle { onClicked: Hyprland.dispatch("exec grimblast copy area") MaterialSymbol { - anchors.centerIn: parent + horizontalAlignment: Qt.AlignHCenter + fill: 1 text: "screenshot_region" iconSize: Appearance.font.pixelSize.normal color: Appearance.colors.colOnLayer2 @@ -37,7 +38,8 @@ Rectangle { onClicked: Hyprland.dispatch("exec hyprpicker -a") MaterialSymbol { - anchors.centerIn: parent + horizontalAlignment: Qt.AlignHCenter + fill: 1 text: "colorize" iconSize: Appearance.font.pixelSize.normal color: Appearance.colors.colOnLayer2