Uncomment functions
This commit is contained in:
parent
6f8dc8ad64
commit
64ed65fbf0
58
neofetch
58
neofetch
|
@ -42,38 +42,38 @@ export LANG=C
|
||||||
# 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
|
||||||
printinfo () {
|
printinfo () {
|
||||||
# info title
|
info title
|
||||||
# info underline
|
info underline
|
||||||
|
|
||||||
# info "OS" distro
|
info "OS" distro
|
||||||
# info "Kernel" kernel
|
info "Kernel" kernel
|
||||||
# info "Uptime" uptime
|
info "Uptime" uptime
|
||||||
# info "Packages" packages
|
info "Packages" packages
|
||||||
# info "Shell" shell
|
info "Shell" shell
|
||||||
# info "Resolution" resolution
|
info "Resolution" resolution
|
||||||
# info "DE" de
|
info "DE" de
|
||||||
# info "WM" wm
|
info "WM" wm
|
||||||
# info "WM Theme" wmtheme
|
info "WM Theme" wmtheme
|
||||||
# info "Theme" theme
|
info "Theme" theme
|
||||||
# info "Icons" icons
|
info "Icons" icons
|
||||||
# info "Terminal" term
|
info "Terminal" term
|
||||||
# info "Terminal Font" termfont
|
info "Terminal Font" termfont
|
||||||
# info "CPU" cpu
|
info "CPU" cpu
|
||||||
# info "GPU" gpu
|
info "GPU" gpu
|
||||||
# info "Memory" memory
|
info "Memory" memory
|
||||||
|
|
||||||
# # info "Disk" disk
|
# info "Disk" disk
|
||||||
# # info "Battery" battery
|
# info "Battery" battery
|
||||||
# # info "Font" font
|
# info "Font" font
|
||||||
# # info "Song" song
|
# info "Song" song
|
||||||
# # info "Local IP" localip
|
# info "Local IP" localip
|
||||||
# # info "Public IP" publicip
|
# info "Public IP" publicip
|
||||||
# # info "Users" users
|
# info "Users" users
|
||||||
# # info "Birthday" birthday
|
# info "Birthday" birthday
|
||||||
|
|
||||||
# info linebreak
|
info linebreak
|
||||||
# info cols
|
info cols
|
||||||
# info linebreak
|
info linebreak
|
||||||
info linebreak
|
info linebreak
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue