From 636516b164fa2ccabde9b894368ebe882c73fb2e Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Thu, 2 Feb 2023 20:10:31 +0100 Subject: [PATCH] Add bottom config Signed-off-by: Severin Kaderli --- .install/symlinks.sh | 1 + system/.config/bottom/bottom.toml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 system/.config/bottom/bottom.toml diff --git a/.install/symlinks.sh b/.install/symlinks.sh index 73f7b7c..9c7f285 100644 --- a/.install/symlinks.sh +++ b/.install/symlinks.sh @@ -11,6 +11,7 @@ CONFIG_LINKED_FILES_HOME=( ".config/bat" + ".config/bottom" ".config/ccache" ".config/cmus" ".config/cron" diff --git a/system/.config/bottom/bottom.toml b/system/.config/bottom/bottom.toml new file mode 100644 index 0000000..35814eb --- /dev/null +++ b/system/.config/bottom/bottom.toml @@ -0,0 +1,22 @@ +[colors] +table_header_color = "#f5e0dc" +all_cpu_color = "#f5e0dc" +avg_cpu_color = "#eba0ac" +cpu_core_colors = ["#f38ba8","#fab387","#f9e2af","#a6e3a1","#74c7ec","#cba6f7"] +ram_color = "#a6e3a1" +swap_color = "#fab387" +rx_color = "#a6e3a1" +tx_color = "#f38ba8" +widget_title_color = "#f2cdcd" +border_color = "#585b70" +highlighted_border_color = "#f5c2e7" +text_color = "#cdd6f4" +graph_color = "#a6adc8" +cursor_color = "#f5c2e7" +selected_text_color = "#11111b" +selected_bg_color = "#cba6f7" +high_battery_color = "#a6e3a1" +medium_battery_color = "#f9e2af" +low_battery_color = "#f38ba8" +gpu_core_colors = ["#74c7ec","#cba6f7","#f38ba8","#fab387","#f9e2af","#a6e3a1"] +arc_color = "#89dceb"