Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AlexPerathoner/SlimHUD
Replacement for MacOS' volume, brightness and keyboard backlight HUDs.
https://github.com/AlexPerathoner/SlimHUD
brightness huds keyboard-backlight macos touchbar utilities volume
Last synced: about 1 month ago
JSON representation
Replacement for MacOS' volume, brightness and keyboard backlight HUDs.
- Host: GitHub
- URL: https://github.com/AlexPerathoner/SlimHUD
- Owner: AlexPerathoner
- License: gpl-3.0
- Created: 2020-02-29T22:12:46.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-20T18:20:56.000Z (4 months ago)
- Last Synced: 2024-09-06T01:12:33.880Z (3 months ago)
- Topics: brightness, huds, keyboard-backlight, macos, touchbar, utilities, volume
- Language: Swift
- Homepage: https://alexperathoner.github.io/SlimHUD
- Size: 200 MB
- Stars: 386
- Watchers: 7
- Forks: 8
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Support: docs/Support/README.md
Awesome Lists containing this project
- open-source-mac-os-apps - SlimHUD - Cyanocitta - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_icon] (Applications / Utilities)
- awesome-swift-macos-apps - SlimHUD - Cyanocitta - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. (Utilities / Text)
- awesome-swift-macos-apps - SlimHUD - Cyanocitta - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. (Utilities / Text)
- open-source-mac-os-apps - SlimHUD - Cyanocitta - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_icon] (Applications / Menubar)
README
# SlimHUD
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FAlexPerathoner%2FSlimHUD.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FAlexPerathoner%2FSlimHUD?ref=badge_shield)
[![CodeFactor](https://www.codefactor.io/repository/github/alexperathoner/slimhud/badge)](https://www.codefactor.io/repository/github/alexperathoner/slimhud)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=alexpera_slimhud&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=alexpera_slimhud)Replacement for MacOS' HUDs.
Every day you change your volume or brightness and an ugly and unbelievably old overlay animation appears. *SlimHUD* is what you need.
## Features - Settings
Each feature can be toggled from the settings window.
To access the settings window start SlimHUD again, while it's already running. The settings window will appear:
Here's are some of the things you can customise:
* When changing volume / brightness / keyboard's backlight a small **icon** is shown under the bar.
* If you don't like the flat look of the bar you can enable a **shadow** effect.
* There are multiple **animation** styles:
||||||||
|--:|---|---|---|---|---|--:|* Continuously check for changes (*recommended if you use a **TouchBar***): shows the HUDs when using the volume / brightness slider.
* Each bar (volume / brightness / keyboard's backlight) has it's own **color**.
You can also choose the color of the volume when its muted.
* Each **icon** (volume / brightness / keyboard's backlight) also has it's own color! [1](#note1)
* If you think that the default bar is too small you can easily adjust its **size**.
||||
|--:|---|--:|* The HUDs can appear on any **edge**: left, right, bottom or top; it's up to you!
|||
|--:|---|
|||* Lastly don't forget to enable the **launch at login** function!
[1](#note1):
> Only available in MacOS 10.14 and later.## Installation
You can use `brew install slimhud`!Or download the [latest release](https://github.com/AlexPerathoner/SlimHUD/releases/latest) and move it to `/Applications`.
Credits to [GameParrot](https://github.com/GameParrot) for making it so easy!
### Uninstalling
If you'd like to restore the system's HUDs:1. Disable "launch at login" or delete SlimHUD from `/Applications`
## Credits
Thanks to [w0lfschild](https://gist.github.com/w0lfschild) and [massimobio](https://gist.github.com/massimobio) for creating respectively
[cleanHUD](https://github.com/w0lfschild/cleanHUD) and [ProgressHUD-Mac](https://github.com/massimobio/ProgressHUD-Mac) and inspiring me to create this project.
Also thanks to [pirate](https://gist.github.com/pirate) and [kaunteya](https://gist.github.com/kaunteya), whose code from these project ([mac-keyboard-brightness](https://github.com/pirate/mac-keyboard-brightness) and [ProgressKit](https://github.com/kaunteya/ProgressKit)) was used to complete this project.Thanks to [reitermarkus](https://gist.github.com/reitermarkus), [ans87gh](https://gist.github.com/ans87gh) and [p-linnane](https://gist.github.com/p-linnane) for adding this project to brew.
SlimHUD is using [Sparkle](https://sparkle-project.org) to support automatic updates. Binaries are stored on GitHub and connections use HTTPs.## Support
Even starring this project is a great support! If you want to support me even more, you can buy me a beer! :D## License
This project is licensed under the GPL-3.0 License - see the [LICENSE.md](LICENSE.md) file for details
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FAlexPerathoner%2FSlimHUD.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FAlexPerathoner%2FSlimHUD?ref=badge_large)