diff options
| author | m0ntagur <leander@leander-scherer.de> | 2023-11-27 18:43:12 +0100 |
|---|---|---|
| committer | m0ntagur <leander@leander-scherer.de> | 2023-11-27 18:43:12 +0100 |
| commit | 7b97cef3473ea0897c9c9027a4e9777843c0e50f (patch) | |
| tree | 5cbd7bb25a9b2260aad67124426b2ff6c750b845 /.config/neofetch | |
| parent | 62e3ad0e675ff818dc5a85ef8926b15f6ba92c5a (diff) | |
Diffstat (limited to '.config/neofetch')
| -rw-r--r-- | .config/neofetch/config.conf | 25 | ||||
| -rw-r--r-- | .config/neofetch/logo | 5 |
2 files changed, 30 insertions, 0 deletions
diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf new file mode 100644 index 0000000..4dd8188 --- /dev/null +++ b/.config/neofetch/config.conf @@ -0,0 +1,25 @@ +print_info() { + info underline + info distro + info kernel + info packages + info de +} + +distro_shorthand="off" +os_arch="on" +package_managers="on" +colors=(distro) +bold="on" +image_backend="ascii" +image_source="$HOME/.config/neofetch/logo" +ascii_colors=(1 7) +ascii_bold="off" +Kimage_loop="off" +crop_mode="fill" +crop_offset="center" +image_size="auto" +gap=2 +yoffset=0 +xoffset=3 +stdout="off" diff --git a/.config/neofetch/logo b/.config/neofetch/logo new file mode 100644 index 0000000..88ae30b --- /dev/null +++ b/.config/neofetch/logo @@ -0,0 +1,5 @@ + + /l、 +(゚、 。 7 + l ~ ヽ + じしf_,)ノ |
