mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-23 19:59:21 +01:00
Compare commits
2 Commits
923e2dd411
...
e84381cf09
Author | SHA1 | Date | |
---|---|---|---|
e84381cf09 | |||
9e8b8b5ed2 |
@ -71,7 +71,7 @@ repos:
|
||||
|
||||
# GitHub Actions etc. configuration validity checking
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.29.3
|
||||
rev: 0.29.4
|
||||
hooks:
|
||||
#- id: check-jsonschema
|
||||
- id: check-dependabot
|
||||
|
@ -16,9 +16,15 @@ ao=pipewire,pulse,
|
||||
alang=jpn,jp,ja,en,eng,fi,fin
|
||||
slang=fi,fin,sdh,doh,en,eng,eo,epo,la,lat,sv,swe,ru,rus,cs,ces,cze,es,spa,jpn,jp
|
||||
|
||||
# Sans-Serif fonts are the best for legibility and Noto is likely the best
|
||||
# covered with strange UTF-8 glyphs.
|
||||
sub-font='Noto Sans'
|
||||
# Sans-Serif fonts are the best for legibility
|
||||
#sub-font='Roboto'
|
||||
# Noto is likely the best covered with strange UTF-8 glyphs while also
|
||||
# designed to be compatible with Roboto
|
||||
#sub-font='Noto Sans'
|
||||
# However Comic Neue is what I have gotten used to reading on Kindle and
|
||||
# where I want legibility. This could also be overridden by --sub-font="" in
|
||||
# terminal flags (see --alang and --slang= above)
|
||||
sub-font='Comic Neue'
|
||||
|
||||
# Amber font for subtitles
|
||||
sub-color='#ffb700'
|
||||
|
Loading…
Reference in New Issue
Block a user