This commit is contained in:
Crispy 2022-06-07 15:21:09 +02:00
parent 7e9daa986f
commit 0a8b980163
3 changed files with 16 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#? Config file for btop v. 1.2.5 #? Config file for btop v. 1.2.7
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* 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" #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
@ -144,6 +144,9 @@ mem_graphs = True
#* Show mem box below net box instead of above. #* Show mem box below net box instead of above.
mem_below_net = False mem_below_net = False
#* Count ZFS ARC in cached and available memory.
zfs_arc_cached = True
#* If swap memory should be shown in memory box. #* If swap memory should be shown in memory box.
show_swap = True show_swap = True

View file

@ -1,7 +1,11 @@
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items { #TabsToolbar {
opacity: 0; visibility: collapse;
pointer-events: none; }
#titlebar {
visibility: collapse;
}
#sidebar-header {
visibility: collapse !important;
} }
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}

View file

@ -42,5 +42,6 @@
"editor.bracketPairColorization.enabled": false, "editor.bracketPairColorization.enabled": false,
"rust-analyzer.inlayHints.parameterHints.enable": false, "rust-analyzer.inlayHints.parameterHints.enable": false,
"window.zoomLevel": 1, "window.zoomLevel": 1,
"editor.unicodeHighlight.nonBasicASCII": false "rust-analyzer.cargo.buildScripts.enable": true,
"editor.fontLigatures": true
} }