Update screenshot script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4d6457d33f
commit
aa2e13cff5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ ACTIONS=(
|
|||
"2: Selection"
|
||||
)
|
||||
|
||||
FILENAME="${HOME}/pictures/Screenshots/%Y-%m-%d-%H%M%S.png"
|
||||
FILENAME="${HOME}/pictures/screenshots/%Y-%m-%d-%H%M%S.png"
|
||||
|
||||
SELECTION=$(printf '%s\n' "${ACTIONS[@]}" | rofi -dmenu -i -p "${PROMPT}" | cut -d ":" -f1)
|
||||
case "${SELECTION}" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue