Update nvim

This commit is contained in:
Smirnov Olexandr 2021-01-04 14:42:57 +02:00
parent 102aa36798
commit 13c6216796
6 changed files with 19 additions and 15 deletions

View file

@ -4,7 +4,7 @@ Lock
Logout
Reboot")
choice=$(echo -e "${options[@]}" | dmenu -p "Power" $@)
choice=$(echo -e "${options[@]}"|dmenu -p "Power" $@)
case "$choice" in
"ShutDown")
case "$(echo -e "Yes\nNo"|dmenu -p "ShutDown" $@)" in