Neofetch: Change layout of fetch
This commit is contained in:
parent
52d77209ae
commit
e9bec12d74
@ -5,31 +5,27 @@
|
|||||||
# See this wiki page for more info:
|
# See this wiki page for more info:
|
||||||
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
|
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
|
||||||
print_info() {
|
print_info() {
|
||||||
info cols
|
|
||||||
info line_break
|
|
||||||
info line_break
|
|
||||||
info title
|
info title
|
||||||
info underline
|
info underline
|
||||||
|
|
||||||
info "LIN" distro
|
info "LIN" distro
|
||||||
info "VER" kernel
|
info "VER" kernel
|
||||||
info line_break
|
info line_break
|
||||||
|
info "MDL" model
|
||||||
info "CPU" cpu
|
info "CPU" cpu
|
||||||
info "GPU" gpu
|
info "GPU" gpu
|
||||||
info "MEM" memory
|
|
||||||
info "BT" battery
|
|
||||||
info line_break
|
info line_break
|
||||||
|
info "WM" wm
|
||||||
|
info "DE" de
|
||||||
|
prin "DSK" "$DSK_NAME_PRETTY $DSK_VERSION_PRETTY"
|
||||||
|
info "THM" theme
|
||||||
|
info "ICO" icons
|
||||||
# info "MUS" song
|
# info "MUS" song
|
||||||
# info "Model" model
|
|
||||||
# info "Uptime" uptime
|
# info "Uptime" uptime
|
||||||
# info "Packages" packages
|
# info "Packages" packages
|
||||||
# info "DE" de
|
|
||||||
# info "WM" wm
|
|
||||||
# info "SH" shell
|
# info "SH" shell
|
||||||
# info "Resolution" resolution
|
# info "Resolution" resolution
|
||||||
# info "WM Theme" wm_theme
|
# info "WM Theme" wm_theme
|
||||||
# info "Theme" theme
|
|
||||||
# info "Icons" icons
|
|
||||||
# info "Terminal" term
|
# info "Terminal" term
|
||||||
# info "Terminal Font" term_font
|
# info "Terminal Font" term_font
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user