tweak(neofetch): move Memory to the end of section
This commit is contained in:
parent
afdf2bc41f
commit
73aaf3ef6d
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ with lib;
|
||||||
prin "$(color 7)PC" "${if main.info.model != "" then main.info.model else "A Computer"}"
|
prin "$(color 7)PC" "${if main.info.model != "" then main.info.model else "A Computer"}"
|
||||||
info "$(color 15)├─$(color 6) CPU" cpu
|
info "$(color 15)├─$(color 6) CPU" cpu
|
||||||
info "$(color 15)├─$(color 6) GPU" gpu
|
info "$(color 15)├─$(color 6) GPU" gpu
|
||||||
info "$(color 15)├─$(color 6) Memory" memory
|
|
||||||
info "$(color 15)├─$(color 6) Battery" battery
|
info "$(color 15)├─$(color 6) Battery" battery
|
||||||
info "$(color 15)└─$(color 6) Resolution" resolution
|
info "$(color 15)├─$(color 6) Resolution" resolution
|
||||||
|
info "$(color 15)└─$(color 6) Memory" memory
|
||||||
|
|
||||||
${ if main.info.graphical then ''
|
${ if main.info.graphical then ''
|
||||||
prin
|
prin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue