/Hacker-News-Applet

A Python based Hacker Bar (https://github.com/MohawkApps/Hacker-Bar) clone for Ubuntu/GTK

Primary LanguagePythonMIT LicenseMIT

Hacker-News-Applet

A Python based Hacker Bar clone for Ubuntu/GTK

Requires

Python 3

PyGObject

  #In Ubuntu
  apt-get install python3-gi

Install python requirements

  pip install -r requirements.txt

###Note: If you want a Python 2.7+ version, I have a separate branch for Python 2

Due to limitations in the GTK Indicator I am unable to implement this in the way I had planned using GTK library. However, I have a Qt implementation I am working on, it is located in the Qt branch, once I have it to about the same point of functionality I may merge it into the main branch and replace the GTK version.