diff --git a/home-manager/neofetch.nix b/home-manager/neofetch.nix index 77158ed2..03efa45d 100644 --- a/home-manager/neofetch.nix +++ b/home-manager/neofetch.nix @@ -24,9 +24,8 @@ print_info() { prin - info "$(color 15)WM" "Hyprland" + info "$(color 15)DE" de prin "$(color 15)├$(color 6) Bar" "Waybar" - prin "$(color 15)└$(color 6) DE" de prin @@ -34,22 +33,21 @@ print_info() { info "$(color 15)├$(color 6) Shell" shell info "$(color 15)└$(color 6) Font" term_font - info "Disk" disk - - info "WM Theme" wm_theme - info "Theme" theme - info "Icons" icons - info "DE" de - info "WM" wm - info "CPU Usage" cpu_usage - info "Battery" battery - info "Font" font - info "Song" song + # info "Disk" disk + # info "WM Theme" wm_theme + # info "Theme" theme + # info "Icons" icons + # info "DE" de + # info "WM" wm + # info "CPU Usage" cpu_usage + # info "Battery" battery + # info "Font" font + # info "Song" song # [[ $player ]] && prin "Music Player" "$player" - info "Local IP" local_ip - info "Public IP" public_ip - info "Users" users - info "Locale" locale # This only works on glibc systems. + # info "Local IP" local_ip + # info "Public IP" public_ip + # info "Users" users + # info "Locale" locale # This only works on glibc systems. }