updates
This commit is contained in:
parent
7e9daa986f
commit
0a8b980163
3 changed files with 16 additions and 8 deletions
|
@ -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.
|
||||
#* 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.
|
||||
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.
|
||||
show_swap = True
|
||||
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
#TabsToolbar {
|
||||
visibility: collapse;
|
||||
}
|
||||
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
|
||||
|
||||
#titlebar {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
#sidebar-header {
|
||||
visibility: collapse !important;
|
||||
}
|
|
@ -42,5 +42,6 @@
|
|||
"editor.bracketPairColorization.enabled": false,
|
||||
"rust-analyzer.inlayHints.parameterHints.enable": false,
|
||||
"window.zoomLevel": 1,
|
||||
"editor.unicodeHighlight.nonBasicASCII": false
|
||||
"rust-analyzer.cargo.buildScripts.enable": true,
|
||||
"editor.fontLigatures": true
|
||||
}
|
Loading…
Reference in a new issue