forked from Shinonome/dots-hyprland
bar: util buttons: replace color picker with virtual kb
This commit is contained in:
@@ -29,21 +29,35 @@ Rectangle {
|
|||||||
horizontalAlignment: Qt.AlignHCenter
|
horizontalAlignment: Qt.AlignHCenter
|
||||||
fill: 1
|
fill: 1
|
||||||
text: "screenshot_region"
|
text: "screenshot_region"
|
||||||
iconSize: Appearance.font.pixelSize.normal
|
iconSize: Appearance.font.pixelSize.large
|
||||||
color: Appearance.colors.colOnLayer2
|
color: Appearance.colors.colOnLayer2
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// CircleUtilButton {
|
||||||
|
// Layout.alignment: Qt.AlignVCenter
|
||||||
|
// onClicked: Hyprland.dispatch("exec hyprpicker -a")
|
||||||
|
|
||||||
|
// MaterialSymbol {
|
||||||
|
// horizontalAlignment: Qt.AlignHCenter
|
||||||
|
// fill: 1
|
||||||
|
// text: "colorize"
|
||||||
|
// iconSize: Appearance.font.pixelSize.large
|
||||||
|
// color: Appearance.colors.colOnLayer2
|
||||||
|
// }
|
||||||
|
|
||||||
|
// }
|
||||||
|
|
||||||
CircleUtilButton {
|
CircleUtilButton {
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
onClicked: Hyprland.dispatch("exec hyprpicker -a")
|
onClicked: Hyprland.dispatch("global quickshell:oskToggle")
|
||||||
|
|
||||||
MaterialSymbol {
|
MaterialSymbol {
|
||||||
horizontalAlignment: Qt.AlignHCenter
|
horizontalAlignment: Qt.AlignHCenter
|
||||||
fill: 1
|
fill: 0
|
||||||
text: "colorize"
|
text: "keyboard"
|
||||||
iconSize: Appearance.font.pixelSize.normal
|
iconSize: Appearance.font.pixelSize.large
|
||||||
color: Appearance.colors.colOnLayer2
|
color: Appearance.colors.colOnLayer2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user