From 0a8b980163c6b936374cd43cd45848351b1e9058 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Tue, 7 Jun 2022 15:21:09 +0200 Subject: [PATCH] updates --- btop.conf | 5 ++++- firefox/userChrome.css | 16 ++++++++++------ vscodium.json | 3 ++- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/btop.conf b/btop.conf index fdb9827..2689ad5 100644 --- a/btop.conf +++ b/btop.conf @@ -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 diff --git a/firefox/userChrome.css b/firefox/userChrome.css index c74113d..0f4ec8b 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -1,7 +1,11 @@ -#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items { - opacity: 0; - pointer-events: none; +#TabsToolbar { + visibility: collapse; +} + +#titlebar { + visibility: collapse; +} + +#sidebar-header { + visibility: collapse !important; } -#main-window:not([tabsintitlebar="true"]) #TabsToolbar { - visibility: collapse !important; -} \ No newline at end of file diff --git a/vscodium.json b/vscodium.json index 2e5691d..79f2763 100644 --- a/vscodium.json +++ b/vscodium.json @@ -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 } \ No newline at end of file