# Alloy bottom (btm) configuration # # Alloy light-mode palette on graphs, borders, and text. Vi-flavored # defaults inherited from bottom; overrides where sensible. [flags] avg_cpu = true temperature_type = "celsius" rate = "1s" default_widget_type = "cpu" default_widget_count = 1 disable_click = true # keyboard-only tree = false color = "default" mem_as_value = false hide_time = false hide_avg_cpu = false dot_marker = false group_processes = false case_sensitive = false whole_word = false regex = false show_table_scroll_position = true process_command = false disable_advanced_kill = false network_use_bytes = false network_use_log = false network_use_binary_prefix = true enable_gpu = true retention = "10m" unnormalized_cpu = false # ------------------------------------------------------------------- # Colors — Alloy light-mode palette (docs/TOKENS.md) # ------------------------------------------------------------------- [styles.tables] headers = { color = "#222d38", modifiers = ["bold"] } [styles.graphs] graph_color = "#cabeae" [styles.widgets] border_color = "#dad2c7" selected_border_color = "#b07840" widget_title = { color = "#222d38" } text = { color = "#1a1816" } selected_text = { color = "#1a1816", bg_color = "#dad2c7" } disabled_text = { color = "#514b45" } [styles.cpu] all_entry_color = "#1a1816" avg_entry_color = "#222d38" cpu_core_colors = [ "#b07840", # accent-warn "#6a2828", # accent-error "#3a5830", # accent-ok "#222d38", # text-secondary "#514b45", # text-muted "#7f786d", # border-strong ] [styles.memory] ram_color = "#3a5830" swap_color = "#b07840" cache_color = "#514b45" [styles.network] rx_color = "#3a5830" tx_color = "#b07840" rx_total_color = "#222d38" tx_total_color = "#514b45" [styles.battery] high_battery_color = "#3a5830" medium_battery_color = "#b07840" low_battery_color = "#6a2828"