aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-10-12 18:33:24 -0500
committerJesús <heckyel@hyperbola.info>2021-10-12 18:33:24 -0500
commitcadef2c0a4910dc6e2ae4ee015d2faa92a395c97 (patch)
tree05ff9212dd32ebe30f1fc85bd38b6de25314ad6a
parent5f85a79bd66c5ba3126a59c09b05c05eba954306 (diff)
downloadi3-config-cadef2c0a4910dc6e2ae4ee015d2faa92a395c97.tar.lz
i3-config-cadef2c0a4910dc6e2ae4ee015d2faa92a395c97.tar.xz
i3-config-cadef2c0a4910dc6e2ae4ee015d2faa92a395c97.zip
Add st as depend
-rw-r--r--README.md1
-rw-r--r--install.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 683663a..39723ea 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ This repository saves the custom configuration used by heckyel in i3wm
- ranger
- rofi
- scrot
+- st
- sakura
- udevil
- bubblewrap
diff --git a/install.sh b/install.sh
index c4f8562..c1e8388 100644
--- a/install.sh
+++ b/install.sh
@@ -20,7 +20,7 @@ do
$root_key pacman -S --noconfirm i3-wm i3status dmenu sysstat
# i3 blocks and dependecies
$root_key pacman -S --noconfirm i3blocks i3lock rofi \
- conky acpi scrot sakura feh ranger bubblewrap \
+ conky acpi scrot st sakura feh ranger bubblewrap \
ttf-hack xenocara-xbacklight xdg-user-dirs
fi