Commit graph

26 commits

Author SHA1 Message Date
frosty 4fb9dd34d6 show fail message for template issues 2024-09-06 06:52:44 -04:00
frosty 170d4e3484 pass update function to monitorUpdates 2024-09-06 06:48:40 -04:00
frosty ab8f19441c change license to GNU GPLv3 2024-08-25 02:27:55 -04:00
frosty c94bef1a54 add todo 2024-08-25 01:19:36 -04:00
frosty 79d644a712 remove unneeded comments 2024-08-24 19:42:48 -04:00
frosty d87187f61b remove mutex to potentially improve performance and fix deadlocks 2024-08-24 04:32:13 -04:00
frosty 633a3a7e6b remove example config, and add some info 2024-08-24 04:13:46 -04:00
frosty 0f9c827bb2 remove extra script inside default config 2024-08-24 03:30:51 -04:00
frosty 20fcd2c6e3 fix space indent with tabs 2024-08-24 03:24:26 -04:00
frosty 5aa15fa5f6 switch tab width to 4 and remove unneeded property 2024-08-24 03:22:34 -04:00
frosty faf4265f70 update example config with a friendlier one 2024-08-24 03:16:44 -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 8c316dee38 add example output section 2024-08-20 23:08:34 +00: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 235a1f6739 remove some paragraphs and add usage 2024-08-20 22:38:25 +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 4653550119 make each reader func return a func, as well as add an exec reader. 2024-08-20 21:58:40 +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 da000a867f add more readme info 2024-08-14 14:27:04 -04:00
frosty 299536e72d add readme attributions 2024-08-14 13:46:31 -04:00
frosty d8f684e91c fix engrish 2024-08-14 12:30:52 -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