bertmacho@lemm.eetoPython@programming.dev•Can I email or text myself through Python or bash?
5·
10 months agoUse mailx along with a .mailrc file? Once .mailrc is set up it should just need:
$ echo ‘is this working?’ | mailx -s Test <recipient>
Not sure exactly what .mailrc needs for gmail but there are tons of guides out there.
Qtile… the default bar is really nice to use and if you know a little python every aspect of the WM is easy to hack around in. Docs are great too.