utilbuttons: record button: allow region selection

This commit is contained in:
end-4
2025-10-19 20:51:05 +02:00
committed by GitHub
parent 5fda1cdc61
commit f3e4773811
@@ -41,7 +41,7 @@ Item {
visible: Config.options.bar.utilButtons.showScreenRecord
sourceComponent: CircleUtilButton {
Layout.alignment: Qt.AlignVCenter
onClicked: Quickshell.execDetached(["bash", "-c", "~/.config/hypr/hyprland/scripts/record.sh --fullscreen-sound"])
onClicked: Quickshell.execDetached(["bash", "-c", "~/.config/hypr/hyprland/scripts/record.sh"])
MaterialSymbol {
horizontalAlignment: Qt.AlignHCenter
fill: 1