General: Change all vars/functions to use underlines
This commit is contained in:
parent
149d8798c4
commit
01cf820822
3 changed files with 157 additions and 157 deletions
|
@ -4,7 +4,7 @@
|
|||
# Neofetch config file for travis.ci
|
||||
# https://github.com/dylanaraps/neofetch
|
||||
|
||||
printinfo() {
|
||||
print_info() {
|
||||
if [ "$TRAVIS_OS_NAME" ]; then
|
||||
info linebreak
|
||||
info linebreak
|
||||
|
@ -22,11 +22,11 @@ printinfo() {
|
|||
info "Resolution" resolution
|
||||
info "DE" de
|
||||
info "WM" wm
|
||||
info "WM Theme" wmtheme
|
||||
info "WM Theme" wm_theme
|
||||
info "Theme" theme
|
||||
info "Icons" icons
|
||||
info "Terminal" term
|
||||
info "Terminal Font" termfont
|
||||
info "Terminal Font" term_font
|
||||
info "CPU" cpu
|
||||
info "GPU" gpu
|
||||
info "Memory" memory
|
||||
|
@ -36,8 +36,8 @@ printinfo() {
|
|||
info "Battery" battery
|
||||
info "Font" font
|
||||
info "Song" song
|
||||
info "Local IP" localip
|
||||
info "Public IP" publicip
|
||||
info "Local IP" local_ip
|
||||
info "Public IP" public_ip
|
||||
info "Users" users
|
||||
info "Birthday" birthday
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue