1 / 2
Conky - filesystem, gmail, torrent
Linux
My conky:- MPD player- Filesystem- Gmail- Wi-Fi- TorrentCode to gmail - gmail.sh:---------------------------------------#!/bin/bashgmail_login="YOUR LOGIN" gmail_password="YOUR PASSWORD" dane="$(wget --secure-protocol=TLSv1 --timeout=3 -t 1 -q -O - https://${gmail_login}:${gmail_password}@mail.google.com/mail/feed/atom --no-check-certificate | grep 'fullcount' | sed -e 's/.//;s/.//' 2>/dev/null)"if [ -z "$dane" ]; thenecho "Connection Error !" Source: https://www.opendesktop.org/p/1110904
↓ 122759-conkyrc
2 downloads
0 favorites
0 comments
No comments yet.
Sign in to leave a comment.
0 Comments