From 472c9a5bf335b6800d462f94bf869edafcb2672d Mon Sep 17 00:00:00 2001 From: Edzel <49880817+DerZombiiie@users.noreply.github.com> Date: Fri, 26 Nov 2021 14:24:05 +0000 Subject: [PATCH] Added "i3status" install to fix i3 error --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b86feeb..f1c3415 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #! /bin/bash sudo -E add-apt-repository -y ppa:regolith-linux/stable -sudo -E apt install -y i3-gaps feh picom bat lolcat cowsay fortune zsh lua5.3 git imagemagick +sudo -E apt install -y i3-gaps i3status feh picom bat lolcat cowsay fortune zsh lua5.3 git imagemagick curl -L https://sw.kovidgoyal.net/kitty/installer.sh | bash sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -- 2.44.0