Skip to content

Commit 92f4d94

Browse files
author
vmartinez
committed
Release 1.0
Signed-off-by: vmartinez <vpicardo.ext@cosentino.com>
1 parent aec6d7c commit 92f4d94

2 files changed

Lines changed: 21 additions & 5 deletions

File tree

FireFlyFy.ahk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DetectHiddenWindows, On
1212
SetBatchLines -1
1313
CoordMode, Mouse, Screen
1414
FileEncoding, UTF-8
15-
global version := "0.1.9"
15+
global version := "1.0.0"
1616
global appName := "FireFlyFy"
1717

1818
; Libs
@@ -87,10 +87,7 @@ return
8787

8888
#Include <LabelUtils>
8989

90-
^Esc::Reload
91-
9290
/* TODO:
93-
application list
9491
Scheduler (default no)
9592
Update, autoreplace running executable
9693
Add CLI

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# 🕯 FireFlyFy
1+
#
2+
3+
# 🕯 FireFlyFy
4+
5+
A simple tool to manage per-app monitor brightness.
6+
7+
You can also enable read mode by toggling Windows Night Light.
8+
9+
> This program is free, but ⭐ stars to the repo help improve my dev career!
10+
11+
12+
13+
> [!WARNING]
14+
> 💻Windows does not expose an API for Night Light CLI management by default, this is a bit of a hacky approach.
15+
> 🚀 Standalone FireFlyFy CLI tool coming soon!
16+
17+
18+
19+
> [!NOTE]
20+
> 📚FireFlyFy now supports 21 languages!

0 commit comments

Comments
 (0)