diff options
author | Galen Guyer <galen@galenguyer.com> | 2022-10-31 18:25:35 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2022-10-31 18:25:35 -0400 |
commit | 63a39c8081ec734968d39693096bd60d6b91c8a4 (patch) | |
tree | 6ced169721d26f66a49a23ce19d3c0510338c11d /modules/10-i3/install.sh | |
parent | 65274b84357c4a2da6ac10659fc31117c5e403ad (diff) |
Update i3 config
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") |