From 42581e89499ce24c3b25a5319bc688e0261eb258 Mon Sep 17 00:00:00 2001 From: tchofy <64620317+tchofy@users.noreply.github.com> Date: Tue, 5 Mar 2024 02:17:53 -0300 Subject: [PATCH] Include arguments to grimblast --- .config/ags/modules/bar/normal/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/modules/bar/normal/system.js b/.config/ags/modules/bar/normal/system.js index 2e4c2e1b6..61f0d5ee2 100644 --- a/.config/ags/modules/bar/normal/system.js +++ b/.config/ags/modules/bar/normal/system.js @@ -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) } }),