Adds missed calls list to phone menu

This commit is contained in:
Jonathan Hodgson 2021-04-04 17:30:49 +01:00
parent 30d0c1d6ac
commit b568784db3
3 changed files with 26 additions and 3 deletions

View file

@ -9,4 +9,4 @@ lines="$(echo "$input" | wc -l )"
[ "$lines" -gt 15 ] && lines=15
echo "$input" | rofi -dmenu -me-accept-entry '!MousePrimary' -theme "themes/touch-dmenu.rasi" -lines "$lines"
echo "$input" | rofi -dmenu -me-accept-entry '!MousePrimary' -theme "themes/touch-dmenu.rasi" -lines "$lines" "$@"