+ hyprmon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user