From 67e318c820e0befb0248d6ed3896485c8c865a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 26 Jun 2024 12:06:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(rofi):=20update=20images?= =?UTF-8?q?=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/rofi/scripts/screenshot/screenshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/rofi/scripts/screenshot/screenshot b/.config/rofi/scripts/screenshot/screenshot index 3767254f..d6808368 100755 --- a/.config/rofi/scripts/screenshot/screenshot +++ b/.config/rofi/scripts/screenshot/screenshot @@ -7,7 +7,7 @@ fi # variables theme="$HOME/.config/rofi/scripts/screenshot/style.rasi" hyprshot="$HOME/.config/hypr/scripts/hyprshot" -save_dir="$HOME/Imagenes/Capturas/PC" +save_dir="$HOME/Images/Capturas/PC" filename="captura-$(date +%Y-%m-%d-%s).png" command="$hyprshot -o $save_dir -f $filename $extra_args"