diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-12 11:28:30 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-12 11:28:30 -0500 |
commit | c086455a2be3aed70de767436b645ed3ba5763ec (patch) | |
tree | e2fa27b0ac3163be02ef3ce83d239ec31f566dc7 | |
parent | 431f41fc5dd67c2671dde3db68c708ebe5f0444a (diff) | |
download | i3-config-c086455a2be3aed70de767436b645ed3ba5763ec.tar.lz i3-config-c086455a2be3aed70de767436b645ed3ba5763ec.tar.xz i3-config-c086455a2be3aed70de767436b645ed3ba5763ec.zip |
[general]: change tmp to extra directory
-rw-r--r-- | extra/conky.conf (renamed from tmp/conky.conf) | 0 | ||||
-rw-r--r-- | extra/termite (renamed from tmp/termite) | 0 | ||||
-rw-r--r-- | install.sh | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tmp/conky.conf b/extra/conky.conf index 5317048..5317048 100644 --- a/tmp/conky.conf +++ b/extra/conky.conf diff --git a/tmp/termite b/extra/termite index 9b3a474..9b3a474 100644 --- a/tmp/termite +++ b/extra/termite @@ -54,7 +54,7 @@ do printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying conky...' '\e[m' install -d -m755 "$HOME/.config/conky/" - install -m644 -v /tmp/i3config/tmp/conky.conf "$HOME/.config/conky/" + install -m644 -v /tmp/i3config/extra/conky.conf "$HOME/.config/conky/" printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying FontAwesome...' '\e[m' install -d -m755 "$HOME/.local/share/fonts/" @@ -64,7 +64,7 @@ do printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying termite-config...' '\e[m' install -d -m755 "$HOME/.config/termite" - install -m644 -v /tmp/i3config/tmp/termite "$HOME/.config/termite/config" + install -m644 -v /tmp/i3config/extra/termite "$HOME/.config/termite/config" printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Make log directory...' '\e[m' install -d -m755 "$HOME/.config/i3/logs/" |