Update .config/btop/btop.conf

Update .config/hypr/hyprland/monitors.conf
Update .config/mako/config
Update .config/nvim/lazy-lock.json
This commit is contained in:
2025-07-21 15:52:34 +02:00
parent 389bd51b06
commit 74b84bab95
4 changed files with 12 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
#? Config file for btop v. 1.4.3
#? Config file for btop v. 1.4.4
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
color_theme = "/usr/share/btop/themes/adwaita.theme"
color_theme = "/usr/share/btop/themes/flat-remix-light.theme"
#* If the theme set background should be shown, set to False if you want terminal background transparency.
theme_background = True
@@ -57,7 +57,7 @@ update_ms = 2000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "cpu lazy"
proc_sorting = "threads"
#* Reverse sorting order, True or False.
proc_reversed = False
@@ -150,7 +150,7 @@ background_update = True
custom_cpu_name = ""
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user".
#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user"
disks_filter = ""
#* Show graphs instead of meters for memory values.