From 4dd5de2027ba1998ea4b16d6c8df3336986a22a7 Mon Sep 17 00:00:00 2001 From: Yigid BALABAN Date: Sat, 8 Jun 2024 17:31:34 +0300 Subject: [PATCH] little changes to my library must be committed.. i am not trying to boost my commit history, i swear --- ss_full.sh | 2 +- ss_rect.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ss_full.sh b/ss_full.sh index f913e8e..a08a18d 100755 --- a/ss_full.sh +++ b/ss_full.sh @@ -4,7 +4,7 @@ # and print to stdout (-) # 2. the data printed to stdout is piped to wl-copy and it's copied # 3. the data is pasted to a file in folder $SS -SS="/media/yigid/share/shoka/swap/screenshots" +SS="/media/yigid/share/shoka/photos/Screenshots" TEMP_FILE="$HOME/temp_file" ACTIVE_MON=$( hyprctl monitors -j | jq -r '.[] | select(.focused == true) | .name' ) diff --git a/ss_rect.sh b/ss_rect.sh index a45dc1a..7f83a4e 100755 --- a/ss_rect.sh +++ b/ss_rect.sh @@ -4,7 +4,7 @@ # # Select an area with slurp, ss with grim # and copy to clipboard. -SS="/media/yigid/share/shoka/swap/screenshots" +SS="/media/yigid/share/shoka/photos/Screenshots" TEMP_FILE="$HOME/temp_file" grim -g "$( slurp )" "$TEMP_FILE"