u
This commit is contained in:
@@ -387,23 +387,23 @@ if [ ${operation} == "dots+" ] ; then
|
|||||||
# ----------
|
# ----------
|
||||||
# fonts
|
# fonts
|
||||||
# ----------
|
# ----------
|
||||||
file_path=/home/${system_user}/.local/share/fonts
|
# file_path=/home/${system_user}/.local/share/fonts
|
||||||
create_dir ${file_path}
|
# create_dir ${file_path}
|
||||||
deploy_file "${dotsplus_trg}/fonts/install/*" "${file_path}/"
|
# deploy_file "${dotsplus_trg}/fonts/install/*" "${file_path}/"
|
||||||
|
|
||||||
# ----------
|
# ----------
|
||||||
# images
|
# images
|
||||||
# ----------
|
# ----------
|
||||||
file_path=/home/${system_user}/.local/share/img
|
# file_path=/home/${system_user}/.local/share/img
|
||||||
create_dir ${file_path}
|
# create_dir ${file_path}
|
||||||
deploy_file "${dotsplus_trg}/images/*" "${file_path}/"
|
# deploy_file "${dotsplus_trg}/images/*" "${file_path}/"
|
||||||
|
|
||||||
# ----------
|
# ----------
|
||||||
# wallpapers
|
# wallpapers
|
||||||
# ----------
|
# ----------
|
||||||
file_path=/home/${system_user}/.local/share/wp
|
# file_path=/home/${system_user}/.local/share/wp
|
||||||
create_dir ${file_path}
|
# create_dir ${file_path}
|
||||||
deploy_file "${dotsplus_trg}/wallpapers/install/*" "${file_path}/"
|
# deploy_file "${dotsplus_trg}/wallpapers/install/*" "${file_path}/"
|
||||||
|
|
||||||
# ----------
|
# ----------
|
||||||
# miscelanneous
|
# miscelanneous
|
||||||
@@ -420,9 +420,9 @@ if [ ${operation} == "dots+" ] ; then
|
|||||||
# sweet dark gtk theme
|
# sweet dark gtk theme
|
||||||
# https://github.com/EliverLara/Sweet
|
# https://github.com/EliverLara/Sweet
|
||||||
# https://github.com/EliverLara/Sweet/releases
|
# https://github.com/EliverLara/Sweet/releases
|
||||||
file_name=Sweet-Dark.tar.xz
|
# file_name=Sweet-Dark.tar.xz
|
||||||
file_path=/usr/share/themes
|
# file_path=/usr/share/themes
|
||||||
deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive
|
# deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive
|
||||||
|
|
||||||
# ----------
|
# ----------
|
||||||
# chowning
|
# chowning
|
||||||
|
|||||||
Reference in New Issue
Block a user