From 683564bd058884356491b7b847f5d2e204207389 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 19 Nov 2018 14:13:18 +0100 Subject: Initial scripts commit. --- neofetch.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 neofetch.sh (limited to 'neofetch.sh') 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" -- cgit v1.2.1