+ i3status
This commit is contained in:
@@ -238,6 +238,12 @@ if [ ${operation} == "dots" ] ; then
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dots_trg}/i3wm/${file_name}" "${file_path}/"
|
||||
|
||||
# i3status
|
||||
file_name=config
|
||||
file_path=/home/${user}/.config/i3status
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dots_trg}/i3status/${file_name}" "${file_path}/"
|
||||
|
||||
fi
|
||||
|
||||
if [ ${I3WM} == "true" ] || [ ${QTILE} == "true" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user