From 7b07ba4cf7af396eb0a8c6a15451816d7749067d Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Mon, 10 Feb 2020 20:41:54 -0500 Subject: [PATCH] Update config, travis. --- .travis.yml | 2 +- sample_config.toml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index bce65370..aef20152 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_script: - rustup target add $TARGET - rustup component add clippy script: - - cargo clippy -D clippy::all + - cargo clippy -- -D clippy::all - cargo build --verbose --target $TARGET - cargo test --verbose --target $TARGET diff --git a/sample_config.toml b/sample_config.toml index 9ec74ded..da5b4a7d 100644 --- a/sample_config.toml +++ b/sample_config.toml @@ -1,19 +1,19 @@ [flags] avg_cpu = true -dot_marker = true -temperature_type = "k" +dot_marker = false +temperature_type = "c" rate = 1000 -left_legend = true +left_legend = false current_usage = false group_processes = false -case_sensitive = true +case_sensitive = false whole_word = true regex = true [colors] # Based on gruvbox: https://github.com/morhetz/gruvbox table_header_color="#458588" -widget_title_color="#9d0006" +widget_title_color="#cc241d" cpu_core_colors=["#cc241d", "#98971a", "#d79921", "#458588", "#b16286", "#689d6a", "#fb4934", "#b8bb26", "#fabd2f", "#83a598"] ram_color="#fb4934" swap_color="#fabd2f" @@ -22,6 +22,6 @@ tx_color="#689d6a" border_color="#ebdbb2" highlighted_border_color="#fe8019" text_color="#ebdbb2" -graph_color="#9d0006" +graph_color="#ebdbb2" selected_text_color="#282828" -selected_bg_color="#458588" \ No newline at end of file +selected_bg_color="#458588"