Skip to content

Commit f6396c4

Browse files
committed
Adding Nightlight control plugin.
You can toggle Windows `nightlight` with `ni` and/or set the temperature specifically with `ni <1500-6500>`
1 parent ae3117b commit f6396c4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"ID": "ef3a6ece-ca05-4d4f-92ba-2ff8a67e017b",
3+
"ActionKeyword": "ni",
4+
"Name": "Nightlight",
5+
"Description": "Nightlight Controls",
6+
"Author": "Jonathan Glanz",
7+
"Version": "1.1.2",
8+
"Language": "TypeScript",
9+
"ExecuteFileName": "./dist/main.js",
10+
"Website": "https://github.com/jglanz/flow-launcher-plugin-nightlight",
11+
"IcoPath": "https://cdn.jsdelivr.net/gh/jglanz/flow-launcher-plugin-nightlight/assets/bulb.png",
12+
"UrlDownload": "https://github.com/jglanz/flow-launcher-plugin-nightlight/releases/download/v1.1.2/Nightlight-1.1.2.zip",
13+
"UrlSourceCode": "https://github.com/jglanz/flow-launcher-plugin-nightlight/tree/master"
14+
}

0 commit comments

Comments
 (0)