Commit Graph

62 Commits

Author SHA1 Message Date
Nathan Dwarshuis bdab449be7 REF remove useless loglevel at the subfeature level 2022-07-08 19:02:49 -04:00
Nathan Dwarshuis 60a386ea73 ADD switch functions to disable Sometimes features 2022-07-08 18:57:12 -04:00
Nathan Dwarshuis 4eb88d5169 ENH (actually) make optimus-manager and emacs deps more robust 2022-07-08 18:17:41 -04:00
Nathan Dwarshuis 936a3b16b8 FIX nasty error caused by exception when looking at sockets 2022-07-08 02:11:42 -04:00
Nathan Dwarshuis cdba344695 ENH make dmenu deps more stringent 2022-07-08 00:21:05 -04:00
Nathan Dwarshuis 8d495123dc ENH make a few more desktop dep trees more specific 2022-07-07 19:20:21 -04:00
Nathan Dwarshuis 3f4de9cf88 ADD configuration file 2022-07-07 18:40:42 -04:00
Nathan Dwarshuis fcac56b496 WIP use intelligent logging messages 2022-07-07 01:05:17 -04:00
Nathan Dwarshuis 2704021150 ENH use better vbox search function; cache fonts 2022-07-06 18:54:10 -04:00
Nathan Dwarshuis c292c2b9a8 ENH use faster function for finding VMs 2022-07-06 00:16:47 -04:00
Nathan Dwarshuis 7cfb799698 ENH use cache (kinda) for dependency tree testing 2022-07-04 12:30:13 -04:00
Nathan Dwarshuis 3644efe205 ENH make xmobar plugins crap out when icon font doesn't exist 2022-07-04 00:36:41 -04:00
Nathan Dwarshuis 05c0b6a116 REF use common feature structure 2022-07-03 18:23:32 -04:00
Nathan Dwarshuis a796cedcf6 ENH use font features 2022-07-02 17:09:21 -04:00
Nathan Dwarshuis 43d5c446bb ADD stack to feed the always fallback action 2022-07-02 00:09:16 -04:00
Nathan Dwarshuis 0a0a734817 ENH welcome to rankN hell 2022-07-01 23:15:44 -04:00
Nathan Dwarshuis 3e6f4c7e27 ENH give all features an overall name 2022-06-28 23:27:55 -04:00
Nathan Dwarshuis 98a8da5168 ENH dump feature configuration 2022-06-28 21:24:21 -04:00
Nathan Dwarshuis caefbfc78a REF simplify Tree 2022-06-26 20:48:26 -04:00
Nathan Dwarshuis 9961f2909d ENH use dependency framework for power prompt 2022-06-26 20:07:25 -04:00
Nathan Dwarshuis 53a537960e ENH make showkeys use dep framework 2022-06-26 19:27:04 -04:00
Nathan Dwarshuis ec957c1dbf ENH actually make dependency framework functional 2022-06-26 19:05:25 -04:00
Nathan Dwarshuis 5326b49ce2 ENH use new dependency framework throughout 2022-06-22 01:28:46 -04:00
Nathan Dwarshuis d8a88531b0 WIP transition all dependencies to new framework 2022-06-21 00:56:42 -04:00
Nathan Dwarshuis 5907035e9d ENH use a bunch of nested feature stuff 2022-06-17 00:37:12 -04:00
Nathan Dwarshuis 01e991f182 ENH print out deps (but better this time) 2022-06-16 18:50:24 -04:00
Nathan Dwarshuis d767dc7bc0 ENH add CLI thingy to print dependencies (kinda) 2022-06-14 23:46:24 -04:00
Nathan Dwarshuis b9ede93e98 FIX name/arg typo 2021-11-27 01:06:49 -05:00
Nathan Dwarshuis fd37220005 REF move all 'common' DBus code to seperate shared module 2021-11-27 01:02:22 -05:00
Nathan Dwarshuis 8282cf05cc ENH make bluetooth module display connection status 2021-11-26 23:35:03 -05:00
Nathan Dwarshuis 5eb7a573ec ENH make ethernet plugin asynchronous 2021-11-25 00:12:00 -05:00
Nathan Dwarshuis db42b83d48 REF clean up dep module (again) 2021-11-22 23:46:51 -05:00
Nathan Dwarshuis 6417a832c5 REF rename Feature key 2021-11-22 23:28:54 -05:00
Nathan Dwarshuis b4380695d0 ENH print warnings/errors immediately for dependencies 2021-11-22 23:26:59 -05:00
Nathan Dwarshuis 010b612b93 ENH use cleaner type interface 2021-11-22 23:02:23 -05:00
Nathan Dwarshuis e3a7191ed9 REF clean dead code 2021-11-22 00:08:12 -05:00
Nathan Dwarshuis 8c4683faa1 REF rename DBus types 2021-11-21 23:59:38 -05:00
Nathan Dwarshuis c03f1938a1 REF fix action key name 2021-11-21 23:56:27 -05:00
Nathan Dwarshuis 866d2cbb75 REF move bus to endpoint type 2021-11-21 23:55:19 -05:00
Nathan Dwarshuis 27189cb335 REF use more consice type for features/actions 2021-11-21 23:32:10 -05:00
Nathan Dwarshuis 5a4c411df5 ENH use dependencies in dbus endpoint tests 2021-11-21 23:07:33 -05:00
Nathan Dwarshuis 6ce38b7ade ENH use typeclass to make dependency interface more flexible 2021-11-21 22:47:43 -05:00
Nathan Dwarshuis 7e5a4a57cd REF use function to abstract dbus endpoint dependencies 2021-11-21 18:18:09 -05:00
Nathan Dwarshuis be73dd64d3 ENH reuse client when possible 2021-11-21 17:54:00 -05:00
Nathan Dwarshuis 81543cbbbc REF consolidate method call functions 2021-11-21 16:58:01 -05:00
Nathan Dwarshuis da1e4a1c79 REF arrange dependency module sanely 2021-11-21 10:26:28 -05:00
Nathan Dwarshuis 81830a8e96 ENH make better error messages for features 2021-11-20 19:35:24 -05:00
Nathan Dwarshuis b28279794c REF clean up dbus init process 2021-11-20 15:20:22 -05:00
Nathan Dwarshuis 96108abc43 ENH decouple dbus controls from exporter 2021-11-20 12:40:53 -05:00
Nathan Dwarshuis f473e1f26d ENH remove subfeature crap 2021-11-20 11:48:05 -05:00