+ hyprmon

This commit is contained in:
committer@tuxwarrior
2026-02-26 14:38:24 -05:00
parent ec3268a5a7
commit 174f21323e
3 changed files with 789 additions and 2 deletions

View File

@@ -292,16 +292,19 @@ if [ ${operation} == "dots" ] ; then
# ----------
# hyperland & friends
# ----------
# hyprland
if [ ${parameter} == "hyprland" ] ; then
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
# hyprmon
file_path=/home/${system_user}/.config/hyprmon/profiles
create_dir ${file_path}
deploy_file "${dots_trg}/hyprmon/*" "${file_path}/"
# ----------
# printing