mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-31 15:06:31 +02:00
Simplify neofetch config
As of now I am largely uninterested in customizing neofetch to look completely different, although time will tell if I stay true to this stance. As of now, however, showing an image is enough.
This commit is contained in:
parent
74d400aa73
commit
7910a7283c
@ -1,50 +1,5 @@
|
|||||||
print_info() {
|
|
||||||
info title
|
|
||||||
info underline
|
|
||||||
|
|
||||||
info "OS" distro
|
|
||||||
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 "Memory" memory
|
|
||||||
|
|
||||||
info line_break
|
|
||||||
info cols
|
|
||||||
info line_break
|
|
||||||
}
|
|
||||||
|
|
||||||
# Text settings
|
|
||||||
os_arch="off"
|
|
||||||
uptime_shorthand="tiny"
|
|
||||||
package_managers="off"
|
|
||||||
shell_version="off"
|
|
||||||
|
|
||||||
# Theme info settings
|
|
||||||
gtk_shorthand="on"
|
|
||||||
gtk2="off"
|
gtk2="off"
|
||||||
gtk3="off"
|
|
||||||
|
|
||||||
# Color block settings
|
|
||||||
block_range=(1 7)
|
block_range=(1 7)
|
||||||
|
|
||||||
# RAM bar settings
|
|
||||||
bar_char_elapsed="~"
|
|
||||||
bar_char_total="-"
|
|
||||||
bar_border="off"
|
|
||||||
bar_length=11
|
|
||||||
bar_color_elapsed="6"
|
|
||||||
bar_color_total="7"
|
|
||||||
memory_display="bar"
|
|
||||||
|
|
||||||
# Image settings
|
|
||||||
image_backend="kitty"
|
image_backend="kitty"
|
||||||
|
|
||||||
# vim:ft=conf
|
# vim:ft=conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user