mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-11 16:22:09 -04:00
cli/setup: add subcommands for individual includes
This commit is contained in:
@@ -1014,6 +1014,7 @@ Singleton {
|
||||
|
||||
for config_dir in ${_configDir}/gtk-3.0 ${_configDir}/gtk-4.0; do
|
||||
settings_file="$config_dir/settings.ini"
|
||||
[ -f "$settings_file" ] && [ ! -w "$settings_file" ] && continue
|
||||
if [ -f "$settings_file" ]; then
|
||||
if grep -q "^gtk-icon-theme-name=" "$settings_file"; then
|
||||
sed -i 's/^gtk-icon-theme-name=.*/gtk-icon-theme-name=${gtkThemeName}/' "$settings_file"
|
||||
@@ -1863,6 +1864,7 @@ Singleton {
|
||||
|
||||
const script = `
|
||||
xresources_file="${xresourcesPath}"
|
||||
[ -f "$xresources_file" ] && [ ! -w "$xresources_file" ] && exit 0
|
||||
theme_name="${themeName}"
|
||||
cursor_size="${size}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user