diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-30 17:57:12 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-30 17:57:12 -0500 |
commit | 9a18dbfbea1241cde2be8974b95b2936fcaa581b (patch) | |
tree | 6be799e8f903f85be1d6ae6e484161429b563681 | |
parent | 76bd98ac41fe95596e91c75f4f5a9f24edecacfe (diff) | |
download | i3-config-9a18dbfbea1241cde2be8974b95b2936fcaa581b.tar.lz i3-config-9a18dbfbea1241cde2be8974b95b2936fcaa581b.tar.xz i3-config-9a18dbfbea1241cde2be8974b95b2936fcaa581b.zip |
Added missing ttf-bitstream-vera used for conky
-rw-r--r-- | install.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -14,7 +14,7 @@ do sudo pacman -S i3blocks i3lock rofi termite \ dunst conky playerctl acpi network-manager-applet \ scrot xfce4-terminal thunar tumbler feh ranger \ - ttf-hack + ttf-hack ttf-bitstream-vera elif [[ $(command -v apt-get) ]]; then sudo apt update # i3 base @@ -22,7 +22,8 @@ do # i3 blocks and dependecies sudo apt install i3blocks i3lock rofi termite dunst \ conky playerctl acpi network-manager-gnome scrot \ - xfce4-terminal thunar tumbler feh ranger fonts-hack-ttf + xfce4-terminal thunar tumbler feh ranger \ + fonts-hack-ttf ttf-bitstream-vera fi # Install i3config |