1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-15 15:53:35 +01:00

Change config location for urxvt-theme-switch

This commit is contained in:
2022-10-08 11:59:22 +02:00
parent 0415655947
commit e4254f4340
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -ur urxvt-theme-switch_orig/color-themes urxvt-theme-switch/color-themes
--- urxvt-theme-switch_orig/color-themes 2022-10-06 20:03:34.863989585 +0200
+++ urxvt-theme-switch/color-themes 2022-10-08 11:52:21.193377761 +0200
@@ -38,7 +38,7 @@
$self->{theme_dir} = $path;
$self->{auto_save_state} = $self->x_resource('color-themes.autosave') || 0;
$self->{settingsfile} =
- glob( $self->x_resource('color-themes.state-file') || "~/.urxvt-theme" );
+ glob( $self->x_resource('color-themes.state-file') || "~/.config/urxvt-theme" );
$self->{preprocessor} =
glob( $self->x_resource('color-themes.preprocessor') || "" );