summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-11-04 18:12:22 +0400
committerAndrew <saintruler@gmail.com>2021-11-04 18:12:22 +0400
commita9f9045a0bb459248ce9b6c78c03106dafdf62e8 (patch)
tree8b8b5014ec99bbc1a6775876cb485535f9335a43 /.local
parente471f3f17b0e626b90f851a5c04a95d6731623eb (diff)
Changed names of directories in ~
Diffstat (limited to '.local')
-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 3b880d6..e837776 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",