aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-06-27 00:41:41 +0800
committerJesús <heckyel@hyperbola.info>2022-06-27 00:41:41 +0800
commit4070f6f227a04630a7b16d40fd469c4a1f3b3c90 (patch)
treef2faacfb2c98142a7f4723d8ec10367c78330979 /install.sh
parent6993d610908465d6839b9c2b2f51f2a54fd82457 (diff)
downloadi3-config-master.tar.lz
i3-config-master.tar.xz
i3-config-master.zip
i3lock: cant work without pam https://github.com/i3/i3lock/issues/134HEADmaster
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 c1e8388..1d70729 100644
--- a/install.sh
+++ b/install.sh
@@ -19,7 +19,7 @@ do
# i3 base
$root_key pacman -S --noconfirm i3-wm i3status dmenu sysstat
# i3 blocks and dependecies
- $root_key pacman -S --noconfirm i3blocks i3lock rofi \
+ $root_key pacman -S --noconfirm i3blocks rofi \
conky acpi scrot st sakura feh ranger bubblewrap \
ttf-hack xenocara-xbacklight xdg-user-dirs
fi
@@ -30,7 +30,7 @@ do
printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying images...' '\e[m'
install -d -m755 "$HOME/.config/i3/images"
- for i in background.png imagelock.png; do
+ for i in background.png; do
install -m644 -v "/tmp/i3config/images/$i" "$HOME/.config/i3/images/$i"
done