aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--bwrap/icedove-uxp.bash2
-rw-r--r--bwrap/iceweasel-uxp.bash2
-rw-r--r--install.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f954caf..683663a 100644
--- a/README.md
+++ b/README.md
@@ -17,13 +17,13 @@ This repository saves the custom configuration used by heckyel in i3wm
- i3blocks
- i3lock
- nitrogen
-- playerctl
- ranger
- rofi
- scrot
- sakura
- udevil
- bubblewrap
+- xdg-user-dirs
### Optional
diff --git a/bwrap/icedove-uxp.bash b/bwrap/icedove-uxp.bash
index f99074d..d26282c 100644
--- a/bwrap/icedove-uxp.bash
+++ b/bwrap/icedove-uxp.bash
@@ -35,7 +35,7 @@ set -euo pipefail
--bind "${HOME}/.icons" "${HOME}/.icons" \
--bind "${HOME}/.local/share/fonts" "${HOME}/.local/share/fonts" \
--bind "${HOME}/.themes" "${HOME}/.themes" \
- --bind "${HOME}/Descargas" "${HOME}/Descargas" \
+ --bind "${HOME}/$(xdg-user-dir DOWNLOAD)" "${HOME}/$(xdg-user-dir DOWNLOAD)" \
--chdir "${HOME}" \
--unshare-all \
--share-net \
diff --git a/bwrap/iceweasel-uxp.bash b/bwrap/iceweasel-uxp.bash
index 3625468..dcb75de 100644
--- a/bwrap/iceweasel-uxp.bash
+++ b/bwrap/iceweasel-uxp.bash
@@ -42,7 +42,7 @@ set -euo pipefail
--bind "${HOME}/.icons" "${HOME}/.icons" \
--bind "${HOME}/.local/share/fonts" "${HOME}/.local/share/fonts" \
--bind "${HOME}/.themes" "${HOME}/.themes" \
- --bind "${HOME}/Descargas" "${HOME}/Descargas" \
+ --bind "${HOME}/$(xdg-user-dir DOWNLOAD)" "${HOME}/$(xdg-user-dir DOWNLOAD)" \
--chdir "${HOME}" \
--unshare-all \
--share-net \
diff --git a/install.sh b/install.sh
index 11bb4a9..e701420 100644
--- a/install.sh
+++ b/install.sh
@@ -21,7 +21,7 @@ do
# i3 blocks and dependecies
$root_key pacman -S --noconfirm i3blocks i3lock rofi \
conky acpi scrot sakura feh ranger bubblewrap \
- ttf-hack xenocara-xbacklight
+ ttf-hack xenocara-xbacklight xdg-user-dirs
elif [[ $(command -v apt-get) ]]; then
$root_key apt update -y
# i3 base