From b61f33854add68224198178ab07d73bad1c829ad Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 9 Feb 2016 21:50:57 +1100 Subject: [PATCH] Add comments of the new functions to the printinfo fucntion --- config/config | 2 ++ fetch | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/config b/config/config index 56ebf4e0..c5f40f51 100644 --- a/config/config +++ b/config/config @@ -37,6 +37,8 @@ printinfo () { # info "Disk" disk # info "Resolution" resolution # info "Battery" battery + # info "Local IP" localip + # info "Public IP" public # info "Birthday" birthday # info "Song" song # info "Visual Style" visualstyle diff --git a/fetch b/fetch index 1b500005..d8b45f94 100755 --- a/fetch +++ b/fetch @@ -58,6 +58,8 @@ printinfo () { # info "Resolution" resolution # info "Battery" battery # info "Song" song + # info "Local IP" localip + # info "Public IP" public # info "Birthday" birthday # info "Visual Style" visualstyle