Skip to main content

py3status module to show your Github notifications

Project description

py3status-github-notifications

py3status module for showing your Github notifications in i3

Downloads

Screenshot

Status Bar with py3status-github-notifications Status Bar with py3status-github-notifications red

Prerequisites

Getting your Notification API Token

You can get this directly on Github, by going to your own Account settings, Developer Settings and finally Personal access tokens.

Make sure to limit the access to ONLY notifications.

notifications only

Installation

There are several methods to install py3status-github-notifications.

Directly from Github using git, pip / pipenv or poetry, the AUR (Arch package).

Direct From Github

Installing directly from Github with git, means you will need to make sure you have the dependencies already installed.

git clone git@github.com:mcgillij/py3status-github-notifications.git
mkdir -p ~/.i3/py3status/ && cd ~/i3/py3status/
ln -s ../../py3status-github-notifications/src/py3status_github_notifications/github_notifications.py ./

And down to the configuration section.

Installing with Pip, Pipenv or Poetry

You will need to install the fonts separately to get the :octocat: emoji.

pip install py3status-github-notifications
pipenv install py3status-github-notifications
poetry add py3status-github-notifications

With yay

yay -S py3status-github-notifications

Configuration

Once you have the module installed using whichever method you chose above, edit your py3status configuration and add the following options.

~/.config/i3/i3status.conf

...

order += "github_notifications"

github_notifications {
    gh_token = "PASTE YOUR NOTIFICATIONS ONLY TOKEN HERE"
    on_click 1 = "exec xdg-open https://github.com/notifications"$
}
...

And restart i3 and your should be good to go.

Configuration Options

You can pass in the following configuration options:

  • cache_timeout # default 300

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py3status-github-notifications-0.1.6.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file py3status-github-notifications-0.1.6.tar.gz.

File metadata

File hashes

Hashes for py3status-github-notifications-0.1.6.tar.gz
Algorithm Hash digest
SHA256 b6bf32e4092db44be88762f17f73c6cd190e6dfac2f640d71ba54d3b1e5c7f27
MD5 9da9d895f2f0d91fa0d463a51b8d7d69
BLAKE2b-256 da9137144901a1226eccdaa1ea0561c0feee8342d1e1021821ac95d1bbad651c

See more details on using hashes here.

File details

Details for the file py3status_github_notifications-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for py3status_github_notifications-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 7159fd859f6da20b9d8b923f0b2e94d5d555ec1f4cc63688a39a2432988a1657
MD5 a69d32e2eaf3513973cb900ce90261f5
BLAKE2b-256 c5c51519149e3c1fc2702c09151228fcf98f8d5d72df038581206de99537a3c7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page