Add JetBrains Mono for conky

This commit is contained in:
Tobias Reisinger 2021-04-10 15:26:21 +02:00
parent 900c080676
commit 93498e9b26
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 9 additions and 8 deletions

View file

@ -37,7 +37,7 @@ conky.config = {
draw_outline = false,
draw_shades = false,
use_xft = true,
font = 'Droid Sans:size=10',
font = 'JetBrains Mono:size=15',
gap_x = 490,
gap_y = 30,
minimum_height = 0,
@ -67,5 +67,5 @@ conky.config = {
}
conky.text = [[
${font Droid Sans:size=15}${exec head -n 50 $HOME/.cache/archlinux-updates.txt}
${exec head -n 50 $HOME/.cache/archlinux-updates.txt}
]]