gtk update

This commit is contained in:
committer@tuxwarrior
2026-02-26 12:36:36 -05:00
parent c125ce20a3
commit 24272e85c0
7 changed files with 58 additions and 25 deletions

View File

@@ -310,15 +310,21 @@ if [ ${operation} == "dots" ] ; then
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
fi
# gtk (settings found using lxappearance)
# 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.ini
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}/${file_name}"
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
@@ -337,6 +343,11 @@ if [ ${operation} == "dots" ] ; then
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