u
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
OPTIONS_LOADED=true
|
||||
|
||||
CLONE_TARGET_DIR=/tmp
|
||||
|
||||
USER=poq
|
||||
HYPRLAND=false
|
||||
I3WM=true
|
||||
|
||||
@@ -28,7 +28,7 @@ if [ -z "${OPTIONS_LOADED}" ]; then
|
||||
fi
|
||||
|
||||
user=${USER}
|
||||
clone_trg=/tmp
|
||||
clone_trg=${CLONE_TARGET_DIR}
|
||||
|
||||
# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
|
||||
|
||||
@@ -171,8 +171,7 @@ if [ ${operation} == "dots" ] ; then
|
||||
fi
|
||||
|
||||
# hyprland
|
||||
#if [ ${deploy_hyprland} == "true" ] ; then
|
||||
#fi
|
||||
if [ ${HYPRLAND} == "true" ] ; then
|
||||
|
||||
# hypridle
|
||||
file_name=hypridle.conf
|
||||
@@ -199,6 +198,9 @@ if [ ${operation} == "dots" ] ; then
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dots_trg}/waybar/*" "${file_path}/"
|
||||
|
||||
fi
|
||||
|
||||
|
||||
# xorg
|
||||
file_path=/home/${user}
|
||||
deploy_file "${dots_trg}/xorg/.*" "${file_path}/"
|
||||
|
||||
Reference in New Issue
Block a user