Add xdg-user-dirs as depend
This commit is contained in:
parent
a4634dc2c8
commit
c8c674cc91
@ -17,13 +17,13 @@ This repository saves the custom configuration used by heckyel in i3wm
|
|||||||
- i3blocks
|
- i3blocks
|
||||||
- i3lock
|
- i3lock
|
||||||
- nitrogen
|
- nitrogen
|
||||||
- playerctl
|
|
||||||
- ranger
|
- ranger
|
||||||
- rofi
|
- rofi
|
||||||
- scrot
|
- scrot
|
||||||
- sakura
|
- sakura
|
||||||
- udevil
|
- udevil
|
||||||
- bubblewrap
|
- bubblewrap
|
||||||
|
- xdg-user-dirs
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ set -euo pipefail
|
|||||||
--bind "${HOME}/.icons" "${HOME}/.icons" \
|
--bind "${HOME}/.icons" "${HOME}/.icons" \
|
||||||
--bind "${HOME}/.local/share/fonts" "${HOME}/.local/share/fonts" \
|
--bind "${HOME}/.local/share/fonts" "${HOME}/.local/share/fonts" \
|
||||||
--bind "${HOME}/.themes" "${HOME}/.themes" \
|
--bind "${HOME}/.themes" "${HOME}/.themes" \
|
||||||
--bind "${HOME}/Descargas" "${HOME}/Descargas" \
|
--bind "${HOME}/$(xdg-user-dir DOWNLOAD)" "${HOME}/$(xdg-user-dir DOWNLOAD)" \
|
||||||
--chdir "${HOME}" \
|
--chdir "${HOME}" \
|
||||||
--unshare-all \
|
--unshare-all \
|
||||||
--share-net \
|
--share-net \
|
||||||
|
@ -42,7 +42,7 @@ set -euo pipefail
|
|||||||
--bind "${HOME}/.icons" "${HOME}/.icons" \
|
--bind "${HOME}/.icons" "${HOME}/.icons" \
|
||||||
--bind "${HOME}/.local/share/fonts" "${HOME}/.local/share/fonts" \
|
--bind "${HOME}/.local/share/fonts" "${HOME}/.local/share/fonts" \
|
||||||
--bind "${HOME}/.themes" "${HOME}/.themes" \
|
--bind "${HOME}/.themes" "${HOME}/.themes" \
|
||||||
--bind "${HOME}/Descargas" "${HOME}/Descargas" \
|
--bind "${HOME}/$(xdg-user-dir DOWNLOAD)" "${HOME}/$(xdg-user-dir DOWNLOAD)" \
|
||||||
--chdir "${HOME}" \
|
--chdir "${HOME}" \
|
||||||
--unshare-all \
|
--unshare-all \
|
||||||
--share-net \
|
--share-net \
|
||||||
|
@ -21,7 +21,7 @@ do
|
|||||||
# i3 blocks and dependecies
|
# i3 blocks and dependecies
|
||||||
$root_key pacman -S --noconfirm i3blocks i3lock rofi \
|
$root_key pacman -S --noconfirm i3blocks i3lock rofi \
|
||||||
conky acpi scrot sakura feh ranger bubblewrap \
|
conky acpi scrot sakura feh ranger bubblewrap \
|
||||||
ttf-hack xenocara-xbacklight
|
ttf-hack xenocara-xbacklight xdg-user-dirs
|
||||||
elif [[ $(command -v apt-get) ]]; then
|
elif [[ $(command -v apt-get) ]]; then
|
||||||
$root_key apt update -y
|
$root_key apt update -y
|
||||||
# i3 base
|
# i3 base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user