Commit Graph

156 Commits

Author SHA1 Message Date
Nathan Dwarshuis cc806784e6 ENH move cpu functions to cpu module 2021-07-17 21:22:17 -04:00
Nathan Dwarshuis 4da354dd91 REF move static drawing init to own module 2021-07-17 16:59:06 -04:00
Nathan Dwarshuis d80cab717e REF clean up processor 2021-07-17 16:48:22 -04:00
Nathan Dwarshuis 36c23df114 REF get rid of global vars passed to modules 2021-07-17 16:43:00 -04:00
Nathan Dwarshuis 5875eeff98 REF make modules return startup closures 2021-07-17 00:17:22 -04:00
Nathan Dwarshuis 1fb91d03be REF clean up dead code 2021-07-16 23:38:27 -04:00
Nathan Dwarshuis ca136ad551 REF use separate file to define geometry 2021-07-16 23:25:44 -04:00
Nathan Dwarshuis b25bd994ae ENH use trigger to control when HWP query fires 2021-07-13 23:50:50 -04:00
Nathan Dwarshuis 3efe2d8b6b ENH make axis text more compact 2021-07-13 23:01:28 -04:00
Nathan Dwarshuis 6218bbd73a ENH use sensical scales for plots 2021-07-13 22:54:41 -04:00
Nathan Dwarshuis 807293b5e0 FIX hwp wrong number of cores 2021-07-13 01:18:33 -04:00
Nathan Dwarshuis bf27560dcd REF remove more dead code 2021-07-13 01:16:32 -04:00
Nathan Dwarshuis fcc6b0bd3c REF move hwp stuff to own function 2021-07-13 01:12:34 -04:00
Nathan Dwarshuis 85908bc10d REF don't do string conversion 2021-07-13 01:01:21 -04:00
Nathan Dwarshuis b79f7ef049 REF add common, remove dead code 2021-07-13 00:59:20 -04:00
Nathan Dwarshuis e952590371 ENH make cpu freq less jumpy 2021-07-13 00:53:41 -04:00
Nathan Dwarshuis 021ab83434 FIX graphics formatting 2021-07-13 00:14:04 -04:00
Nathan Dwarshuis 7befb37523 ENH get cpu loads faster 2021-07-12 23:49:52 -04:00
Nathan Dwarshuis 1fe6f2e170 FIX scaleplot initial doesn't mean anything 2021-07-12 11:19:56 -04:00
Nathan Dwarshuis 01fda373eb FIX typo 2021-07-12 11:19:49 -04:00
Nathan Dwarshuis 0c655fadb9 REF move all widget building to common 2021-07-11 23:57:56 -04:00
Nathan Dwarshuis b5f3272c30 REF move compound dial to common 2021-07-11 23:10:35 -04:00
Nathan Dwarshuis abe27ad148 REF move dial to common 2021-07-11 23:02:45 -04:00
Nathan Dwarshuis 5d3c4374bc REF arrange constants nicely 2021-07-11 21:11:38 -04:00
Nathan Dwarshuis 0cee1aa0f8 FIX typo 2021-07-11 20:56:05 -04:00
Nathan Dwarshuis a3dad5997e ENH use function to format annotated plots 2021-07-11 20:26:02 -04:00
Nathan Dwarshuis 24101ebc11 REF don't use input factor 2021-07-11 19:47:21 -04:00
Nathan Dwarshuis a90f937a9b ENH use sameplfreq in plot 2021-07-11 19:23:20 -04:00
Nathan Dwarshuis e72453d79e Revert "ENH use enum for x/y alignment"
This reverts commit df16b60f4a.
2021-07-11 18:53:57 -04:00
Nathan Dwarshuis df16b60f4a ENH use enum for x/y alignment 2021-07-11 18:39:30 -04:00
Nathan Dwarshuis 529cc3824c ENH don't make point for semicircles 2021-07-11 18:19:09 -04:00
Nathan Dwarshuis a5af4f9200 ENH don't unnecessarilty make point for box 2021-07-11 18:12:39 -04:00
Nathan Dwarshuis 073e7239d1 REF remove dead code 2021-07-11 17:14:06 -04:00
Nathan Dwarshuis 30a39aa34b ENH use table style objects 2021-07-11 16:53:25 -04:00
Nathan Dwarshuis 4e1ee6936e ENH use style objects for plots 2021-07-11 14:48:51 -04:00
Nathan Dwarshuis 340aab3548 ENH use arc_style for compound dial 2021-07-11 12:58:51 -04:00
Nathan Dwarshuis b1d321bfc2 ENH use threshold style objects 2021-07-10 23:33:25 -04:00
Nathan Dwarshuis 03add92fdd REF use line style argument 2021-07-10 23:07:27 -04:00
Nathan Dwarshuis 7bff2e5885 ENH combine max length and printf format args 2021-07-10 22:50:30 -04:00
Nathan Dwarshuis 05cf19973e ENH use separate fun for threshold text 2021-07-10 19:44:32 -04:00
Nathan Dwarshuis b057d98cdd ENH use plain text function 2021-07-10 19:28:49 -04:00
Nathan Dwarshuis a7db545cd3 ENH use string.print instead of prefix/suffix 2021-07-10 19:07:45 -04:00
Nathan Dwarshuis e2f622fd22 REF use common text types 2021-07-10 17:13:17 -04:00
Nathan Dwarshuis 95d7abbd9e REF use arc style 2021-07-10 14:43:20 -04:00
Nathan Dwarshuis e02a5eacef FIX typo 2021-07-10 13:57:58 -04:00
Nathan Dwarshuis ea4884d25f ENH don't retroreference rectange geometries 2021-07-10 13:52:28 -04:00
Nathan Dwarshuis 2965bae338 REF use box in rect and fillrect 2021-07-10 00:22:02 -04:00
Nathan Dwarshuis a96dd545c8 REF use point for text 2021-07-09 23:53:21 -04:00
Nathan Dwarshuis 39c964a39f REF remove dead code in arcs 2021-07-09 23:23:24 -04:00
Nathan Dwarshuis 68b2b673b4 REF use semicircle for dials 2021-07-09 23:19:26 -04:00
Nathan Dwarshuis 4579bdb2f8 REF use semicircle for arc 2021-07-09 22:53:03 -04:00
Nathan Dwarshuis c683b68204 REF don't use kwargs in textcolumn 2021-07-09 22:22:49 -04:00
Nathan Dwarshuis 2ae3da11f4 REF don't use kwargs in text 2021-07-09 00:10:59 -04:00
Nathan Dwarshuis ed2376e418 REF don't use kwargs for line-like things 2021-07-08 23:26:38 -04:00
Nathan Dwarshuis 853badd05e REF don't use kwargs for arc functions 2021-07-08 22:57:35 -04:00
Nathan Dwarshuis 1c4675569a FIX manually specify alignment 2021-07-07 23:16:26 -04:00
Nathan Dwarshuis d15ede5ec9 ENH use numbers for critical threshhold 2021-07-06 19:32:18 -04:00
Nathan Dwarshuis 4faa18ded0 REF move crticial patterns out of core 2021-07-06 18:56:24 -04:00
Nathan Dwarshuis 42535dfcb5 REF move font specs into common module 2021-07-06 00:11:00 -04:00
Nathan Dwarshuis b33cf3933f REF move patterns into common theming/widget composition module 2021-07-05 23:27:43 -04:00
Nathan Dwarshuis d4ac91ac35 REF move pattern code into drawing modules 2021-07-04 22:24:18 -04:00
Nathan Dwarshuis ed505d0e15 REF use general pattern names 2021-07-04 19:50:55 -04:00
Nathan Dwarshuis d0494859f2 REF remove dead code 2021-07-04 17:30:06 -04:00
Nathan Dwarshuis 602cb8ab45 ENH use bits for network speeds 2021-06-17 18:18:09 -04:00
Nathan Dwarshuis 56c445a23d ADD tmpfs to filesystem monitor 2021-05-12 12:54:58 -04:00
Nathan Dwarshuis 7abefbe756 ADD smartd indicator 2021-02-02 18:21:32 -05:00
Nathan Dwarshuis 27f1f6e51e ENH remove two filesystems 2021-02-01 03:02:52 -05:00
Nathan Dwarshuis 6fa19db996 ENH reduce memory table power consumption 2020-04-11 15:14:14 -04:00
Nathan Dwarshuis f55f7ff9ca FIX remove extra tengths digit 2020-03-07 10:58:28 -05:00
Nathan Dwarshuis 45a3903144 ENH update graphics for optimus-manager 2020-01-30 23:48:02 -05:00
Nathan Dwarshuis fa0ad15c70 Revert "ENH change color sheme"
This reverts commit bd36011119.
2020-01-28 20:22:15 -05:00
Nathan Dwarshuis 79767ac1e4 FIX merge conflict garbage 2020-01-28 20:12:38 -05:00
Nathan Dwarshuis 17ca811255 Merge branch 'tmp' 2020-01-28 20:11:22 -05:00
Nathan Dwarshuis 8ec987eccb ENH replace ps info with HWP info 2020-01-28 20:06:56 -05:00
Nathan Dwarshuis bd36011119 ENH change color sheme 2020-01-21 23:58:31 -05:00
Nathan Dwarshuis f5dae615f5 ENH make system display n/a when no pacman stats available 2019-10-13 21:14:08 -04:00
Nathan Dwarshuis b1ad4fcfa7 ENH make kernel part of the static image 2019-10-13 21:13:00 -04:00
Nathan Dwarshuis 68faa2d3f3 ENH use split surfaces to draw all static paths 2019-10-13 21:05:38 -04:00
Nathan Dwarshuis 0fe00472d3 FIX formating issue in proc table 2019-10-12 11:42:44 -04:00
Nathan Dwarshuis 821b219f34 ENH add some performance tweaks to processor 2019-10-12 10:33:32 -04:00
Nathan Dwarshuis 0e54fd1eda ENH use faster pid comm lookup method 2019-10-12 10:04:45 -04:00
Nathan Dwarshuis b9a140d445 ENH optimize battery polling 2019-10-12 02:20:45 -04:00
Nathan Dwarshuis 07f2e89c77 ENH move last update and sync to the pacman_update systemd script 2019-10-11 21:52:10 -04:00
Nathan Dwarshuis 3457a5f675 ENH use external pacman update script now 2019-10-10 22:52:49 -04:00
Nathan Dwarshuis d1c31f1f38 ENH update to lua 5.3 2019-09-01 15:34:10 -04:00
ndwarshuis 7125292168 forgot to change the path for the new var/cache partition 2018-09-28 10:40:41 -04:00
ndwarshuis 0cebe69d98 moved var cache to its own dir so rename the appropriate line in
filesystem module
2018-09-28 10:37:59 -04:00
petrucci4prez a6c2b72dc6 remove igpu and cache from power 2018-08-05 18:04:22 -04:00
petrucci4prez dc38389c8a split bar into static and dynamic drawing 2018-08-05 14:54:49 -04:00
petrucci4prez 1b1051050b split arc into static and dynamic drawing 2018-08-05 14:45:41 -04:00
petrucci4prez fbf69531a6 split plotting to static and dynamic 2018-08-05 14:29:52 -04:00
petrucci4prez 3be242ef32 split static and dynamic table drawing 2018-08-05 11:56:11 -04:00
petrucci4prez ba4ea08453 move all atomic static drawing ops to static drawing functions 2018-08-05 11:35:00 -04:00
petrucci4prez 715e856d20 split drawing modules into static and dynamic 2018-08-05 11:22:07 -04:00
petrucci4prez 77974cc7bc remove old interface switch 2018-08-05 11:08:37 -04:00
petrucci4prez c6b68e7edc small performance improvement 2018-08-04 18:07:48 -04:00
petrucci4prez 0872cc236c small speedup for top table 2018-08-04 17:54:34 -04:00
petrucci4prez 23cd57d1aa rearrange power monitor with mulitplot 2018-02-18 20:50:49 -05:00
petrucci4prez 72e6e9b367 add dcache fs 2018-02-10 13:41:10 -05:00
petrucci4prez e988ce6ace make cpu indices correct 2018-01-05 23:36:50 -05:00