diff options
| author | twells46 <tom@wellsth.com> | 2026-01-01 08:59:10 -0600 |
|---|---|---|
| committer | twells46 <tom@wellsth.com> | 2026-01-01 08:59:10 -0600 |
| commit | d65c51e304691fd369b7b3654dde2956c94eae73 (patch) | |
| tree | ec1e449cd2959f197695208580e2b0ed51de5244 /dot_config/ncmpcpp | |
| parent | 57cb004b71a9a9f688418da05cf88cc670b69f0f (diff) | |
Cleanup permissions
Diffstat (limited to 'dot_config/ncmpcpp')
| -rw-r--r-- | dot_config/ncmpcpp/config.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dot_config/ncmpcpp/config.tmpl b/dot_config/ncmpcpp/config.tmpl index 240325f..d62f1d1 100644 --- a/dot_config/ncmpcpp/config.tmpl +++ b/dot_config/ncmpcpp/config.tmpl @@ -7,8 +7,7 @@ startup_screen = "media_library" media_library_primary_tag = album_artist -{{- if eq .chezmoi.hostname "Aragorn" }} -# Use dark mode at home +{{- if eq .colors "dark" }} main_window_color = white {{- else }} main_window_color = black |