diff options
author | Jesús <heckyel@hyperbola.info> | 2022-06-27 00:41:41 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-06-27 00:41:41 +0800 |
commit | 4070f6f227a04630a7b16d40fd469c4a1f3b3c90 (patch) | |
tree | f2faacfb2c98142a7f4723d8ec10367c78330979 /install.sh | |
parent | 6993d610908465d6839b9c2b2f51f2a54fd82457 (diff) | |
download | i3-config-master.tar.lz i3-config-master.tar.xz i3-config-master.zip |
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |