Change directories to lower case
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4645e18f64
commit
ee60d3cb64
9 changed files with 57 additions and 43 deletions
|
@ -23,7 +23,7 @@ ACTIONS=(
|
|||
"4: Selection (Clipboard)"
|
||||
)
|
||||
|
||||
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 -p "${PROMPT}" | cut -d ":" -f1)
|
||||
case "${SELECTION}" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue