diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-23 17:05:25 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-23 17:05:25 +0200 |
| commit | b089cc6ed9ae82bf7d94d2b6f02aa01e21d43793 (patch) | |
| tree | 216156843f171edd7ba21d55ead33dfd08733966 /neofetch | |
| parent | feat(dmenu): add inlinePrompt patch (diff) | |
| download | suckless-setup-b089cc6ed9ae82bf7d94d2b6f02aa01e21d43793.tar.gz | |
feat: switch from neofetch to Cryobs/fetcha
Diffstat (limited to 'neofetch')
| -rw-r--r-- | neofetch/config.conf | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/neofetch/config.conf b/neofetch/config.conf deleted file mode 100644 index bcb22de..0000000 --- a/neofetch/config.conf +++ /dev/null @@ -1,22 +0,0 @@ -# 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=(5 4) |
