This commit is contained in:
Stephan Raabe
2023-04-03 17:17:26 +02:00
parent ab7f23f26a
commit 559c92ff4b
2 changed files with 1 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ option3="Fullscreen (delay 3 sec)"
options="$option1\n$option2\n$option3"
choice=$(echo -e "$options" | rofi -mesg "Current: $DIR" -i -dmenu -lines 4 -width 30 -p "Screenshot")
choice=$(echo -e "$options" | rofi -i -dmenu -lines 4 -width 30 -p "Take Screenshot")
case $choice in
$option1)