diff options
| author | silly <u65487754@gmail.com> | 2026-04-04 15:40:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-04 15:40:44 +0000 |
| commit | 593ccf35eae1684168bb82f3d86f8f141fb023cd (patch) | |
| tree | ac608a5711bee5cb98f0149f6aef1300ecc2916a | |
| parent | 01c6ce106407794995ed9963fd97ddddcf7d15ba (diff) | |
Update config.toml
| -rw-r--r-- | .config/matugen/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/matugen/config.toml b/.config/matugen/config.toml index c4bbc80..ba30315 100644 --- a/.config/matugen/config.toml +++ b/.config/matugen/config.toml @@ -2,9 +2,9 @@ default_mode = "dark" [templates.gtk3] -input_path = "~/.config/matugen/templates/gtk3.css" +input_path = "~/.config/matugen/templates/gtk.css" output_path = "~/.config/gtk-3.0/gtk.css" [templates.gtk4] -input_path = "~/.config/matugen/templates/gtk4.css" +input_path = "~/.config/matugen/templates/gtk.css" output_path = "~/.config/gtk-4.0/gtk.css" |
