forked from Shinonome/dots-hyprland
Fix screen snip (grimblast) ags widget (#304)
This commit is contained in:
@@ -67,7 +67,7 @@ const Utilities = () => Box({
|
|||||||
children: [
|
children: [
|
||||||
UtilButton({
|
UtilButton({
|
||||||
name: 'Screen snip', icon: 'screenshot_region', onClicked: () => {
|
name: 'Screen snip', icon: 'screenshot_region', onClicked: () => {
|
||||||
Utils.execAsync(`${App.configDir}/scripts/grimblast.sh`)
|
Utils.execAsync(`${App.configDir}/scripts/grimblast.sh copy area`)
|
||||||
.catch(print)
|
.catch(print)
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user