🎨 ux(neofetch): add color to the icons
This commit is contained in:
		
							parent
							
								
									f618c0343d
								
							
						
					
					
						commit
						56fb17e446
					
				
					 1 changed files with 14 additions and 14 deletions
				
			
		|  | @ -1,23 +1,23 @@ | ||||||
| print_info() { | print_info() { | ||||||
|     prin "┌─────────\n Hardware Information \n─────────┐" |     prin "┌─────────\n Hardware Information \n─────────┐" | ||||||
| 
 | 
 | ||||||
|     info "    " cpu |     info "   ${cl4} " cpu | ||||||
|     info "    " model |     info "   ${cl5} " model | ||||||
|     info "    " gpu |     info "   ${cl2} " gpu | ||||||
|     info "     " memory |     info "   ${cl6}  " memory | ||||||
|     info "    " resolution |     info "   ${cl7} " resolution | ||||||
| 
 | 
 | ||||||
|     prin "├─────────\n Software Information \n─────────┤" |     prin "├─────────\n Software Information \n─────────┤" | ||||||
| 
 | 
 | ||||||
|     info "    " distro |     info "   ${cl4} " distro | ||||||
|     info "    " kernel |     info "   ${cl3} " kernel | ||||||
|     info "    " wm |     info "   ${cl6} " wm | ||||||
|     info "    " shell |     info "   ${cl2} " shell | ||||||
|     info "    " term  |     info "   ${cl5} " term | ||||||
|     info "     " font |     info "   ${cl1} " font | ||||||
|     info "     " theme |     info "   ${cl7} " theme | ||||||
|     info "     " icons |     info "   ${cl3} " icons | ||||||
|     info "    " packages |     info "   ${cl6} " packages | ||||||
| 
 | 
 | ||||||
|     prin "└───────────────────────────────────────┘" |     prin "└───────────────────────────────────────┘" | ||||||
|     prin "\n \n \n \n \n ${cl3} \n \n ${cl5} \n \n ${cl2}  \n \n ${cl6}  \n \n ${cl4}  \n \n ${cl1}  \n \n ${cl7}  \n \n ${cl0}  \n \n " |     prin "\n \n \n \n \n ${cl3} \n \n ${cl5} \n \n ${cl2}  \n \n ${cl6}  \n \n ${cl4}  \n \n ${cl1}  \n \n ${cl7}  \n \n ${cl0}  \n \n " | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Sergio Laín
						Sergio Laín