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];
|
rainbow = [base08 base09 base0A base0B base0C base0D base0E base0F];
|
||||||
in {
|
in {
|
||||||
table_header_color = base05;
|
table_header_color = base05;
|
||||||
all_cpu_color = base03;
|
all_cpu_color = base05;
|
||||||
avg_cpu_color = base05;
|
avg_cpu_color = base05;
|
||||||
cpu_core_colors = rainbow;
|
cpu_core_colors = rainbow;
|
||||||
ram_color = base0B;
|
ram_color = base08;
|
||||||
swap_color = base09;
|
cache_color = base0B;
|
||||||
|
swap_color = base0D;
|
||||||
rx_color = base0B;
|
rx_color = base0B;
|
||||||
tx_color = base08;
|
tx_color = base08;
|
||||||
widget_title_color = base0C;
|
widget_title_color = base0C;
|
||||||
|
|
Loading…
Reference in a new issue