diff options
| author | pml68 <pml31@protonmail.com> | 2024-01-27 20:03:03 +0100 |
|---|---|---|
| committer | pml68 <pml31@protonmail.com> | 2024-01-27 20:03:03 +0100 |
| commit | 04511c6e1447ed8d401ca11a2acd471142483f73 (patch) | |
| tree | ac8f55949b57bcdd9ac5639a9f69fa1378af4c05 | |
| parent | feat: add keymap and WiFi indicator part 2 (diff) | |
| download | suckless-setup-04511c6e1447ed8d401ca11a2acd471142483f73.tar.gz | |
feat: add neofetch config
| -rw-r--r-- | neofetch/config.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/neofetch/config.conf b/neofetch/config.conf new file mode 100644 index 0000000..6090648 --- /dev/null +++ b/neofetch/config.conf @@ -0,0 +1,22 @@ +# See this wiki page for more info: +# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info +print_info() { + info title + + info "Distro" distro + info "Kernel" kernel + info "Packages" packages + info "WM" wm + info "Terminal" term + info "Memory" memory + info cols +} + +distro_shorthand="off" +os_arch="off" +package_managers="on" +seperator="" +ascii_distro="arch_small" + +colors=(5 0 5 4 4 7) +ascii_colors=(6 4) |
