diff options
Diffstat (limited to 'modules/10-i3/install.sh')
-rw-r--r-- | modules/10-i3/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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") |