reintroducing gtk themes

This commit is contained in:
committer@tuxwarrior
2026-02-26 11:28:00 -05:00
parent 2647e321bf
commit ca4136dac6
6 changed files with 21 additions and 42 deletions

View File

@@ -313,6 +313,14 @@ if [ ${operation} == "dots" ] ; then
# gtk (settings found using lxappearance)
# 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_path=/home/${system_user}/.config/gtk-3.0
create_dir ${file_path}
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
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}"
@@ -320,6 +328,15 @@ if [ ${operation} == "dots" ] ; then
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}"
# helix
file_name=config.toml
file_path=/home/${system_user}/.config/helix