+ index.theme

This commit is contained in:
committer
2024-05-21 21:46:39 -05:00
parent b2697c954a
commit f6ae320bdf
2 changed files with 10 additions and 0 deletions

5
dots/gtk/index.theme Normal file
View File

@@ -0,0 +1,5 @@
# This file is written by LXAppearance. Do not edit.
[Icon Theme]
Name=Default
Comment=Default Cursor Theme
Inherits=Qogir-dark

View File

@@ -273,6 +273,11 @@ if [ ${operation} == "dots" ] ; then
file_path=/home/${system_user} file_path=/home/${system_user}
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}" deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
file_name=index.theme
file_path=/home/${system_user}/.icons/default
mkdir -p ${file_path}
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
# nitrogen # nitrogen
file_path=/home/${system_user}/.config/nitrogen file_path=/home/${system_user}/.config/nitrogen
mkdir -p ${file_path} mkdir -p ${file_path}