An open API service indexing awesome lists of open source software.

https://github.com/ariefsn/vsce-ibadah

VSCode Extension for showing the Muslim prayer time at the status bar and popup notification. Fully customizable.
https://github.com/ariefsn/vsce-ibadah

ibadah islam moslem muslim prayer-times vscode vscode-extension

Last synced: about 2 months ago
JSON representation

VSCode Extension for showing the Muslim prayer time at the status bar and popup notification. Fully customizable.

Awesome Lists containing this project

README

        

# IBADAH

The Ibadah plugin for VSCode can show Muslim prayer time at the status bar and popup notification. Fully customizable.

## Features

- Notifications
![Notifications](./assets/notification.png)

## Commands

- Ibadah: Pray Configure
> Open the settings and config
- Ibadah: Pray Refresh
> Refresh the extension to get the latest config values

## Extension Settings

- Default settings

```typescript
"ibadah.location": {
"country": "Indonesia",
"city": "Surabaya",
"postalCode": "",
"address": ""
},
"ibadah.pray": {
"notification": {
"before": 15, // The notification will show before the actual time, in minutes.
"message": "It's time to pray {pray}" // The {pray} will replaced with the actual pray time. Customizable with the names below.
},
"names": {
"Fajr": "Fajr",
"Dhuhr": "Dhuhr",
"Asr": "Asr",
"Maghrib": "Maghrib",
"Isha": "Isha"
}
}
```

## Thanks to

- [Aladhan](https://aladhan.com/)
- [Flaticon](https://www.flaticon.com/free-icons/islam)