Infini-DL360/ssh: use server-specific neofetch config
This commit is contained in:
parent
f5759774d1
commit
d90dafb807
2 changed files with 40 additions and 1 deletions
39
hosts/Infini-DL360/neofetch.conf
Normal file
39
hosts/Infini-DL360/neofetch.conf
Normal file
|
@ -0,0 +1,39 @@
|
|||
print_info() {
|
||||
info title
|
||||
info underline
|
||||
|
||||
info "$(color 7)OS" distro
|
||||
info "$(color 15)├─$(color 6) Kernel" kernel
|
||||
info "$(color 15)├─$(color 6) Uptime" uptime
|
||||
info "$(color 15)└─$(color 6) Packages" packages
|
||||
|
||||
prin
|
||||
prin "$(color 7)PC" "@model@"
|
||||
info "$(color 15)├─$(color 6) CPU" cpu
|
||||
info "$(color 15)├─$(color 6) GPU" gpu
|
||||
info "$(color 15)├─$(color 6) Resolution" resolution
|
||||
info "$(color 15)└─$(color 6) Memory" memory
|
||||
|
||||
prin
|
||||
prin "$(color 15)Disks"
|
||||
info disk
|
||||
|
||||
info cols
|
||||
}
|
||||
|
||||
kernel_shorthand="off"
|
||||
uptime_shorthand="off"
|
||||
memory_percent="on"
|
||||
memory_unit="gib"
|
||||
separator=" ➜"
|
||||
color_blocks="off"
|
||||
|
||||
# Disk
|
||||
disk_show=('/' '/media/main' '/media/data')
|
||||
|
||||
# Image
|
||||
image_backend="ascii"
|
||||
#image_source="@image@"
|
||||
#crop_mode="none"
|
||||
#image_size="379px"
|
||||
#gap=1
|
|
@ -64,7 +64,7 @@ in
|
|||
PasswordAuthentication no
|
||||
|
||||
Match user neofetch
|
||||
ForceCommand ${pkgs.hyfetch}/bin/neowofetch --config ${config.home-manager.users.infinidoge.xdg.configFile."neofetch/config.conf".source} --backend ascii
|
||||
ForceCommand ${pkgs.hyfetch}/bin/neowofetch --config ${./neofetch.conf} --backend ascii
|
||||
PermitTTY no
|
||||
DisableForwarding yes
|
||||
AuthenticationMethods none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue