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