diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-05-25 10:23:08 -0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-25 10:23:08 -0200 |
| commit | d6568b7f1b6c05abbb493af39fb12c243484da53 (patch) | |
| tree | 76081ce3454f22c2c20994a022b277d82634169c | |
| parent | cd9d02816793a1330dfcb4eb597c1d47593ba1f3 (diff) | |
| parent | 38f4e43d7ede21b79698073b9854d26276b1fb03 (diff) | |
Merge pull request #712 from JaKooLit/development
Development to Main
| -rwxr-xr-x | config/hypr/scripts/ScreenShot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/ScreenShot.sh b/config/hypr/scripts/ScreenShot.sh index 90e2dfd2..0a37c7e4 100755 --- a/config/hypr/scripts/ScreenShot.sh +++ b/config/hypr/scripts/ScreenShot.sh @@ -4,7 +4,7 @@ # variables time=$(date "+%d-%b_%H-%M-%S") -dir="$(xdg-user-dir)/Pictures/Screenshots" +dir="$(xdg-user-dir PICTURES)/Screenshots" file="Screenshot_${time}_${RANDOM}.png" iDIR="$HOME/.config/swaync/icons" |
