Neofetch -> fastfetch.
This commit is contained in:
parent
5e3a1c1ca1
commit
10a17d3623
18
_cli/fastfetch/config.jsonc
Normal file
18
_cli/fastfetch/config.jsonc
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||||
|
"modules": [
|
||||||
|
"host",
|
||||||
|
"cpu",
|
||||||
|
"gpu",
|
||||||
|
"break",
|
||||||
|
"os",
|
||||||
|
"kernel",
|
||||||
|
"uptime",
|
||||||
|
"packages",
|
||||||
|
"break",
|
||||||
|
"de",
|
||||||
|
"terminal",
|
||||||
|
"break",
|
||||||
|
"colors"
|
||||||
|
]
|
||||||
|
}
|
Before Width: | Height: | Size: 229 KiB After Width: | Height: | Size: 229 KiB |
@ -1,35 +0,0 @@
|
|||||||
# See this wiki page for more info:
|
|
||||||
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
|
|
||||||
print_info() {
|
|
||||||
info title
|
|
||||||
info underline
|
|
||||||
|
|
||||||
info "OS " distro
|
|
||||||
info "Host " model
|
|
||||||
info "Shell " shell
|
|
||||||
info "Kernel " kernel
|
|
||||||
info "Uptime " uptime
|
|
||||||
info "Packages " packages
|
|
||||||
prin
|
|
||||||
info "WM " wm
|
|
||||||
info "Terminal " term
|
|
||||||
info "Resolution" resolution
|
|
||||||
info cols
|
|
||||||
}
|
|
||||||
|
|
||||||
kernel_shorthand="off"
|
|
||||||
distro_shorthand="on"
|
|
||||||
os_arch="off"
|
|
||||||
uptime_shorthand="tiny"
|
|
||||||
memory_percent="on"
|
|
||||||
package_managers="on"
|
|
||||||
shell_version="off"
|
|
||||||
cpu_brand="off"
|
|
||||||
refresh_rate="on"
|
|
||||||
bold="off"
|
|
||||||
block_width=4
|
|
||||||
image_backend="ascii"
|
|
||||||
image_source="/f/.config/neofetch/gentoo.png"
|
|
||||||
image_loop="off"
|
|
||||||
image_size="310px"
|
|
||||||
gap=2
|
|
Loading…
Reference in New Issue
Block a user