mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
update rofi-run script
This commit is contained in:
parent
aa59a3830a
commit
b6992ccdcb
@ -36,7 +36,7 @@ if [[ "$cmd" == "sudo"* ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ "$1" == "-v" || "$1" == "--verbose" ]]; then
|
||||
if [[ "$#" -gt 0 ]] && [[ "$1" == "-v" || "$1" == "--verbose" ]]; then
|
||||
# Send command to dunstify
|
||||
dunstify "Running command: $cmd"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user