logansdotfiles/.config/neofetch/config.conf

137 lines
3.4 KiB
Text
Raw Normal View History

2022-04-12 16:21:57 -04:00
# Source: https://github.com/chick2d/neofetch-themes
# Configuration made by Chick
2021-10-30 00:24:54 -04:00
# See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
2021-11-06 16:53:49 -04:00
2022-04-12 16:21:57 -04:00
# I used custom seperators as the older one looked not very properly proportioned
2021-10-30 00:24:54 -04:00
2022-04-12 16:21:57 -04:00
print_info() {
2022-04-12 17:06:25 -04:00
prin "\n Hardware Information \n"
2023-05-06 23:05:54 -04:00
info "  " model
info "  " cpu
2022-04-12 16:21:57 -04:00
info "  " gpu
2022-04-12 18:49:10 -04:00
# info "  " disk
2023-05-06 23:05:54 -04:00
info " 󰍛 " memory
info " 󰍹 " resolution
2022-04-12 16:21:57 -04:00
# info " 󱈑 " battery
2022-04-12 17:06:25 -04:00
prin "\n Software Information \n"
2022-04-12 16:21:57 -04:00
# info "  " users
2022-04-12 16:34:43 -04:00
info "  " distro
2022-04-12 16:21:57 -04:00
# Just get your distro's logo off nerdfonts.com
2022-04-12 16:34:43 -04:00
info "  " kernel
2022-04-12 16:21:57 -04:00
# info "  " de
info "  " wm
info "  " shell
info "  " term
info "  " term_font
# info " │  " font
# info "  " theme
# info "  " icons
info "  " packages
info "  " uptime
# info "  " gpu_driver # Linux/macOS only
# info "  " cpu_usage
# info " ﱘ " song
2021-10-30 00:24:54 -04:00
# [[ "$player" ]] && prin "Music Player" "$player"
2022-04-12 16:21:57 -04:00
# info "  " local_ip
# info "  " public_ip
# info "  " locale # This only works on glibc systems.
2022-04-12 17:06:25 -04:00
prin ""
2022-04-12 16:21:57 -04:00
info cols
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}"
2021-10-30 00:24:54 -04:00
}
2022-04-12 16:21:57 -04:00
kernel_shorthand="on"
2021-10-30 00:24:54 -04:00
distro_shorthand="off"
2022-04-12 16:21:57 -04:00
os_arch="off"
uptime_shorthand="on"
memory_percent="on"
2021-10-30 00:24:54 -04:00
package_managers="on"
shell_path="off"
shell_version="on"
speed_type="bios_limit"
2021-11-06 16:53:49 -04:00
speed_shorthand="on"
2022-04-12 16:21:57 -04:00
cpu_brand="off"
cpu_speed="off"
2021-10-30 00:24:54 -04:00
cpu_cores="logical"
cpu_temp="off"
2022-04-12 16:21:57 -04:00
gpu_brand="off"
2021-10-30 00:24:54 -04:00
gpu_type="all"
2021-11-06 16:53:49 -04:00
refresh_rate="on"
2021-10-30 00:24:54 -04:00
gtk_shorthand="on"
gtk2="on"
gtk3="on"
public_ip_host="http://ident.me"
public_ip_timeout=2
2022-04-12 16:21:57 -04:00
disk_show=('/')
2022-04-12 18:49:10 -04:00
music_player="auto"
2021-10-30 00:24:54 -04:00
song_format="%artist% - %title%"
song_shorthand="off"
colors=(distro)
bold="on"
underline_enabled="on"
2022-04-12 16:21:57 -04:00
underline_char="-"
separator="  "
color_blocks="off"
block_range=(0 15) # Colorblocks
# Colors for custom colorblocks
magenta="\033[1;35m"
green="\033[1;32m"
white="\033[1;37m"
blue="\033[1;34m"
red="\033[1;31m"
black="\033[1;40;30m"
yellow="\033[1;33m"
cyan="\033[1;36m"
reset="\033[0m"
bgyellow="\033[1;43;33m"
bgwhite="\033[1;47;37m"
cl0="${reset}"
cl1="${magenta}"
cl2="${green}"
cl3="${white}"
cl4="${blue}"
cl5="${red}"
cl6="${yellow}"
cl7="${cyan}"
cl8="${black}"
cl9="${bgyellow}"
cl10="${bgwhite}"
block_width=4
2021-10-30 00:24:54 -04:00
block_height=1
bar_char_elapsed="-"
bar_char_total="="
bar_border="on"
bar_length=15
bar_color_elapsed="distro"
bar_color_total="distro"
2022-04-12 16:21:57 -04:00
cpu_display="on"
memory_display="on"
battery_display="on"
disk_display="on"
2021-10-30 00:24:54 -04:00
image_backend="ascii"
2022-04-12 16:21:57 -04:00
#image_source="$HOME/"
image_size="auto"
image_loop="off"
2021-10-30 00:24:54 -04:00
2022-04-12 16:21:57 -04:00
aascii_distro="auto"
2021-10-30 00:24:54 -04:00
ascii_colors=(distro)
ascii_bold="on"
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
crop_mode="normal"
crop_offset="center"
2022-04-12 16:21:57 -04:00
gap=2
2021-10-30 00:24:54 -04:00
yoffset=0
xoffset=0
stdout="off"