https://github.com/craigfoote/ca.footeware.gnomeshell.serverstatus
A GNOME Shell extension with indicator in task bar displaying status of entered web server urls using emojis.
https://github.com/craigfoote/ca.footeware.gnomeshell.serverstatus
Last synced: 5 months ago
JSON representation
A GNOME Shell extension with indicator in task bar displaying status of entered web server urls using emojis.
- Host: GitHub
- URL: https://github.com/craigfoote/ca.footeware.gnomeshell.serverstatus
- Owner: CraigFoote
- License: gpl-3.0
- Created: 2021-12-18T02:30:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-19T16:08:16.000Z (6 months ago)
- Last Synced: 2025-12-22T06:43:09.350Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.3 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverstatus@footeware.ca
A GNOME Shell extension with an indicator in the task bar displaying status of entered web server URLs using emojis:
 initializing...
 server down/unresponsive/timed out
 malformed URL
 server up and responding
---
The task bar shows the worst status from the set of all server statuses in the popup menu. Server down is considered worse than bad URL.
There's a configurable timeout on the requests (10 second default) and HTTP response codes 2xx and 3xx are treated as success.
Install at [extensions.gnome.org](https://extensions.gnome.org/extension/4687/server-status-indicator/) or use [Extension Manager](https://flathub.org/en/apps/com.mattjakeman.ExtensionManager).
To customize, the four **.svg** files in the **assets** folder can be swapped out with your own icons. Just keep the same filenames.
---

---