diff options
author | awy <awy@awy.one> | 2025-07-29 03:42:18 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-29 03:42:18 +0300 |
commit | ef6dff4cce15186a66ba34cdd7bd39958ebf7f58 (patch) | |
tree | fcfa61164ca6e79c900b5d11f6afc6b46aaccb84 /.config/btop | |
download | hyprdots-ef6dff4cce15186a66ba34cdd7bd39958ebf7f58.tar.gz |
first commit
Diffstat (limited to '.config/btop')
-rw-r--r-- | .config/btop/btop.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf new file mode 100644 index 0000000..f54e85d --- /dev/null +++ b/.config/btop/btop.conf @@ -0,0 +1,6 @@ +color_theme = "/usr/share/btop/themes/gruvbox_dark.theme" +theme_background = False +vim_keys = True +rounded_corners = False +shown_boxes = "cpu net proc mem gpu0" +proc_sorting = "memory" |