Dotfiles/.config/polybar/themes/monolit-dracula/polybar-scripts/inbox-pop3-shellnetrc
horhik aec58dae23 split polybar by themes 2020-09-05 14:43:37 +03:00
..
.netrc split polybar by themes 2020-09-05 14:43:37 +03:00
README.md split polybar by themes 2020-09-05 14:43:37 +03:00
inbox-pop3-shellnetrc.sh split polybar by themes 2020-09-05 14:43:37 +03:00

README.md

Script: inbox-pop3-shellnetrc

A script that shows if there are unread mails in your POP3 inbox.

This script actually use POP3s. curl can also handle unencrypted POP3. You only need to change the protocol in the command.

The login data is stored in a .netrc. This is more secure because the password is not visible in the process list.

Dependencies

  • curl

Module

[module/inbox-pop3-shellnetrc]
type = custom/script
exec = ~/polybar-scripts/inbox-pop3-shellnetrc.sh
interval = 60