forked from Shinonome/dots-hyprland
bar: util buttons: use filled icons, fix alignment
This commit is contained in:
@@ -24,7 +24,8 @@ Rectangle {
|
|||||||
onClicked: Hyprland.dispatch("exec grimblast copy area")
|
onClicked: Hyprland.dispatch("exec grimblast copy area")
|
||||||
|
|
||||||
MaterialSymbol {
|
MaterialSymbol {
|
||||||
anchors.centerIn: parent
|
horizontalAlignment: Qt.AlignHCenter
|
||||||
|
fill: 1
|
||||||
text: "screenshot_region"
|
text: "screenshot_region"
|
||||||
iconSize: Appearance.font.pixelSize.normal
|
iconSize: Appearance.font.pixelSize.normal
|
||||||
color: Appearance.colors.colOnLayer2
|
color: Appearance.colors.colOnLayer2
|
||||||
@@ -37,7 +38,8 @@ Rectangle {
|
|||||||
onClicked: Hyprland.dispatch("exec hyprpicker -a")
|
onClicked: Hyprland.dispatch("exec hyprpicker -a")
|
||||||
|
|
||||||
MaterialSymbol {
|
MaterialSymbol {
|
||||||
anchors.centerIn: parent
|
horizontalAlignment: Qt.AlignHCenter
|
||||||
|
fill: 1
|
||||||
text: "colorize"
|
text: "colorize"
|
||||||
iconSize: Appearance.font.pixelSize.normal
|
iconSize: Appearance.font.pixelSize.normal
|
||||||
color: Appearance.colors.colOnLayer2
|
color: Appearance.colors.colOnLayer2
|
||||||
|
|||||||
Reference in New Issue
Block a user