summaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-05-15 14:14:57 +0400
committerAndrew <saintruler@gmail.com>2021-05-15 14:14:57 +0400
commitba2a5de9620ce5e1b39c25fc3a661007572b1000 (patch)
tree337bf37f07cd1fe28d995648848a505f6f7b7095 /.local/bin
parentb3a1e63afbae4a005d97eff05d059de9c8e6fb06 (diff)
Changed names of home folders to lowercase
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/scripts/screenshot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/scripts/screenshot.py b/.local/bin/scripts/screenshot.py
index e837776..3b880d6 100755
--- a/.local/bin/scripts/screenshot.py
+++ b/.local/bin/scripts/screenshot.py
@@ -17,8 +17,8 @@ tool_name = "maim"
default_tool = "area"
default_dest = "clip"
-file_path = "~/Pictures"
-file_name = "Screenshot_$(date +%Y-%m-%d_%H-%M-%S).png"
+file_path = "~/pictures"
+file_name = "screenshot_$(date +%Y-%m-%d_%H-%M-%S).png"
tool = {
"area": "-u -s -m 1",