From a9f9045a0bb459248ce9b6c78c03106dafdf62e8 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 4 Nov 2021 18:12:22 +0400 Subject: Changed names of directories in ~ --- .local/bin/scripts/screenshot.py | 4 ++-- .xprofile | 2 +- 2 files changed, 3 insertions(+), 3 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", diff --git a/.xprofile b/.xprofile index f8096dd..5d49349 100644 --- a/.xprofile +++ b/.xprofile @@ -19,7 +19,7 @@ elif [ "$DESKTOP_SESSION" = "xmonad" ] || \ fi # Setup wallpaper -WP_DIR="$HOME/pictures/wallpapers/" +WP_DIR="$HOME/Pictures/Wallpapers/" if [ -d "$WP_DIR" ]; then WP=$( ls -l "$WP_DIR" | tail -n +2 | awk '{ print $9 }' | shuf | tail -n -1 ) xwallpaper --zoom "$WP_DIR/$WP" -- cgit v1.2.3