@@ -329,17 +329,6 @@ leads-vec -r reverse_proxy run
329
329
330
330
This will start the corresponding reverse proxy program as a subprocess in the background.
331
331
332
- ##### Specify a Theme
333
-
334
- ``` shell
335
- leads-vec -t path/to/the/theme.json run
336
- ```
337
-
338
- > You can use ": INTERNAL " to replace the path to ` leads_vec ` . For example, instead of typing
339
- ".../site-packages/leads_vec/devices_jarvis.py", simply use ": INTERNAL /devices_jarvis.py".
340
-
341
- To learn about themes, read [ Color and Themes] ( https://customtkinter.tomschimansky.com/documentation/color ) .
342
-
343
332
##### Magnify Font Sizes
344
333
345
334
``` shell
@@ -483,29 +472,30 @@ following as all the settings are optional.
483
472
484
473
Note that a purely empty file could cause an error.
485
474
486
- | Index | Type | Usage | Used By | Default |
487
- | ------------------------| ---------| -----------------------------------------------------------| --------------| ---------------|
488
- | ` w_debug_level ` | ` str ` | ` "DEBUG" ` , ` "INFO" ` , ` "WARN" ` , ` "ERROR" ` | Main, Remote | ` "DEBUG" ` |
489
- | ` data_seq_size ` | ` int ` | Buffer size of history data | Main | ` 100 ` |
490
- | ` width ` | ` int ` | Window width | Main | ` 720 ` |
491
- | ` height ` | ` int ` | Window height | Main | ` 480 ` |
492
- | ` fullscreen ` | ` bool ` | ` True ` : auto maximize; ` False ` : window mode | Main | ` False ` |
493
- | ` no_title_bar ` | ` bool ` | ` True ` : no title bar; ` False ` : default title bar | Main | ` False ` |
494
- | ` theme_mode ` | ` bool ` | ` "system" ` , ` "light" ` , ` "dark ` " | Main | ` False ` |
495
- | ` manual_mode ` | ` bool ` | ` True ` : hide control system; ` False ` : show control system | Main | ` False ` |
496
- | ` refresh_rate ` | ` int ` | GUI frame per second | Main | ` 30 ` |
497
- | ` m_ratio ` | ` float ` | Meter widget size ratio | Main | ` 0.7 ` |
498
- | ` num_external_screens ` | ` int ` | The number of external screens used if possible | Main | ` 0 ` |
499
- | ` font_size_small ` | ` int ` | Small font size | Main | ` 14 ` |
500
- | ` font_size_medium ` | ` int ` | Medium font size | Main | ` 28 ` |
501
- | ` font_size_large ` | ` int ` | Large font size | Main | ` 42 ` |
502
- | ` font_size_x_large ` | ` int ` | Extra large font size | Main | ` 56 ` |
503
- | ` comm_addr ` | ` str ` | Communication server address | Remote | ` "127.0.0.1" ` |
504
- | ` comm_port ` | ` int ` | The port on which the communication system runs on | Main, Remote | ` 16900 ` |
505
- | ` comm_stream ` | ` bool ` | ` True ` : enable streaming; ` False ` : disable streaming | Main | ` False ` |
506
- | ` comm_stream_port ` | ` bool ` | The port on which the streaming system runs on | Main, Remote | ` 16901 ` |
507
- | ` data_dir ` | ` str ` | The directory for the data recording system | Remote | ` "data" ` |
508
- | ` save_data ` | ` bool ` | ` True ` : save data; ` False ` : discard data | Remote | ` False ` |
475
+ | Index | Type | Usage | Used By | Default |
476
+ | ------------------------| ---------| ---------------------------------------------------------------------------------------| --------------| ---------------|
477
+ | ` w_debug_level ` | ` str ` | ` "DEBUG" ` , ` "INFO" ` , ` "WARN" ` , ` "ERROR" ` | Main, Remote | ` "DEBUG" ` |
478
+ | ` data_seq_size ` | ` int ` | Buffer size of history data | Main | ` 100 ` |
479
+ | ` width ` | ` int ` | Window width | Main | ` 720 ` |
480
+ | ` height ` | ` int ` | Window height | Main | ` 480 ` |
481
+ | ` fullscreen ` | ` bool ` | ` True ` : auto maximize; ` False ` : window mode | Main | ` False ` |
482
+ | ` no_title_bar ` | ` bool ` | ` True ` : no title bar; ` False ` : default title bar | Main | ` False ` |
483
+ | ` theme ` | ` str ` | Path to the [ theme] ( https://customtkinter.tomschimansky.com/documentation/color ) file | Main | ` "" ` |
484
+ | ` theme_mode ` | ` bool ` | ` "system" ` , ` "light" ` , ` "dark ` " | Main | ` False ` |
485
+ | ` manual_mode ` | ` bool ` | ` True ` : hide control system; ` False ` : show control system | Main | ` False ` |
486
+ | ` refresh_rate ` | ` int ` | GUI frame rate | Main | ` 30 ` |
487
+ | ` m_ratio ` | ` float ` | Meter widget size ratio | Main | ` 0.7 ` |
488
+ | ` num_external_screens ` | ` int ` | Number of external screens used if possible | Main | ` 0 ` |
489
+ | ` font_size_small ` | ` int ` | Small font size | Main | ` 14 ` |
490
+ | ` font_size_medium ` | ` int ` | Medium font size | Main | ` 28 ` |
491
+ | ` font_size_large ` | ` int ` | Large font size | Main | ` 42 ` |
492
+ | ` font_size_x_large ` | ` int ` | Extra large font size | Main | ` 56 ` |
493
+ | ` comm_addr ` | ` str ` | Communication server address | Remote | ` "127.0.0.1" ` |
494
+ | ` comm_port ` | ` int ` | Port on which the communication system runs on | Main, Remote | ` 16900 ` |
495
+ | ` comm_stream ` | ` bool ` | ` True ` : enable streaming; ` False ` : disable streaming | Main | ` False ` |
496
+ | ` comm_stream_port ` | ` bool ` | Port on which the streaming system runs on | Main, Remote | ` 16901 ` |
497
+ | ` data_dir ` | ` str ` | Directory for the data recording system | Remote | ` "data" ` |
498
+ | ` save_data ` | ` bool ` | ` True ` : save data; ` False ` : discard data | Remote | ` False ` |
509
499
510
500
## Devices Module
511
501
0 commit comments