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.
- Host: GitHub
- URL: https://github.com/ariefsn/vsce-ibadah
- Owner: ariefsn
- License: mit
- Created: 2024-02-17T04:29:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T00:14:46.000Z (over 1 year ago)
- Last Synced: 2025-02-14T17:16:57.624Z (4 months ago)
- Topics: ibadah, islam, moslem, muslim, prayer-times, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ariefsn.ibadah
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
## 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)