Changed how some stuff is displayed in neofetch.

This commit is contained in:
RealStickman 2020-09-15 11:10:56 +02:00
parent 2298889886
commit face23785b

View File

@ -9,7 +9,7 @@ print_info() {
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
@ -28,8 +28,8 @@ print_info() {
# info "Battery" battery # info "Battery" battery
info "Font" font info "Font" font
# info "Song" song # info "Song" song
# info "Local IP" local_ip info "Local IP" local_ip
# info "Public IP" public_ip info "Public IP" public_ip
# info "Users" users # info "Users" users
# info "Locale" locale # This only works on glibc systems. # info "Locale" locale # This only works on glibc systems.
@ -159,7 +159,7 @@ speed_type="bios_limit"
# Example: # Example:
# on: 'i7-6500U (4) @ 3.1GHz' # on: 'i7-6500U (4) @ 3.1GHz'
# off: 'i7-6500U (4) @ 3.100GHz' # off: 'i7-6500U (4) @ 3.100GHz'
speed_shorthand="off" speed_shorthand="on"
# Enable/Disable CPU brand in output. # Enable/Disable CPU brand in output.
# #
@ -277,7 +277,7 @@ refresh_rate="off"
# Example: # Example:
# on: 'Numix, Adwaita' # on: 'Numix, Adwaita'
# off: 'Numix [GTK2], Adwaita [GTK3]' # off: 'Numix [GTK2], Adwaita [GTK3]'
gtk_shorthand="off" gtk_shorthand="on"
# Enable/Disable gtk2 Theme / Icons / Font # Enable/Disable gtk2 Theme / Icons / Font