Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
183amir committed Apr 13, 2014
1 parent 6d61c4c commit 0bd6d1c
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,33 @@ persian-calendar
================

A Persian (Jalali/Farsi) calendar which provides a basic app indicator in Unity Desktop Environment.


Requirements
================
Python 2
Khayyam python package (http://pythonhosted.org/Khayyam/)


Installation
================
First make sure Khayyam is installed:
sudo apt-get install python-pip
sudo pip install Khayyam

Clone the repository:
cd ~
git clone https://github.com/183amir/persian-calendar.git
cd persian-calendar
chmod +x persian-calendar.py
Now press Alt+F2 and run the program from there:
~/persian-calendar/persian-calendar.py

To make the program run when you login:
In Ubuntu, run 'Startup Applications' and press add
Name:
persian-calendar
Command:
/usr/bin/env python ~/persian-calendar/persian-calendar.py
Comment:
Persian Calendar Indicator
159 changes: 159 additions & 0 deletions persian-calendar-dark-theme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
159 changes: 159 additions & 0 deletions persian-calendar-light-theme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0bd6d1c

Please sign in to comment.