new background
This commit is contained in:
parent
a1eba98d06
commit
3ed7b3458d
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 7.3 MiB |
Loading…
Reference in New Issue