aboutsummaryrefslogtreecommitdiff
path: root/src/utils/battery.rs
AgeCommit message (Collapse)Author
2022-02-05show charging iconmyÖzgür Kesim
2021-05-19Threaded to async (#58)Shoelace
* Add async deps * Rename blocks to 'BlockManager' * Refactor "Blocks" to own module * Make all util fn async * Remove stray println
2021-04-29getting battery percentage programmatically (#50)Mustafa Salih
* getting battery percentage programmatically * cargo.lock edit
2021-02-03removed some doublicated codemustafa salih
2021-01-21Change to serdeAdaShoelace
Change config serializer to serde in order to get cleaner config types.
2021-01-16added some checksmustafa salih
2021-01-14orginized the code to seprated mods and deleted the lib filemustafa salih