summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 08:03:40 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 08:03:40 -0600
commit13cce0e4e8f0c29705ad0129706797fe44e4dd51 (patch)
treea713f159affd540444cb2be77d7a389d660ad731 /dotfiles/hyprland
parent2f5b5616d05c0475602fa80c72ed0dd7cd56a6ff (diff)
fix(screenshot): use ISO 8601 date format in filenames
Changed from 2026.01.27-HHMMSS to 2026-01-27_HHMMSS for standard date formatting and clean date/time separation.
Diffstat (limited to 'dotfiles/hyprland')
-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