Update README.md

This commit is contained in:
akp 2025-03-05 01:28:21 +00:00
parent e5d4c690e7
commit 8020610e2c
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

@ -19,6 +19,7 @@ This interacts with i3 using the [i3bar input protocol](https://i3wm.org/docs/i3
### Included providers
* `AudioPlayer` - show the currently playing song
* `Backlight` - show the current backlight percentage. Shows only when changed.
* `Battery` - show the current battery charge status and provide alerts if it leaves set boundaries
* `CPU` - show CPU load and provide alerts if it leaves set boundaries
* `DateTime` - show the current date and time
@ -29,7 +30,7 @@ This interacts with i3 using the [i3bar input protocol](https://i3wm.org/docs/i3
* `PlainText`
* `PulseaudioVolume` - show the current volume of a PulseAudio sink and control that using the scroll wheel
* `Timer` - provides a small timer that play/pauses with a left-click and resets with a right-click.
* `WiFi` - show the curent WiFi SSID, connection frequency and connection strength
* `WiFi` - show the current WiFi SSID, connection frequency and connection strength
### Compiling locally