diff options
Diffstat (limited to '.config/neofetch')
| -rw-r--r-- | .config/neofetch/config.conf | 87 |
1 files changed, 38 insertions, 49 deletions
diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf index b1cbba8..149ab2e 100644 --- a/.config/neofetch/config.conf +++ b/.config/neofetch/config.conf @@ -1,42 +1,31 @@ -# See this wiki page for more info: +# See this wiki page for more info # https://github.com/dylanaraps/neofetch/wiki/Customizing-Info print_info() { info title - info underline - - info "OS" distro - info "Host" model - info "Kernel" kernel - info "Uptime" uptime - info "Packages" packages - info "Shell" shell - info "Resolution" resolution - info "DE" de - info "WM" wm - info "WM Theme" wm_theme - # info "Theme" theme - # info "Icons" icons - info "Terminal" term - # info "Terminal Font" term_font - info "CPU" cpu - info "GPU" gpu - info "Memory" memory - - # info "GPU Driver" gpu_driver # Linux/macOS only - # info "CPU Usage" cpu_usage - # info "Disk" disk - # 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 cols + # prin "\n \n " "$(curl wttr.in/?0?q?T | awk '/°(C|F)/ {printf $(NF-1) $(NF) " ("a")"} /,/ {a=$0}')" + prin "${cl9}┌────────────────────────────────────────────────────┐" + info "\n \n " distro + info "\n \n " model + info "\n \n " kernel + info "\n \n " uptime + info "\n \n " packages + info "\n \n " shell + info "\n \n " resolution + info "\n \n " wm + info "\n \n " term + info "\n \n " cpu + info "\n \n " gpu + info "\n \n " memory + info "\n \n " disk + prin "${cl9}└─────────────────────────────────── $(color 1) $(color 2) $(color 3) $(color 4) $(color 5) $(color 6) $(color 7) $(color 8) ${cl9}┘" + prin "\n" } +reset="\033[0m" + +cl9="${reset}" + + # Title @@ -85,7 +74,7 @@ distro_shorthand="off" # Example: # on: 'Arch Linux x86_64' # off: 'Arch Linux' -os_arch="on" +os_arch="off" # Uptime @@ -101,7 +90,7 @@ os_arch="on" # on: '2 days, 10 hours, 3 mins' # tiny: '2d 10h 3m' # off: '2 days, 10 hours, 3 minutes' -uptime_shorthand="on" +uptime_shorthand="tiny" # Memory @@ -116,7 +105,7 @@ uptime_shorthand="on" # Example: # on: '1801MiB / 7881MiB (22%)' # off: '1801MiB / 7881MiB' -memory_percent="off" +memory_percent="on" # Packages @@ -183,7 +172,7 @@ speed_type="bios_limit" # Example: # on: 'i7-6500U (4) @ 3.1GHz' # off: 'i7-6500U (4) @ 3.100GHz' -speed_shorthand="off" +speed_shorthand="on" # Enable/Disable CPU brand in output. # @@ -286,7 +275,7 @@ gpu_type="all" # Example: # on: '1920x1080 @ 60Hz' # off: '1920x1080' -refresh_rate="on" +refresh_rate="off" # Gtk Theme / Icons / Font @@ -313,7 +302,7 @@ gtk_shorthand="off" # Example: # on: 'Numix [GTK2], Adwaita [GTK3]' # off: 'Adwaita [GTK3]' -gtk2="on" +gtk2="off" # Enable/Disable gtk3 Theme / Icons / Font # @@ -324,7 +313,7 @@ gtk2="on" # Example: # on: 'Numix [GTK2], Adwaita [GTK3]' # off: 'Numix [GTK2]' -gtk3="on" +gtk3="off" # IP Address @@ -335,14 +324,14 @@ gtk3="on" # Default: 'http://ident.me' # Values: 'url' # Flag: --ip_host -public_ip_host="http://ident.me" +# public_ip_host="http://ident.me" # Public IP timeout. # # Default: '2' # Values: 'int' # Flag: --ip_timeout -public_ip_timeout=2 +# public_ip_timeout=2 # Desktop Environment @@ -353,7 +342,7 @@ public_ip_timeout=2 # Default: 'off' # Values: 'on', 'off' # Flag: --de_version -de_version="off" +# de_version="off" # Disk @@ -375,7 +364,7 @@ de_version="off" # disk_show=('/'): # 'Disk (/): 74G / 118G (66%)' # -disk_show=('/') +disk_show=('/' '/home' '/dev/sda2' '/dev/sdb1') # Disk subtitle. # What to append to the Disk subtitle. @@ -399,7 +388,7 @@ disk_show=('/') # none: 'Disk: 74G / 118G (66%)' # 'Disk: 74G / 118G (66%)' # 'Disk: 74G / 118G (66%)' -disk_subtitle="mount" +disk_subtitle="none" # Disk percent. # Show/Hide disk percent. @@ -511,7 +500,7 @@ mpc_args=() # Example: # colors=(distro) - Text is colored based on Distro colors. # colors=(4 6 1 8 8 6) - Text is colored in the order above. -colors=(5 5 93 5 15 15) +colors=(201 51 93 5 7 7) # Text Options @@ -548,7 +537,7 @@ underline_char="-" # Example: # separator="->": 'Shell-> bash' # separator=" =": 'WM = dwm' -separator=":" +separator=" " # Color Blocks @@ -756,7 +745,7 @@ ascii_distro="auto" # Example: # ascii_colors=(distro) - Ascii is colored based on Distro colors. # ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. -ascii_colors=(distro) +ascii_colors=(88 88 88 88 88 88) # Bold ascii logo # Whether or not to bold the ascii logo. |
