removed colors and added line breaks
This commit is contained in:
		@@ -1,6 +1,8 @@
 | 
				
			|||||||
# 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
 | 
				
			||||||
print_info() {
 | 
					print_info() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    info line_break
 | 
				
			||||||
    info title
 | 
					    info title
 | 
				
			||||||
    info underline
 | 
					    info underline
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -17,7 +19,7 @@ print_info() {
 | 
				
			|||||||
#    info "Theme" theme
 | 
					#    info "Theme" theme
 | 
				
			||||||
#    info "Icons" icons
 | 
					#    info "Icons" icons
 | 
				
			||||||
    info "Terminal" term
 | 
					    info "Terminal" term
 | 
				
			||||||
    info "Terminal Font" term_font
 | 
					#    info "Terminal Font" term_font
 | 
				
			||||||
    info "CPU" cpu
 | 
					    info "CPU" cpu
 | 
				
			||||||
    info "GPU" gpu
 | 
					    info "GPU" gpu
 | 
				
			||||||
    info "Memory" memory
 | 
					    info "Memory" memory
 | 
				
			||||||
@@ -34,8 +36,8 @@ print_info() {
 | 
				
			|||||||
    # info "Locale" locale  # This only works on glibc systems.
 | 
					    # info "Locale" locale  # This only works on glibc systems.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    info line_break
 | 
					    info line_break
 | 
				
			||||||
    info cols
 | 
					#    info cols
 | 
				
			||||||
    info line_break
 | 
					#    info line_break
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user