Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 599 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 599 Bytes

PyStatusGit

PyStatusGit is a module for i3pystatus displaying unstaged changes in a git respository. The default displays changes in .dotfiles

Dependencies

  • GitPython

Install

make will place a symlink to /usr/lib/python3.6/site-packages/i3pystatus/git_status.py. You need to take care of permissions yourself coughsudocough. If your python package path differs, just adapt the Makefile or place the file yourself.

Usage

status.register("git_status")

Optionally, pass a path

status.register("git_status", path="/home/foo/bar")