Add cache colour to bottom config
This commit is contained in:
parent
f142f7f6d2
commit
71993086fe
|
@ -5,11 +5,12 @@
|
|||
rainbow = [base08 base09 base0A base0B base0C base0D base0E base0F];
|
||||
in {
|
||||
table_header_color = base05;
|
||||
all_cpu_color = base03;
|
||||
all_cpu_color = base05;
|
||||
avg_cpu_color = base05;
|
||||
cpu_core_colors = rainbow;
|
||||
ram_color = base0B;
|
||||
swap_color = base09;
|
||||
ram_color = base08;
|
||||
cache_color = base0B;
|
||||
swap_color = base0D;
|
||||
rx_color = base0B;
|
||||
tx_color = base08;
|
||||
widget_title_color = base0C;
|
||||
|
|
Loading…
Reference in a new issue