summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdotfiles/hyprland/.local/bin/screenshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.local/bin/screenshot b/dotfiles/hyprland/.local/bin/screenshot
index c5803c8..45925c6 100755
--- a/dotfiles/hyprland/.local/bin/screenshot
+++ b/dotfiles/hyprland/.local/bin/screenshot
@@ -4,7 +4,7 @@
DIR="$HOME/pictures/screenshots"
mkdir -p "$DIR"
-FILE="$DIR/$(date +%Y.%m.%d-%H%M%S).png"
+FILE="$DIR/$(date +%Y-%m-%d_%H%M%S).png"
# Capture
case "${1:-region}" in