diff options
Diffstat (limited to 'neofetch/config.conf')
-rw-r--r-- | neofetch/config.conf | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/neofetch/config.conf b/neofetch/config.conf index f016da2..cbd0dcb 100644 --- a/neofetch/config.conf +++ b/neofetch/config.conf @@ -16,13 +16,15 @@ print_info() { # info "DE" de # info "WM" wm # info "WM Theme" wm_theme - # info "Theme" theme - # info "Icons" icons + info "Theme" theme + info "Icons" icons - # info "Terminal" term - info "Uptime" uptime - info "WM" wm - # info "Terminal Font" term_font + # info "Uptime" uptime + # info "WM" wm + + # these are alright to use + #info "Terminal Font" term_font + #info "Terminal" term info underline @@ -31,13 +33,14 @@ print_info() { # info "MEM" memory # info "Disk" disk + #info "Local IP" local_ip + #info "Public IP" public_ip + # info "GPU Driver" gpu_driver # Linux/macOS only # info "CPU Usage" cpu_usage # info "Font" font # info "Song" song # [[ "$player" ]] && prin "Music Player" "$player" - # info "Local IP" local_ip - # info "Public IP" public_ip # info "Users" users # info "Locale" locale # This only works on glibc systems. |