about summary refs log tree commit diff
path: root/scripts/xshot-select.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/xshot-select.sh')
-rwxr-xr-xscripts/xshot-select.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/xshot-select.sh b/scripts/xshot-select.sh
index fc714c8..a0913a5 100755
--- a/scripts/xshot-select.sh
+++ b/scripts/xshot-select.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-PIC="${HOME}/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png"
+PIC="$HOME/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png"
 
-maim --format=png --hidecursor --quality 8 --select "${PIC}"
+maim --format=png --hidecursor --quality 8 --select "$PIC"

Consider giving Nix/NixOS a try! <3