From e6b311b5ca1a3763f367e23474c5d350670d1e0f Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 31 Mar 2022 01:50:16 +0200 Subject: [PATCH] Add neofetch config. --- _desktop/install-desktop.sh | 2 +- _desktop/neofetch/config.conf | 42 +++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 _desktop/neofetch/config.conf diff --git a/_desktop/install-desktop.sh b/_desktop/install-desktop.sh index 80b6414..1fe693b 100644 --- a/_desktop/install-desktop.sh +++ b/_desktop/install-desktop.sh @@ -4,7 +4,7 @@ mkdir -p ~/.config ~/.local/bin ~/.local/settings # link config -for i in clipit dunst zathura xresources; do +for i in clipit dunst neofetch zathura xresources; do rm -rf ~/.config/${i} ln -sf $XDG_DATA_HOME/repos/dotfiles/_desktop/${i} ~/.config done diff --git a/_desktop/neofetch/config.conf b/_desktop/neofetch/config.conf new file mode 100644 index 0000000..5d9dcf7 --- /dev/null +++ b/_desktop/neofetch/config.conf @@ -0,0 +1,42 @@ +# 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 cols +} + +kernel_shorthand="off" +distro_shorthand="on" +os_arch="off" +uptime_shorthand="tiny" +memory_percent="on" +package_managers="off" +shell_version="off" +cpu_brand="off" +refresh_rate="on" +bold="off" +block_width=4 +image_backend="w3m" +image_source="/f/.local/share/gentoo.jpg" +image_loop="on" +image_size="310px" +gap=2