aboutsummaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)Author
2022-01-30better layoutÖzgür Kesim
2022-01-29netspeed layout improvedÖzgür Kesim
2022-01-29cputemp configurable pathÖzgür Kesim
2021-10-15a simple update to handle weather http reqwests (#64)Mustafa Salih
2021-09-05Dev (#63)Mustafa Salih
* Closes #62 added brightness block
2021-06-04Added local ip (#61)Mustafa Salih
* added new block/local ip * added local ip block * added localip in config file * edited localip default to false
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-05-12getting data programmatically (#56)Mustafa Salih
* getting loadavg programmatically * added missing uptime in rsblock.yml * using clock_gettime syscall to get uptime
2021-05-11getting load-average programmatically, fully support BSD soonMustafa
2021-05-11Getting uptime programmatically (#55)Mustafa Salih
* added limits 30 chars foreach the title and artist in spotify block, closes: #53 * Getting uptime programmatically
2021-05-09added limits 30 chars foreach the title and artist in spotify block, closes: ↵Mustafa Salih
#53 (#54)
2021-04-29getting battery percentage programmatically (#50)Mustafa Salih
* getting battery percentage programmatically * cargo.lock edit
2021-02-15Dev (#45)Mustafa Salih
* added bitcoins prices * removed unwanted formating
2021-02-03removed some doublicated codemustafa salih
2021-02-02showing current public ip address (#43)Mustafa Salih
2021-01-26Reads network bandwith (#39)Mustafa Salih
* updated crate version * updated crate version * rsblocks now reads netspeed per second
2021-01-21Change to serdeAdaShoelace
Change config serializer to serde in order to get cleaner config types.
2021-01-18added reading load averagemustafa salih
2021-01-16added some checksmustafa salih
2021-01-14orginized the code to seprated mods and deleted the lib filemustafa salih