added xresources files with fonts compatible with the new hidpi patch

This commit is contained in:
Maarten van Gompel 2021-03-15 19:37:31 +01:00
parent bd346e4e68
commit f768d5b551
5 changed files with 8 additions and 8 deletions

View file

@ -31,6 +31,6 @@ conky.config = {
}
conky.text = [[
${font Latin Modern Mono Caps:size=80}${alignc}${exec date +"%I:%M"}${font Latin Modern Mono Caps:size=30}${exec date +"%P" | tr 'amp' 'AMP'}
${font Latin Modern Mono Caps:size=20}${alignc}${exec date +"%b %d, %Y"}
${font Latin Modern Mono Caps:size=60}${alignc}${exec date +"%I:%M"}${font Latin Modern Mono Caps:size=15}${exec date +"%P" | tr 'amp' 'AMP'}
${font Latin Modern Mono Caps:size=10}${alignc}${exec date +"%b %d, %Y"}
]]