feat(OXO): script to stop Main activity when working

This commit is contained in:
Bruno F. Fontes 2021-08-04 17:48:10 -03:00
parent 847f839d89
commit b497912cdf
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

3
KDE/OXO.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
kactivities-cli --stop-activity `kactivities-cli --list-activities | grep "Main" | cut -d' ' -f2`
notify-send --icon=`kactivities-cli --list-activities | grep "OXO" | cut -d' ' -f4` -a "OXO Innovation" "Main profile closed"