aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-07-25 16:23:01 -0500
committerJesús <heckyel@hyperbola.info>2020-07-25 16:23:01 -0500
commite2b4bafb62c0032c695a41a331ded1ef2ec69af2 (patch)
tree359830d96f6c86446bbc0382af55b91c9df1f58b /install.sh
parent95b233e960a14dcc0155f65cea379680d4fee0b0 (diff)
downloadi3-config-e2b4bafb62c0032c695a41a331ded1ef2ec69af2.tar.lz
i3-config-e2b4bafb62c0032c695a41a331ded1ef2ec69af2.tar.xz
i3-config-e2b4bafb62c0032c695a41a331ded1ef2ec69af2.zip
Fix missing xenocara-xbacklight (closes #9)
It is assumed that when installing the `xenocara` package the `xenocara-xbacklight` package is installed as a dependency. However with this commit we make sure that it is installed.
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index cfdbb0d..6c01d80 100644
--- a/install.sh
+++ b/install.sh
@@ -22,7 +22,7 @@ do
$root_key pacman -S i3blocks i3lock rofi termite \
conky acpi scrot xfce4-terminal \
thunar tumbler feh ranger \
- ttf-hack ttf-bitstream-vera
+ ttf-hack ttf-bitstream-vera xenocara-xbacklight
elif [[ $(command -v apt-get) ]]; then
$root_key apt update
# i3 base
@@ -31,7 +31,7 @@ do
$root_key apt install i3blocks i3lock rofi termite \
conky playerctl acpi network-manager-gnome scrot \
xfce4-terminal thunar tumbler feh ranger \
- fonts-hack-ttf ttf-bitstream-vera
+ fonts-hack-ttf ttf-bitstream-vera xbacklight
fi
# Install i3config