u
This commit is contained in:
@@ -235,6 +235,45 @@ if [ ${operation} == "dots" ] ; then
|
||||
file_path=/etc
|
||||
deploy_file "${dots_trg}/environment/${file_name}" "${file_path}/${file_name}" no_chown
|
||||
|
||||
# gtk (settings found using ngw-look)
|
||||
|
||||
# note that the bookmarks file were found in two different locations, so a
|
||||
# symlink is created below. as well, ".gtkrc-2.0.mine" had no effect, so
|
||||
# ".gtkrc-2.0" is overwritten
|
||||
|
||||
file_name=settings_30.ini
|
||||
file_path=/home/${system_user}/.config/gtk-3.0
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/settings.ini"
|
||||
|
||||
file_name=settings_40.ini
|
||||
file_path=/home/${system_user}/.config/gtk-4.0
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/settings.ini"
|
||||
|
||||
gsettings set org.gnome.desktop.interface gtk-theme "Sweet-Dark"
|
||||
|
||||
file_name=.gtk-bookmarks
|
||||
file_path=/home/${system_user}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
tmp_file_path_full="/home/${system_user}/.config/gtk-3.0/bookmarks"
|
||||
trash-put ${tmp_file_path_full}
|
||||
ln -s "${file_path}/${file_name}" "${tmp_file_path_full}"
|
||||
|
||||
file_name=.gtkrc-2.0
|
||||
file_path=/home/${system_user}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
file_name=index.theme
|
||||
file_path=/home/${system_user}/.icons/default
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
file_name=xsettingsd.conf
|
||||
file_path=/home/${system_user}/.config/xsettingsd
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# mimeapps (available applications: `/usr/share/applications/`)
|
||||
file_name=mimeapps.list
|
||||
file_path=/home/${system_user}/.config
|
||||
@@ -311,44 +350,6 @@ if [ ${operation} == "dots" ] ; then
|
||||
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
|
||||
fi
|
||||
|
||||
# gtk (settings found using ngw-look)
|
||||
# note that the bookmarks file were found in two different locations, so a
|
||||
# symlink is created below. as well, ".gtkrc-2.0.mine" had no effect, so
|
||||
# ".gtkrc-2.0" is overwritten
|
||||
|
||||
file_name=settings_30.ini
|
||||
file_path=/home/${system_user}/.config/gtk-3.0
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/settings.ini"
|
||||
|
||||
file_name=settings_40.ini
|
||||
file_path=/home/${system_user}/.config/gtk-4.0
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/settings.ini"
|
||||
|
||||
gsettings set org.gnome.desktop.interface gtk-theme "Sweet-Dark"
|
||||
|
||||
file_name=.gtk-bookmarks
|
||||
file_path=/home/${system_user}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
tmp_file_path_full="/home/${system_user}/.config/gtk-3.0/bookmarks"
|
||||
trash-put ${tmp_file_path_full}
|
||||
ln -s "${file_path}/${file_name}" "${tmp_file_path_full}"
|
||||
|
||||
file_name=.gtkrc-2.0
|
||||
file_path=/home/${system_user}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
file_name=index.theme
|
||||
file_path=/home/${system_user}/.icons/default
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
file_name=xsettingsd.conf
|
||||
file_path=/home/${system_user}/.config/xsettingsd
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# helix
|
||||
file_name=config.toml
|
||||
file_path=/home/${system_user}/.config/helix
|
||||
|
||||
Reference in New Issue
Block a user