Update config, travis.
This commit is contained in:
parent
1ff2d78b41
commit
7b07ba4cf7
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue