https://github.com/jean-tinland/simple-bar-server
A server for simple-bar that allows on the fly refreshes
https://github.com/jean-tinland/simple-bar-server
macos statusbar ubersicht
Last synced: 9 months ago
JSON representation
A server for simple-bar that allows on the fly refreshes
- Host: GitHub
- URL: https://github.com/jean-tinland/simple-bar-server
- Owner: Jean-Tinland
- License: mit
- Created: 2023-11-30T20:20:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T14:46:52.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T16:37:29.856Z (almost 2 years ago)
- Topics: macos, statusbar, ubersicht
- Language: JavaScript
- Homepage: https://www.jeantinland.com/toolbox/simple-bar-server/
- Size: 52.7 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
A server for [simple-bar](https://github.com/Jean-Tinland/simple-bar) that enables communication with its data widgets and allow them to be refreshed or toggled with simple `curl` commands.
[Website](https://www.jeantinland.com/toolbox/simple-bar-server) • [Documentation](https://www.jeantinland.com/en/toolbox/simple-bar-server/documentation)
> [!NOTE]
> There are no external call to any API, it is just a local small node.js server on which [simple-bar](https://github.com/Jean-Tinland/simple-bar)'s components will be able to connect to via websockets.
> Check `index.js` file to see how it works.
## Features
- Refresh, toggle, enable or disable simple-bar widgets
- Refresh yabai spaces, windows, and displays simple-bar widgets
- Refresh simple-bar' skhd mode indicator
- Refresh AeroSpace spaces widget
- Refresh FlashSpace spaces widget
- Send notifications (missives) for simple-bar to display
## Installation
Clone this project anywhere on your computer:
```bash
git clone https://github.com/Jean-Tinland/simple-bar-server.git
```
You'll find the full installation guide in the [documentation](https://www.jeantinland.com/toolbox/simple-bar-server/documentation/installation/).
## Status
This project only works with the latest version of [simple-bar](https://github.com/Jean-Tinland/simple-bar). Feel free to open an issue if you find a bug or have a feature request.