-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# tray-backlight-control | ||
|
||
Tray backlight control for linux | ||
|
||
## how to use | ||
|
||
Add `tray-backlight-control` to autostart and just use it.\ | ||
tray icon: ![alt text](https://raw.githubusercontent.com/oen9/tray-backlight-control/master/src/main/resources/bulb14.png "tray icon")\ | ||
![alt text](https://raw.githubusercontent.com/oen9/tray-backlight-control/master/img/popup.png "popup") | ||
|
||
## system dependencies | ||
|
||
- `xbacklight` (or replacement like [acpilight](https://gitlab.com/wavexx/acpilight/ "acpilight")) | ||
- `java` (tested with `java version "11.0.2"`) | ||
|
||
## sources | ||
|
||
### howto compile | ||
|
||
1. compile: `sbt stage` | ||
1. run: `./target/universal/stage/bin/tray-backlight-control` | ||
|
||
### libraries | ||
|
||
1. ZIO |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.