summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmscrot
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/dmscrot2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmscrot b/.local/bin/dmscrot
index 5935491..5a13835 100755
--- a/.local/bin/dmscrot
+++ b/.local/bin/dmscrot
@@ -34,7 +34,7 @@ sub file_name
my $file_name;
$file_name = home() . '/' . SAVE_PATH . 'screen_';
- $file_name .= `date "+%Y-%m-%d_%H-%M-%S"`;
+ $file_name .= `date +%s`;
chomp $file_name;
$file_name .= '.png';
return ($file_name);