diff options
author | awy <awy@awy.one> | 2025-08-14 05:46:25 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-14 05:46:25 +0300 |
commit | 222fe9a9ffc5430ea28173f01482f30b26f22648 (patch) | |
tree | d11094fe10c854cd23dfa5f49850e1facfefe116 /.config/btop/btop.conf | |
parent | 9e12eb5b61daa6fc864301893bc6242614777d76 (diff) | |
download | hyprdots-222fe9a9ffc5430ea28173f01482f30b26f22648.tar.gz |
update
Diffstat (limited to '.config/btop/btop.conf')
-rw-r--r-- | .config/btop/btop.conf | 68 |
1 files changed, 66 insertions, 2 deletions
diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index f54e85d..f613f1b 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -1,6 +1,70 @@ -color_theme = "/usr/share/btop/themes/gruvbox_dark.theme" +color_theme = "/usr/share/btop/themes/everforest-dark-medium.theme" theme_background = False +presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty" vim_keys = True rounded_corners = False -shown_boxes = "cpu net proc mem gpu0" +graph_symbol = "braille" +graph_symbol_cpu = "braille" +graph_symbol_gpu = "default" +graph_symbol_mem = "default" +graph_symbol_net = "default" +graph_symbol_proc = "default" +shown_boxes = "mem net proc cpu" +update_ms = 2000 proc_sorting = "memory" +proc_reversed = False +proc_tree = False +proc_colors = True +proc_gradient = True +proc_per_core = False +proc_mem_bytes = True +proc_cpu_graphs = True +proc_info_smaps = False +proc_left = False +proc_filter_kernel = False +proc_aggregate = False +cpu_graph_upper = "Auto" +cpu_graph_lower = "Auto" +show_gpu_info = "Auto" +cpu_invert_lower = True +cpu_single_graph = True +cpu_bottom = False +show_uptime = True +check_temp = True +cpu_sensor = "Auto" +show_coretemp = True +cpu_core_map = "" +temp_scale = "celsius" +base_10_sizes = False +show_cpu_freq = True +clock_format = "%X" +background_update = True +custom_cpu_name = "" +disks_filter = "" +mem_graphs = False +mem_below_net = False +zfs_arc_cached = True +show_swap = True +swap_disk = True +show_disks = True +only_physical = True +use_fstab = True +zfs_hide_datasets = False +disk_free_priv = False +show_io_stat = True +io_mode = False +io_graph_combined = False +io_graph_speeds = "" +net_download = 100 +net_upload = 100 +net_auto = True +net_sync = True +net_iface = "" +base_10_bitrate = "Auto" +show_battery = True +selected_battery = "Auto" +show_battery_watts = True +log_level = "WARNING" +nvml_measure_pcie_speeds = True +rsmi_measure_pcie_speeds = True +gpu_mirror_graph = False |