added parameter to 'ct d'

not tested. for updating hyprland dots.
This commit is contained in:
committer@tuxwarrior
2026-02-26 12:59:57 -05:00
parent 24272e85c0
commit c0b83d81a3
2 changed files with 12 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ if [ $# -lt 1 ]; then
exit 1
fi
operation=$1
parameter=$2
# urls
targz_dots_url=https://gi.op.fo/fro/lnx-arch/archive/master.tar.gz
@@ -354,11 +355,15 @@ if [ ${operation} == "dots" ] ; then
create_dir ${file_path}
deploy_file "${dots_trg}/helix/${file_name}" "${file_path}/${file_name}"
# hyprland
#file_name=hyprland.conf
#file_path=/home/${system_user}/.config/hypr
#create_dir ${file_path}
#deploy_file "${dots_trg}/hyprland/${file_name}" "${file_path}/${file_name}"
if [ ${parameter} == "h" ] || [ ${parameter} == "hypr" ] ; then
# hyprland
file_name=hyprland.conf
file_path=/home/${system_user}/.config/hypr
create_dir ${file_path}
deploy_file "${dots_trg}/hyprland/${file_name}" "${file_path}/${file_name}"
fi
# pcmanfm
# bookmarks found in "dots/gtk/.gtk-bookmarks"