Replace files with hardlinks

This commit is contained in:
2022-01-12 14:09:01 +02:00
parent 90f781616e
commit 4213ca3da7
435 changed files with 20 additions and 37 deletions

6
.config/bpytop/bpytop.conf Executable file → Normal file
View File

@@ -1,4 +1,4 @@
#? Config file for bpytop v. 1.0.67
#? Config file for bpytop v. 1.0.68
#* Color theme, looks for a .theme file in "/usr/[local/]share/bpytop/themes" and "~/.config/bpytop/themes", "Default" for builtin default theme.
#* Prefix name by a plus sign (+) for a theme located in user themes folder, i.e. color_theme="+monokai"
@@ -40,7 +40,7 @@ proc_colors=True
proc_gradient=True
#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
proc_per_core=True
proc_per_core=False
#* Show process memory as bytes instead of percent
proc_mem_bytes=True
@@ -102,7 +102,7 @@ show_swap=True
swap_disk=True
#* If mem box should be split to also show disks info.
show_disks=False
show_disks=True
#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
only_physical=True