Added "i3status" install to fix i3 error

This commit is contained in:
Edzel 2021-11-26 14:24:05 +00:00 committed by GitHub
parent e771959c5f
commit 472c9a5bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)"