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: [
|
||||
UtilButton({
|
||||
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)
|
||||
}
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user