Skip to content

Commit

Permalink
serv.cat: hide some info on neofetch-web
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Apr 4, 2020
1 parent 5c72ec5 commit b9af6f0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions machines/serv.cat/servers/web.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
info "Host" model
info "Kernel" kernel
info "Uptime" uptime
prin "Load Average" "$(uptime | awk -F' *,? *' '{print $(NF-2), $(NF-1), $NF}')"
info "Packages" packages
# prin "Load Average" "$(uptime | awk -F' *,? *' '{print $(NF-2), $(NF-1), $NF}')"
# info "Packages" packages
info "CPU" cpu
info "CPU Usage" cpu_usage
info "Memory" memory
info "Disk" disk
# info "CPU Usage" cpu_usage
# info "Memory" memory
# info "Disk" disk
prin "System Time" "$(date)"
prin
Expand All @@ -45,12 +45,12 @@
distro_shorthand="on"
os_arch="on"
uptime_shorthand="on"
memory_percent="on"
# memory_percent="on"
package_managers="on"
cpu_temp="C"
gpu_brand="on"
gpu_type="all"
disk_show=('/' '/home')
# cpu_temp="C"
# gpu_brand="on"
# gpu_type="all"
# disk_show=('/' '/home')
disk_subtitle="mount"
'';
};
Expand Down

0 comments on commit b9af6f0

Please sign in to comment.