From 8235701a66de2d81f74a700b9bb117910789628c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:01:08 +1100 Subject: record script --- screenshot.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'screenshot.fish') diff --git a/screenshot.fish b/screenshot.fish index 1798b3b..bf65b9d 100755 --- a/screenshot.fish +++ b/screenshot.fish @@ -7,7 +7,7 @@ set tmp_file "$CACHE/screenshots/$(date +'%Y%m%d%H%M%S')" grim $argv $tmp_file; and wl-copy < $tmp_file; or exit 1 set action (notify-send -i 'image-x-generic-symbolic' -h "STRING:image-path:$tmp_file" \ - -a (basename (status current-filename)) --action='open=Open' --action='save=Save' \ + -a 'caelestia-screenshot' --action='open=Open' --action='save=Save' \ 'Screenshot taken' "Screenshot stored in $tmp_file and copied to clipboard") switch $action case 'open' -- cgit v1.2.3-freya