diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-05-19 23:23:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-19 23:23:05 -0400 |
| commit | 77e2bfdce889d09921a853c174fa13c081e697e2 (patch) | |
| tree | 46f1343f415cda035b00ae4ab3256763c451bf8a /config/hypr/scripts | |
| parent | 3bb47cdec96caf4ecbe2ef79cec1b1aeff18e40a (diff) | |
| parent | dd659ada452d039501de5d18b97ce16b13db7282 (diff) | |
Merge pull request #680 from 69MichelleDB/ScreenShot-xdg-fix
fix: Fix ScreenShot.sh to check xdg-user-dir PICTURES
Diffstat (limited to 'config/hypr/scripts')
| -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" |
