diff --git a/btop.conf b/btop.conf index cfd4c62..f5635e5 100644 --- a/btop.conf +++ b/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.2.7 +#? Config file for btop v. 1.2.10 #* 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" @@ -74,12 +74,18 @@ proc_per_core = True #* Show process memory as bytes instead of percent. proc_mem_bytes = True +#* Show cpu graph for each process. +proc_cpu_graphs = True + #* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate) proc_info_smaps = False #* Show proc box on left side of screen instead of right. proc_left = False +#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). +proc_filter_kernel = False + #* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. #* Select from a list of detected attributes from the options menu. cpu_graph_upper = "total" @@ -162,6 +168,9 @@ only_physical = True #* Read disks list from /etc/fstab. This also disables only_physical. use_fstab = True +#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool) +zfs_hide_datasets = False + #* Set to true to show available disk space for privileged users. disk_free_priv = False diff --git a/vscodium.json b/vscodium.json index d61e884..b9a1c21 100644 --- a/vscodium.json +++ b/vscodium.json @@ -33,7 +33,6 @@ "editor.copyWithSyntaxHighlighting": false, "terminal.integrated.defaultProfile.linux": "fish", "rust.clippy_preference": "on", - "workbench.colorTheme": "Catppuccin Mocha", "C_Cpp.renameRequiresIdentifier": false, "editor.renderWhitespace": "all", "terminal.integrated.fontFamily": "monospace", @@ -47,6 +46,7 @@ "files.trimTrailingWhitespace": true, "editor.glyphMargin": false, "editor.formatOnSave": true, - "window.zoomLevel": 1, - "omnisharp.useModernNet": false + "omnisharp.useModernNet": false, + "workbench.colorTheme": "Community Material Theme Darker High Contrast", + "window.zoomLevel": 1 } \ No newline at end of file diff --git a/xprofile b/xprofile index 9e279f3..6bbf570 100644 --- a/xprofile +++ b/xprofile @@ -1 +1 @@ -setxkbmap -layout se +#setxkbmap -layout se