aboutsummaryrefslogtreecommitdiff
path: root/neofetch.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2018-11-19 14:13:18 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2018-11-19 14:13:18 +0100
commit683564bd058884356491b7b847f5d2e204207389 (patch)
treec7d60ec611dc6c72fcf885d30051fae9757d67c1 /neofetch.sh
downloadscripts-683564bd058884356491b7b847f5d2e204207389.tar.gz
scripts-683564bd058884356491b7b847f5d2e204207389.zip
Initial scripts commit.
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"