Update config, travis.

This commit is contained in:
ClementTsang 2020-02-10 20:41:54 -05:00
parent 1ff2d78b41
commit 7b07ba4cf7
2 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@ before_script:
- rustup target add $TARGET - rustup target add $TARGET
- rustup component add clippy - rustup component add clippy
script: script:
- cargo clippy -D clippy::all - cargo clippy -- -D clippy::all
- cargo build --verbose --target $TARGET - cargo build --verbose --target $TARGET
- cargo test --verbose --target $TARGET - cargo test --verbose --target $TARGET

View File

@ -1,19 +1,19 @@
[flags] [flags]
avg_cpu = true avg_cpu = true
dot_marker = true dot_marker = false
temperature_type = "k" temperature_type = "c"
rate = 1000 rate = 1000
left_legend = true left_legend = false
current_usage = false current_usage = false
group_processes = false group_processes = false
case_sensitive = true case_sensitive = false
whole_word = true whole_word = true
regex = true regex = true
[colors] [colors]
# Based on gruvbox: https://github.com/morhetz/gruvbox # Based on gruvbox: https://github.com/morhetz/gruvbox
table_header_color="#458588" 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"] cpu_core_colors=["#cc241d", "#98971a", "#d79921", "#458588", "#b16286", "#689d6a", "#fb4934", "#b8bb26", "#fabd2f", "#83a598"]
ram_color="#fb4934" ram_color="#fb4934"
swap_color="#fabd2f" swap_color="#fabd2f"
@ -22,6 +22,6 @@ tx_color="#689d6a"
border_color="#ebdbb2" border_color="#ebdbb2"
highlighted_border_color="#fe8019" highlighted_border_color="#fe8019"
text_color="#ebdbb2" text_color="#ebdbb2"
graph_color="#9d0006" graph_color="#ebdbb2"
selected_text_color="#282828" selected_text_color="#282828"
selected_bg_color="#458588" selected_bg_color="#458588"