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) } }),