1 Commits
0.5.2 ... 0.5.3

Author SHA1 Message Date
c0d94b2de7 fix README tag issue 2024-08-11 05:18:47 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ Below is a simple example demonstrating two system-wide theme switches:
This GIF shows two `symconf` calls, the first of which applies a `gruvbox` dark theme and
the second a dark [`monobiome`][1] variant. Each call (of the form `symconf config -m dark -s
<style>`) indicates a dark mode preference and a particular color palette that should be
style`) indicates a dark mode preference and a particular color palette that should be
used when populating config file templates. Specifically, in this example, invoking
`symconf` results in the following app-specific config updates:

View File

@@ -544,7 +544,7 @@ class ConfigManager:
2. Get matching user config files via ``get_matching_configs()``
3. Get matching template config files and the aggregate template dict via
``get_matching_templates()``
4. Interleave the two the result sets by pathname and match quality. Template
4. Interleave the two result sets by pathname and match quality. Template
matches are preferred in the case of tied scores. This resolves any
pathname clashes across matching files.