From 63a39c8081ec734968d39693096bd60d6b91c8a4 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Mon, 31 Oct 2022 18:25:35 -0400 Subject: Update i3 config --- modules/10-i3/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/10-i3/install.sh') diff --git a/modules/10-i3/install.sh b/modules/10-i3/install.sh index 5f6ab71..b5ed0e1 100644 --- a/modules/10-i3/install.sh +++ b/modules/10-i3/install.sh @@ -6,7 +6,7 @@ DOT_MODULE_NAME="i3" function preinstall() { if ! [[ -x "$(command -v i3)" ]]; then - PACKAGES+=("i3-gaps") + PACKAGES+=("i3-gaps" "i3status") fi if ! [[ -x "$(command -v i3lock)" ]]; then PACKAGES+=("i3lock" "polkit") -- cgit v1.2.3