forked from Shinonome/dots-hyprland
fix: Invoke record script via bash -c with ~ expansion
This commit is contained in:
@@ -41,7 +41,7 @@ Item {
|
|||||||
visible: Config.options.bar.utilButtons.showScreenRecord
|
visible: Config.options.bar.utilButtons.showScreenRecord
|
||||||
sourceComponent: CircleUtilButton {
|
sourceComponent: CircleUtilButton {
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
onClicked: Quickshell.execDetached(["/bin/bash", "/home/cleboost/.config/hypr/hyprland/scripts/record.sh", "--fullscreen-sound"])
|
onClicked: Quickshell.execDetached(["bash", "-c", "~/.config/hypr/hyprland/scripts/record.sh --fullscreen-sound"])
|
||||||
MaterialSymbol {
|
MaterialSymbol {
|
||||||
horizontalAlignment: Qt.AlignHCenter
|
horizontalAlignment: Qt.AlignHCenter
|
||||||
fill: 1
|
fill: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user