diff --git a/btop/btop.conf b/btop/btop.conf index 59d24bc..dab9282 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.2.8 +#? Config file for btop v. 1.2.9 #* 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,6 +74,9 @@ proc_per_core = False #* 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 @@ -165,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/herbstluftwm/autostart b/herbstluftwm/autostart index d3d54d9..5a02d31 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -18,7 +18,7 @@ fi hc lock hsetroot -solid "#1e1e2e" -feh --bg-fill ~/.config/herbstluftwm/wallpaper.png +feh --bg-fill ~/.config/herbstluftwm/wallpaper.jpg xobpipe="$XDG_RUNTIME_DIR/xobpipe" # theme diff --git a/herbstluftwm/wallpaper.jpg b/herbstluftwm/wallpaper.jpg index 2a329d8..155d9c2 100644 Binary files a/herbstluftwm/wallpaper.jpg and b/herbstluftwm/wallpaper.jpg differ