aboutsummaryrefslogtreecommitdiff
path: root/neofetch.sh
blob: e5f8edca040e46e5025834119343bdefaf58c4b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
# Wrapper for neofetch

neofetch \
--disable term \
--block_width 3 \
--block_height 1 \
--block_range 0 15 \
--underline_char o \
--gtk2 off \
--gtk3 off

read -rsp "" -d "q"