- hyprland & qtile
This commit is contained in:
@@ -91,7 +91,7 @@ deploy_file() {
|
||||
ls -al ${_trg_path}
|
||||
}
|
||||
|
||||
# locate profile folder
|
||||
# locate firefox's profile directory
|
||||
firefox_profile_dir() {
|
||||
ffdir=/home/${user}/.mozilla/firefox/
|
||||
|
||||
@@ -172,47 +172,6 @@ if [ ${operation} == "dots" ] ; then
|
||||
deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}"
|
||||
fi
|
||||
|
||||
# hyprland
|
||||
if [ ${HYPRLAND} == "true" ] ; then
|
||||
|
||||
# hypridle
|
||||
file_name=hypridle.conf
|
||||
file_path=/home/${user}/.config/hypr
|
||||
deploy_file ${dots_trg}/hypridle/${file_name} ${file_path}/${file_name}
|
||||
|
||||
# hyprland
|
||||
file_name=hyprland.conf
|
||||
file_path=/home/${user}/.config/hypr
|
||||
deploy_file ${dots_trg}/hyprland/${file_name} ${file_path}/${file_name}
|
||||
|
||||
# hyprlock
|
||||
file_name=hyprlock.conf
|
||||
file_path=/home/${user}/.config/hypr
|
||||
deploy_file ${dots_trg}/hyprlock/${file_name} ${file_path}/${file_name}
|
||||
|
||||
# hyprpaper
|
||||
file_name=hyprpaper.conf
|
||||
file_path=/home/${user}/.config/hypr
|
||||
deploy_file ${dots_trg}/hyprpaper/${file_name} ${file_path}/${file_name}
|
||||
|
||||
# waybar
|
||||
file_path=/home/${user}/.config/waybar
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dots_trg}/waybar/*" "${file_path}/"
|
||||
|
||||
fi
|
||||
|
||||
# qtile
|
||||
if [ ${QTILE} == "true" ] ; then
|
||||
|
||||
# qtile
|
||||
file_name=config.py
|
||||
file_path=/home/${user}/.config/qtile
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dots_trg}/qtile/${file_name}" "${file_path}/"
|
||||
|
||||
fi
|
||||
|
||||
# i3wm
|
||||
if [ ${I3WM} == "true" ] ; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user