Simple indicator applet to show Nepali date and calendar
Showing the calendar is not done yet. If anybody wants to contribute, you're welcome to do so :)
The goal is to be able to do pip install nepcal_applet
and have the applet running but there's little bit of work that needs to be done for that.
This requires python 3.x and python-gi. Make sure you have python-pip3 installed.
sudo apt install -y python3-pip
pip install git+https://github.com/techgaun/nepali-calendar-indicator
# if you see permission errors (which should be due to system-wide pip)
sudo pip install git+https://github.com/techgaun/nepali-calendar-indicator
This applet should work with Xfce DE once you enable Indicator plugin from right-click panel > Panel > Panel preferences > Item > Add Item
. If you don't see indicator plugin in the list of items to add, try installing xfce4-indicator-plugin
.
sudo apt install -y xfce4-indicator-plugin
On arch linux with XFCE DE, you can install xfce4-indicator-plugin with:
yaourt -S xfce4-indicator-plugin
yaourt libappindicator-gtk3
I assume the later one should come when you install xfce4-indicator-plugin though.
- It currently uses
Asia/Kathmandu
timezone. The date displayed will be the date local to Nepal. - We have open issues. If you want to contribute, you're more than welcome to grab those.