aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorInqiyad Sabr <sabr@ariamath.xyz>2025-10-28 15:22:06 +0600
committerInqiyad Sabr <sabr@ariamath.xyz>2025-10-28 15:22:06 +0600
commit52aa2298a1b42c3da24e3bb39fee1ed894231c03 (patch)
treeafbb44c2cf419b37bc674a3973bb5fcada5bf1b5 /README.md
parent0d4272c8bc1c8d7cca4178584f4f9ad42fcc1fd6 (diff)
Add screen brightness module
Though it's only for Unix likes... I really wanna support BSDs next time.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index a41babf..154a186 100644
--- a/README.md
+++ b/README.md
@@ -24,10 +24,13 @@ The modules aren't directly portable, I'd say to modify and port it than to comp
- [x] datetime
- [x] battery
- [x] cpu
-- [ ] memory
+- [x] memory
+- [x] brightness (screen)
- [ ] volume
- [ ] network
+All work perfectly fine if you are using Linux. But I would love to write a bstatus seperately for the BSDs as well, instead of having them all in there to bloat the source code.
+
# Contribute
Send a patch [to my email](mailto:sabr@ariamath.xyz) or [at xmpp](xmpp:sabr@ariamath.xyz).