latest user config

This commit is contained in:
2024-09-13 14:28:50 +02:00
parent cdcaee5943
commit 2f402fe686
59 changed files with 2336 additions and 670 deletions
+28 -58
View File
@@ -1,54 +1,26 @@
# See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
#
# Colour config is here and in .zshrc
#
print_info() {
info title
info underline
prin "$(color 12)╭──────────── $(color 10)Software$(color 12) ────────────"
info "$(color 12)│ $(color 14)OS" distro
info "$(color 12)│ $(color 14)Kernel" kernel
info "$(color 12)│ $(color 14)Packages" packages
info "$(color 12)│ $(color 14)Shell" shell
info "$(color 12)│ $(color 14)DE" de
info "$(color 12)│ $(color 14)WM" wm
info "$(color 12)│ $(color 14)Terminal" term
info "$(color 12)│ $(color 14)Local IP" local_ip
info "$(color 12)│ $(color 14)Locale" locale
prin "$(color 12)├──────────── $(color 10)Hardware$(color 12) ────────────"
info "$(color 12)│ $(color 14)Host" model
info "$(color 12)│ $(color 14)CPU" cpu
info "$(color 12)│ $(color 14)GPU" gpu
info "$(color 12)│ $(color 14)Memory" memory
info "$(color 12)│ $(color 14)Disk" disk
prin "$(color 12)├───────────── $(color 10)Uptime$(color 12) ─────────────"
info "$(color 12)│" uptime
prin "$(color 12)╰──────────────────────────────────"
prin "$(color 02) MonArchOS v1.0.0"
info cols
# Defaults
# 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 "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
@@ -62,8 +34,7 @@ print_info() {
# info "Users" users
# info "Locale" locale # This only works on glibc systems.
# info cols
info cols
}
# Title
@@ -90,7 +61,7 @@ title_fqdn="off"
# Example:
# on: '4.8.9-1-ARCH'
# off: 'Linux 4.8.9-1-ARCH'
kernel_shorthand="off"
kernel_shorthand="on"
# Distro
@@ -130,7 +101,7 @@ os_arch="on"
# on: '2 days, 10 hours, 3 mins'
# tiny: '2d 10h 3m'
# off: '2 days, 10 hours, 3 minutes'
uptime_shorthand="off"
uptime_shorthand="on"
# Memory
@@ -224,7 +195,7 @@ speed_type="bios_limit"
# Example:
# on: 'i7-6500U (4) @ 3.1GHz'
# off: 'i7-6500U (4) @ 3.100GHz'
speed_shorthand="on"
speed_shorthand="off"
# Enable/Disable CPU brand in output.
#
@@ -327,7 +298,7 @@ gpu_type="all"
# Example:
# on: '1920x1080 @ 60Hz'
# off: '1920x1080'
refresh_rate="on"
refresh_rate="off"
# Gtk Theme / Icons / Font
@@ -342,7 +313,7 @@ refresh_rate="on"
# Example:
# on: 'Numix, Adwaita'
# off: 'Numix [GTK2], Adwaita [GTK3]'
gtk_shorthand="on"
gtk_shorthand="off"
# Enable/Disable gtk2 Theme / Icons / Font
@@ -416,7 +387,7 @@ de_version="on"
# disk_show=('/'):
# 'Disk (/): 74G / 118G (66%)'
#
disk_show=('/' '/mnt/Storage')
disk_show=('/')
# Disk subtitle.
# What to append to the Disk subtitle.
@@ -440,7 +411,7 @@ disk_show=('/' '/mnt/Storage')
# none: 'Disk: 74G / 118G (66%)'
# 'Disk: 74G / 118G (66%)'
# 'Disk: 74G / 118G (66%)'
disk_subtitle="dir"
disk_subtitle="mount"
# Disk percent.
# Show/Hide disk percent.
@@ -517,7 +488,7 @@ music_player="auto"
#
# Example:
# default: 'Song: Jet - Get Born - Sgt Major'
song_format="%artist% - %title%"
song_format="%artist% - %album% - %title%"
# Print the Artist, Album and Title on separate lines
#
@@ -580,7 +551,7 @@ underline_enabled="on"
# Default: '-'
# Values: 'string'
# Flag: --underline_char
underline_char="¨"
underline_char="-"
# Info Separator
@@ -592,7 +563,7 @@ underline_char="¨"
# Example:
# separator="->": 'Shell-> bash'
# separator=" =": 'WM = dwm'
separator=""
separator=":"
# Color Blocks
@@ -891,4 +862,3 @@ background_color=
# Default: 'off'
# Values: 'on', 'off'
stdout="off"