Commit graph

10 commits

Author SHA1 Message Date
frosty d87187f61b remove mutex to potentially improve performance and fix deadlocks 2024-08-24 04:32:13 -04:00
frosty 9ec3e94ae5 collection of changes
updated default config with go functions

changed reader function implementations to use only a single function

capture outputs in byte arrays and store outputs as byte arrays instead of strings

add date reader

move some main function code to separate functions

move flags parsing to main
2024-08-24 03:13:04 -04:00
frosty 79a40f82f5 add some checks for whether exec cmd exits non-0 or output is blank 2024-08-20 23:08:29 +00:00
frosty fe651bdf28 add gocaudices credit for some code at the top 2024-08-20 22:49:48 +00:00
frosty 7a9ed4984d allow setting the x root window name
not perfect, still need to switch to byte arrays internally instead of strings
2024-08-20 22:33:37 +00:00
frosty 781b804a33 first sort of usable version.
read functions output just a blank interface for now.
2024-08-14 16:19:18 -04:00
frosty 886e0c5a97 name change and more modules added. config not started. 2024-08-14 12:28:29 -04:00
frosty 1e204a2ab7 move decimal place counts in main to consts, update const names in formatter, and remove byte format 2024-07-30 04:14:13 -04:00
frosty 336111f854 move formatter to ui package 2024-07-30 04:04:03 -04:00
frosty a0d943d710 first prototype version 2024-07-30 04:02:05 -04:00