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"