tweak(neofetch): add color blocks location
This commit is contained in:
parent
5f997fb3fb
commit
6d2c1e714c
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,8 @@ with lib;
|
|||
prin
|
||||
prin "$(color 15)Disks"
|
||||
info disk
|
||||
|
||||
info cols
|
||||
}
|
||||
|
||||
kernel_shorthand="off"
|
||||
|
@ -53,6 +55,7 @@ with lib;
|
|||
memory_percent="on"
|
||||
memory_unit="gib"
|
||||
separator=" ➜"
|
||||
color_blocks="off"
|
||||
|
||||
# Disk
|
||||
disk_show=('/' '/media/main' '/media/data')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue