added a telephony launcher
This commit is contained in:
parent
2343a00f2b
commit
817831838d
17
.local/bin/telephony-launcher.sh
Executable file
17
.local/bin/telephony-launcher.sh
Executable file
@ -0,0 +1,17 @@
|
||||
#!/usr/bin/zsh
|
||||
|
||||
case $(echo -e "Devices\nSMS\nSettings" | wofi --dmenu --prompt 'Telephony App') in
|
||||
|
||||
'Devices')
|
||||
exec kdeconnect-app
|
||||
;;
|
||||
|
||||
'SMS')
|
||||
exec kdeconnect-sms
|
||||
;;
|
||||
|
||||
'Settings')
|
||||
exec kdeconnect-settings
|
||||
;;
|
||||
|
||||
esac
|
||||
Loading…
x
Reference in New Issue
Block a user