aboutsummaryrefslogtreecommitdiff
path: root/neofetch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'neofetch.sh')
-rw-r--r--neofetch.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/neofetch.sh b/neofetch.sh
new file mode 100644
index 0000000..e5f8edc
--- /dev/null
+++ b/neofetch.sh
@@ -0,0 +1,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"