diff options
| author | MichelleDB <69michelledb@gmail.com> | 2025-04-30 15:34:35 +0200 |
|---|---|---|
| committer | MichelleDB <69michelledb@gmail.com> | 2025-04-30 15:34:35 +0200 |
| commit | dd659ada452d039501de5d18b97ce16b13db7282 (patch) | |
| tree | 46f1343f415cda035b00ae4ab3256763c451bf8a /config | |
| parent | 3bb47cdec96caf4ecbe2ef79cec1b1aeff18e40a (diff) | |
fix: Fix ScreenShot.sh to check xdg-user-dir PICTURES
Diffstat (limited to 'config')
| -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" |
